summaryrefslogtreecommitdiff
path: root/ext/zip
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | Trim trailing whitespace in source code filesPeter Kokot2018-10-131-2/+2
* | | Normalize comments in *nix build system m4 filesPeter Kokot2019-05-121-2/+0
* | | Use PKG_CHECK_MODULES to detect the zip libraryHugh McMaster2019-04-291-78/+37
* | | Always use pkg-config from the host architectureHugh McMaster2019-04-291-3/+0
* | | Use ZEND_TRY_ASSIGN_REF_... macros for arguments passed to internal function ...Dmitry Stogov2019-04-241-4/+4
* | | Remove HAVE_* for always available extensionsGabriel Caruso2019-04-141-8/+0
* | | Remove unused variablesFabien Villepinte2019-03-171-3/+0
* | | Replace dirname(__FILE__) by __DIR__ in testsFabien Villepinte2019-03-1552-62/+62
* | | Add meaningful error message for ext/ziphassan2019-03-111-1/+1
* | | Add AS_HELP_STRING to *nix build configure optionsPeter Kokot2019-03-071-5/+11
* | | Make zip oo_addglob test more robustNikita Popov2019-02-211-6/+8
* | | Make zip oo_addpattern test more robustNikita Popov2019-02-201-6/+9
* | | Fix failing testsPeter Kokot2019-02-102-4/+8
* | | Added basic test for ZipArchive::unchangeName()Florian Engelhardt2019-02-091-0/+43
* | | Added basic test for ZipArchive::unchangeIndex()Florian Engelhardt2019-02-091-0/+43
* | | Remove local variablesPeter Kokot2019-02-032-18/+0
* | | Remove yearly range from copyright noticeZeev Suraski2019-01-303-3/+3
* | | Implement typed propertiesNikita Popov2019-01-111-10/+6
* | | Remove preg_options param from pcre_get_compiled_regex()Nikita Popov2018-12-261-3/+3