Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'PHP-7.4' | Christoph M. Becker | 2019-10-08 | 2 | -2/+34 |
|\ | |||||
| * | Merge branch 'PHP-7.3' into PHP-7.4 | Christoph M. Becker | 2019-10-08 | 2 | -2/+34 |
| |\ | |||||
| | * | Merge branch 'PHP-7.2' into PHP-7.3 | Christoph M. Becker | 2019-10-08 | 2 | -2/+34 |
| | |\ | |||||
| | | * | Fix #78641: addGlob can modify given remove_path value | Christoph M. Becker | 2019-10-08 | 2 | -2/+34 |
* | | | | Fix #72374: remove_path strips first char of filename | tyage | 2019-10-02 | 3 | -5/+38 |
* | | | | Convert some notices to warnings | Nikita Popov | 2019-10-02 | 1 | -1/+1 |
* | | | | Fix default value | Christoph M. Becker | 2019-09-29 | 1 | -1/+1 |
* | | | | Elevate warning to ValueError for invalid ZipArchive object | Christoph M. Becker | 2019-09-29 | 3 | -8/+10 |
* | | | | Properly clean up files created by test cases | Christoph M. Becker | 2019-09-29 | 2 | -0/+8 |
* | | | | Add missing zend_parse_parameters_none() | Christoph M. Becker | 2019-09-29 | 1 | -0/+20 |
* | | | | Add ZipArchive arginfo stubs | Christoph M. Becker | 2019-09-29 | 3 | -215/+358 |
* | | | | Merge branch 'PHP-7.4' | Christoph M. Becker | 2019-09-29 | 1 | -0/+2 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch 'PHP-7.3' into PHP-7.4 | Christoph M. Becker | 2019-09-29 | 1 | -0/+2 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge branch 'PHP-7.2' into PHP-7.3 | Christoph M. Becker | 2019-09-29 | 1 | -0/+2 |
| | |\ \ | | | |/ | |||||
| | | * | Fix build for libzip < 0.11.2 | Christoph M. Becker | 2019-09-29 | 1 | -0/+2 |
* | | | | Remove mention of PHP major version in Copyright headers | Gabriel Caruso | 2019-09-25 | 3 | -6/+0 |
* | | | | Merge branch 'PHP-7.4' | Remi Collet | 2019-09-09 | 2 | -4/+4 |
|\ \ \ \ | |/ / / | |||||
| * | | | zip edxtension is now 1.15.5 | Remi Collet | 2019-09-09 | 1 | -1/+1 |
| * | | | fix type consistency after | Remi Collet | 2019-09-09 | 1 | -3/+3 |
* | | | | Merge branch 'PHP-7.4' | Christoph M. Becker | 2019-08-26 | 3 | -25/+87 |
|\ \ \ \ | |/ / / | |||||
| * | | | Replace deprecated libzip functions | Christoph M. Becker | 2019-08-26 | 3 | -25/+87 |
* | | | | Merge branch 'PHP-7.4' | Christoph M. Becker | 2019-08-13 | 1 | -11/+0 |
|\ \ \ \ | |/ / / | |||||
| * | | | Remove dead code | Christoph M. Becker | 2019-08-13 | 1 | -11/+0 |
* | | | | Added zip arginfo stubs | Stephen Reay | 2019-08-13 | 3 | -45/+95 |
* | | | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-07-23 | 1 | -1/+0 |
|\ \ \ \ | |/ / / | |||||
| * | | | Cleanup of remaining E_STRICT in tests | George Peter Banyard | 2019-07-23 | 1 | -1/+0 |
* | | | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-07-22 | 1 | -5/+5 |
|\ \ \ \ | |/ / / | |||||
| * | | | Report errors from stream read and write operations | Nikita Popov | 2019-07-22 | 1 | -5/+5 |
* | | | | Merge branch 'PHP-7.4' | Peter Kokot | 2019-07-21 | 3 | -7/+0 |
|\ \ \ \ | |/ / / | |||||
| * | | | Remove HAVE_LIBZIP | Peter Kokot | 2019-07-21 | 3 | -7/+0 |
* | | | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-07-16 | 11 | -14/+14 |
|\ \ \ \ | |/ / / | |||||
| * | | | Canonicalize file-names in zip tests | Nikita Popov | 2019-07-16 | 11 | -14/+14 |
* | | | | Add do...while(0) for RETURN_* and ZVAL_* APIs | twosee | 2019-06-12 | 1 | -1/+1 |
* | | | | Merge branch 'PHP-7.4' | Joe Watkins | 2019-06-12 | 8 | -56/+117 |
|\ \ \ \ | |/ / / | |||||
| * | | | fix flaky zip tests, order is OS dependent | Joe Watkins | 2019-06-12 | 8 | -56/+117 |
* | | | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-06-06 | 1 | -13/+13 |
|\ \ \ \ | |/ / / | |||||
| * | | | php_zip_pcre: Match pattern before stating for directories | Nikita Popov | 2019-06-06 | 1 | -13/+13 |
| * | | | Cheaper checks for exceptions thrown from __toString() | Dmitry Stogov | 2019-06-06 | 1 | -12/+15 |
| * | | | Allow exceptions in __toString() | Nikita Popov | 2019-06-05 | 1 | -0/+9 |
* | | | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-06-04 | 1 | -3/+2 |
|\ \ \ \ | |/ / / | |||||
| * | | | ext/zip: Replace $LIBZIP_LIBDIR with $LIBZIP_LIBS | Hugh McMaster | 2019-06-04 | 1 | -3/+2 |
* | | | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-06-03 | 1 | -11/+2 |
|\ \ \ \ | |/ / / | |||||
| * | | | ext/zip: Remove un-needed symbol check for zip_open | Hugh McMaster | 2019-06-03 | 1 | -9/+1 |
| * | | | ext/zip: Add PHP_EVAL_LIBLINE to replace PHP_ADD_LIBRARY_WITH_PATH | Hugh McMaster | 2019-06-03 | 1 | -2/+1 |
* | | | | Convert fetch_resource warnings into TypeErrors | Nikita Popov | 2019-06-03 | 2 | -11/+15 |
* | | | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-05-27 | 1 | -1/+3 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch 'PHP-7.3' into PHP-7.4 | Nikita Popov | 2019-05-27 | 1 | -1/+3 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge branch 'PHP-7.2' into PHP-7.3 | Nikita Popov | 2019-05-27 | 1 | -1/+2 |
| | |\ \ | | | |/ | |||||
| | | * | Fixed bug #76345 | Michael Maroszek | 2019-05-27 | 1 | -1/+2 |
| | | * | Sync leading and final newlines in *.phpt sections | Peter Kokot | 2018-10-15 | 8 | -10/+0 |