summaryrefslogtreecommitdiff
path: root/ext/zip
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.4'Christoph M. Becker2019-10-082-2/+34
|\
| * Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-10-082-2/+34
| |\
| | * Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-10-082-2/+34
| | |\
| | | * Fix #78641: addGlob can modify given remove_path valueChristoph M. Becker2019-10-082-2/+34
* | | | Fix #72374: remove_path strips first char of filenametyage2019-10-023-5/+38
* | | | Convert some notices to warningsNikita Popov2019-10-021-1/+1
* | | | Fix default valueChristoph M. Becker2019-09-291-1/+1
* | | | Elevate warning to ValueError for invalid ZipArchive objectChristoph M. Becker2019-09-293-8/+10
* | | | Properly clean up files created by test casesChristoph M. Becker2019-09-292-0/+8
* | | | Add missing zend_parse_parameters_none()Christoph M. Becker2019-09-291-0/+20
* | | | Add ZipArchive arginfo stubsChristoph M. Becker2019-09-293-215/+358
* | | | Merge branch 'PHP-7.4'Christoph M. Becker2019-09-291-0/+2
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-09-291-0/+2
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-09-291-0/+2
| | |\ \ | | | |/
| | | * Fix build for libzip < 0.11.2Christoph M. Becker2019-09-291-0/+2
* | | | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-253-6/+0
* | | | Merge branch 'PHP-7.4'Remi Collet2019-09-092-4/+4
|\ \ \ \ | |/ / /
| * | | zip edxtension is now 1.15.5Remi Collet2019-09-091-1/+1
| * | | fix type consistency afterRemi Collet2019-09-091-3/+3
* | | | Merge branch 'PHP-7.4'Christoph M. Becker2019-08-263-25/+87
|\ \ \ \ | |/ / /
| * | | Replace deprecated libzip functionsChristoph M. Becker2019-08-263-25/+87
* | | | Merge branch 'PHP-7.4'Christoph M. Becker2019-08-131-11/+0
|\ \ \ \ | |/ / /
| * | | Remove dead codeChristoph M. Becker2019-08-131-11/+0
* | | | Added zip arginfo stubsStephen Reay2019-08-133-45/+95
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-07-231-1/+0
|\ \ \ \ | |/ / /
| * | | Cleanup of remaining E_STRICT in testsGeorge Peter Banyard2019-07-231-1/+0
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-07-221-5/+5
|\ \ \ \ | |/ / /
| * | | Report errors from stream read and write operationsNikita Popov2019-07-221-5/+5
* | | | Merge branch 'PHP-7.4'Peter Kokot2019-07-213-7/+0
|\ \ \ \ | |/ / /
| * | | Remove HAVE_LIBZIPPeter Kokot2019-07-213-7/+0
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-07-1611-14/+14
|\ \ \ \ | |/ / /
| * | | Canonicalize file-names in zip testsNikita Popov2019-07-1611-14/+14
* | | | Add do...while(0) for RETURN_* and ZVAL_* APIstwosee2019-06-121-1/+1
* | | | Merge branch 'PHP-7.4'Joe Watkins2019-06-128-56/+117
|\ \ \ \ | |/ / /
| * | | fix flaky zip tests, order is OS dependentJoe Watkins2019-06-128-56/+117
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-06-061-13/+13
|\ \ \ \ | |/ / /
| * | | php_zip_pcre: Match pattern before stating for directoriesNikita Popov2019-06-061-13/+13
| * | | Cheaper checks for exceptions thrown from __toString()Dmitry Stogov2019-06-061-12/+15
| * | | Allow exceptions in __toString()Nikita Popov2019-06-051-0/+9
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-06-041-3/+2
|\ \ \ \ | |/ / /
| * | | ext/zip: Replace $LIBZIP_LIBDIR with $LIBZIP_LIBSHugh McMaster2019-06-041-3/+2
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-06-031-11/+2
|\ \ \ \ | |/ / /
| * | | ext/zip: Remove un-needed symbol check for zip_openHugh McMaster2019-06-031-9/+1
| * | | ext/zip: Add PHP_EVAL_LIBLINE to replace PHP_ADD_LIBRARY_WITH_PATHHugh McMaster2019-06-031-2/+1
* | | | Convert fetch_resource warnings into TypeErrorsNikita Popov2019-06-032-11/+15
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-05-271-1/+3
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-05-271-1/+3
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-05-271-1/+2
| | |\ \ | | | |/
| | | * Fixed bug #76345Michael Maroszek2019-05-271-1/+2
| | | * Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-158-10/+0