summaryrefslogtreecommitdiff
path: root/ext/zip
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
* | | Use ZEND_THIS macro to hide implementation details in extensions code.Dmitry Stogov2018-11-151-38/+38
* | | Replace getThis() by EX(This), when additional check is not necessary.Dmitry Stogov2018-11-141-191/+41
* | | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-158-10/+0
* | | Trim trailing whitespace in testsGabriel Caruso2018-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
* | | Merge branch 'PHP-7.3'Remi Collet2018-10-031-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Remi Collet2018-10-031-1/+1
| |\ \ | | |/
| | * bump zip extension versionRemi Collet2018-10-031-1/+1
* | | Remove bundled libzipNikita Popov2018-09-18112-14258/+0
* | | drop support for bundled libzip (linux)Remi Collet2018-09-181-116/+5
* | | Fix some misspellingsGabriel Caruso2018-08-121-2/+2
* | | Remove more unecessaries percent signsGabriel Caruso2018-08-081-2/+2
|/ /
* | Remove unused Git ident attributes from zip extensionPeter Kokot2018-07-2746-48/+4
* | Remove extra semicolonsGabriel Caruso2018-07-251-1/+1
* | Merge branch 'PHP-7.2'Anatol Belski2018-07-131-1/+4
|\ \ | |/
| * Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-07-131-1/+4
| |\
| | * Improve testAnatol Belski2018-07-131-1/+4
* | | Merge branch 'PHP-7.2'Anatol Belski2018-07-102-2/+26
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-07-102-2/+26
| |\ \ | | |/
| | * Fix bug #76524 - ZipArchive memory leaktimurib2018-07-102-2/+26
| | * year++Xinchen Hui2018-01-024-4/+4
* | | Merge branch 'PHP-7.2'Anatol Belski2018-07-071-1/+1
|\ \ \ | |/ /
| * | Fixed regex for checking libzip static libDylan K. Taylor2018-07-071-1/+1
* | | Fixed incorrrecr zval_dtor() usage to replace value of argument passed by ref...Dmitry Stogov2018-07-051-2/+2
* | | Replace legacy zval_dtor() by zval_ptr_dtor_nogc() or even more specialized d...Dmitry Stogov2018-07-041-5/+5
* | | Merge branch 'PHP-7.2'Anatol Belski2018-07-031-1/+1
|\ \ \ | |/ /
| * | Fixed bug #76564 ext/zip link issuesAnatol Belski2018-07-031-1/+1
* | | Remove old SVN keywords substitutions from the zip testsPeter Kokot2018-06-163-3/+0
* | | Merge branch 'PHP-7.2'Remi Collet2018-06-122-2/+3
|\ \ \ | |/ /
| * | Add OPSYS_CPM constant as documented and to match libzip namingRemi Collet2018-06-122-2/+3