summaryrefslogtreecommitdiff
path: root/ext/zip
Commit message (Expand)AuthorAgeFilesLines
* Fix #80648: Fix for bug 79296 should be based on runtime versionChristoph M. Becker2021-01-201-5/+6
* check for broken libzip versionsRemi Collet2020-06-181-1/+1
* Merge branch 'PHP-7.3' into PHP-7.4Remi Collet2020-03-291-1/+2
|\
| * Fix #79424 ext/zip: don't use gl_pathc after call to globfreeMax Rees2020-03-291-1/+2
* | unneeded after fixRemi Collet2020-03-201-1/+0
* | Merge branch 'PHP-7.3' into PHP-7.4Remi Collet2020-03-201-0/+15
|\ \ | |/
| * Fix Bug #79296 ZipArchive::open fails on empty fileRemi Collet2020-03-201-0/+15
* | fix testRemi Collet2020-02-281-1/+1
* | Merge branch 'PHP-7.3' into PHP-7.4Remi Collet2020-02-282-2/+14
|\ \ | |/
| * Fix #79315 ZipArchive::addFile doesn't honor start/length parametersRemi Collet2020-02-282-1/+13
* | Apply tidy formattingNikita Popov2020-02-0311-46/+46
* | add testRemi Collet2020-02-032-0/+30
* | Fixed bug #73119 Wrong return for ZipArchive::addEmptyDir MethodRemi Collet2020-02-032-3/+7
* | zip: more constantsRemi Collet2020-01-291-0/+24
* | Enable support for LIBZIP_VERSIONChristoph M. Becker2020-01-281-1/+1
* | - bump zip extension version to 1.15.6Remi Collet2020-01-273-1/+8
* | Add ZipArchive::CM_LZMA2 constant (since libzip 1.6.0)Remi Collet2020-01-241-0/+3
* | Remove unnecessary strncpy in zipNikita Popov2020-01-031-3/+2
* | Added missing call to ZipArchive::close()Florian Engelhardt2019-10-232-0/+4
* | 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
* | | 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
* | | zip edxtension is now 1.15.5Remi Collet2019-09-091-1/+1
* | | fix type consistency afterRemi Collet2019-09-091-3/+3
* | | Replace deprecated libzip functionsChristoph M. Becker2019-08-263-25/+87
* | | Remove dead codeChristoph M. Becker2019-08-131-11/+0
* | | Cleanup of remaining E_STRICT in testsGeorge Peter Banyard2019-07-231-1/+0
* | | Report errors from stream read and write operationsNikita Popov2019-07-221-5/+5
* | | Remove HAVE_LIBZIPPeter Kokot2019-07-213-7/+0
* | | Canonicalize file-names in zip testsNikita Popov2019-07-1611-14/+14
* | | fix flaky zip tests, order is OS dependentJoe Watkins2019-06-128-56/+117
* | | 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
* | | ext/zip: Replace $LIBZIP_LIBDIR with $LIBZIP_LIBSHugh McMaster2019-06-041-3/+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
* | | 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
| | * Trim trailing whitespace in *.phptPeter Kokot2018-10-144-4/+4
| | * Sync leading and final newlines in source code filesPeter Kokot2018-10-147-8/+0
| | * Trim trailing whitespace in source code filesPeter Kokot2018-10-132-3/+3
| * | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-158-10/+0
| * | Trim trailing whitespace in *.phptPeter Kokot2018-10-143-3/+3
| * | Sync leading and final newlines in source code filesPeter Kokot2018-10-147-8/+0