| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Export standard object handlers, to avoid indirect access | Dmitry Stogov | 2018-05-31 | 1 | -10/+4 |
| * | Use zend_string_release_ex() instread of zend_string_release() in places, whe... | Dmitry Stogov | 2018-05-28 | 1 | -15/+15 |
| * | Avoid useless checks, using zend_string_efree(), in cases where the string is... | Dmitry Stogov | 2018-05-08 | 1 | -2/+2 |
| * | Keep initialized object_handlers structures in read-only memory. | Dmitry Stogov | 2018-03-14 | 1 | -3/+3 |
| * | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
| * | Merge branch 'PHP-7.2' | Remi Collet | 2017-12-19 | 1 | -0/+5 |
| |\ | |||||
| | * | display headers (buildtime) and library (runtime) versions in phpinfo (libzip... | Remi Collet | 2017-12-19 | 1 | -0/+5 |
| * | | Cleanup type conversion | Dmitry Stogov | 2017-12-07 | 1 | -6/+3 |
| * | | Add zend_object_alloc() API | Nikita Popov | 2017-11-25 | 1 | -1/+1 |
| * | | Merge branch 'PHP-7.2' | Remi Collet | 2017-11-20 | 1 | -2/+3 |
| |\ \ | |/ | |||||
| | * | Merge branch 'PHP-7.1' into PHP-7.2 | Remi Collet | 2017-11-20 | 1 | -2/+3 |
| | |\ | |||||
| | | * | Merge branch 'PHP-7.0' into PHP-7.1 | Remi Collet | 2017-11-20 | 1 | -2/+3 |
| | | |\ | |||||
| | | | * | Better fix bug #75540 Segfault with libzip 1.3.1 | Remi Collet | 2017-11-20 | 1 | -2/+3 |
| * | | | | Merge branch 'PHP-7.2' | Remi Collet | 2017-11-20 | 1 | -0/+3 |
| |\ \ \ \ | |/ / / | |||||
| | * | | | Merge branch 'PHP-7.1' into PHP-7.2 | Remi Collet | 2017-11-20 | 1 | -0/+3 |
| | |\ \ \ | | |/ / | |||||
| | | * | | Merge branch 'PHP-7.0' into PHP-7.1 | Remi Collet | 2017-11-20 | 1 | -0/+3 |
| | | |\ \ | | | |/ | |||||
| | | | * | fix bug #75540 Segfault with libzip 1.3.1 | Remi Collet | 2017-11-20 | 1 | -0/+3 |
| * | | | | Enable and fix printf() format warnings | Nikita Popov | 2017-11-16 | 1 | -1/+1 |
| * | | | | Fix remaining signedness warnings | Anatol Belski | 2017-11-14 | 1 | -1/+1 |
| * | | | | Patch core for PCRE2 support | Anatol Belski | 2017-11-13 | 1 | -9/+16 |
| * | | | | Use interned strings for "magic" property of internal classes. (not copyied i... | Dmitry Stogov | 2017-11-01 | 1 | -2/+7 |
| * | | | | Move cwd_state and path related routines to size_t | Anatol Belski | 2017-07-27 | 1 | -4/+4 |
| |/ / / | |||||
| * | | | ZipArchive implements countable, added ZipArchive::count() method | Remi Collet | 2017-07-10 | 1 | -0/+28 |
| * | | | Fixed Bug #73803 Reflection of ZipArchive does not show public properties | Remi Collet | 2017-03-21 | 1 | -0/+3 |
| * | | | Zip: add support for encrypted archive | Remi Collet | 2017-03-02 | 1 | -14/+109 |
| |/ / | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Remi Collet | 2017-03-01 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| | * | make type consistent with glob_t.gl_pathc | Remi Collet | 2017-03-01 | 1 | -1/+1 |
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Stanislav Malyshev | 2017-01-15 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| | * | Merge branch 'PHP-5.6' into PHP-7.0 | Stanislav Malyshev | 2017-01-15 | 1 | -1/+1 |
| | |\ | |||||
| | | * | Update more functions with path check | Stanislav Malyshev | 2017-01-15 | 1 | -1/+1 |
| | | * | More string length checks & fixes | Stanislav Malyshev | 2016-11-03 | 1 | -3/+3 |
| * | | | Merge branch 'PHP-7.0' into PHP-7.1 | Christoph M. Becker | 2017-01-06 | 1 | -5/+5 |
| |\ \ \ | |/ / | |||||
| | * | | Fix #70103: Fix bug 70103 when ZTS is enabled | Mitch Hagstrand | 2017-01-06 | 1 | -5/+5 |
| * | | | Merge branch 'PHP-7.0' into PHP-7.1 | Joe Watkins | 2017-01-06 | 1 | -2/+2 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'pull-request/1430' into PHP-7.0 | Joe Watkins | 2017-01-06 | 1 | -2/+2 |
| | |\ \ | |||||
| | | * | | Fix #70103: ZipArchive::addGlob ignores remove_all_path option | Christoph M. Becker | 2015-08-13 | 1 | -2/+2 |
| | * | | | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 1 | -1/+1 |
| * | | | | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 1 | -1/+1 |
| * | | | | Merge branch 'PHP-7.0' into PHP-7.1 | Stanislav Malyshev | 2016-11-03 | 1 | -3/+3 |
| |\ \ \ \ | |/ / / | |||||
| | * | | | Merge branch 'PHP-5.6' into PHP-7.0 | Stanislav Malyshev | 2016-11-03 | 1 | -3/+3 |
| | |\ \ \ | |||||
| | | * | | | More string length checks & fixes | Stanislav Malyshev | 2016-11-03 | 1 | -3/+3 |
| | | | |/ | | |/| | |||||
| * | | | | Merge branch 'PHP-7.0' into PHP-7.1 | Christoph M. Becker | 2016-09-06 | 1 | -6/+6 |
| |\ \ \ \ | |/ / / | |||||
| | * | | | Merge branch 'PHP-5.6' into PHP-7.0 | Christoph M. Becker | 2016-09-06 | 1 | -6/+6 |
| | |\ \ \ | | |/ / | |||||
| | | * | | Fix #70752: Depacking with wrong password leaves 0 length files | Christoph M. Becker | 2016-09-06 | 1 | -7/+7 |
| * | | | | Merge branch 'PHP-7.0' into PHP-7.1 | Xinchen Hui | 2016-07-24 | 1 | -2/+2 |
| |\ \ \ \ | |/ / / | |||||
| | * | | | Fixed bug #72660 (NULL Pointer dereference in zend_virtual_cwd) | Xinchen Hui | 2016-07-24 | 1 | -2/+2 |
| * | | | | Merge branch 'throw-error-in-extensions' | Aaron Piotrowski | 2016-07-05 | 1 | -1/+1 |
| |\ \ \ \ | |||||
| | * | | | | Replace zend_ce_error with NULL and replace more E_ERROR with thrown Error | Aaron Piotrowski | 2016-06-13 | 1 | -2/+1 |
| | * | | | | Merge branch 'master' into throw-error-in-extensions | Aaron Piotrowski | 2016-06-10 | 1 | -18/+53 |
| | |\ \ \ \ | |||||
| | * | | | | | Convert E_ERROR to thrown Error in extensions | Aaron Piotrowski | 2015-07-05 | 1 | -1/+2 |
