summaryrefslogtreecommitdiff
path: root/ext/zip/php_zip.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
* | Merge branch 'PHP-7.3' into PHP-7.4Remi Collet2020-02-281-1/+2
|\ \ | |/
| * Fix #79315 ZipArchive::addFile doesn't honor start/length parametersRemi Collet2020-02-281-1/+2
* | Fixed bug #73119 Wrong return for ZipArchive::addEmptyDir MethodRemi Collet2020-02-031-3/+7
* | zip: more constantsRemi Collet2020-01-291-0/+24
* | - bump zip extension version to 1.15.6Remi Collet2020-01-271-0/+6
* | 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
* | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-10-081-2/+6
|\ \ | |/
| * Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-10-081-2/+6
| |\
| | * Fix #78641: addGlob can modify given remove_path valueChristoph M. Becker2019-10-081-2/+6
* | | 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
* | | fix type consistency afterRemi Collet2019-09-091-3/+3
* | | Replace deprecated libzip functionsChristoph M. Becker2019-08-261-23/+42
* | | Remove dead codeChristoph M. Becker2019-08-131-11/+0
* | | 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
* | | 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
* | | Remove local variablesPeter Kokot2019-02-031-9/+0
* | | Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* | | 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
* | | Fix some misspellingsGabriel Caruso2018-08-121-2/+2
* | | Remove more unecessaries percent signsGabriel Caruso2018-08-081-2/+2
|/ /
* | Merge branch 'PHP-7.2'Anatol Belski2018-07-101-2/+5
|\ \ | |/
| * Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-07-101-2/+5
| |\
| | * Fix bug #76524 - ZipArchive memory leaktimurib2018-07-101-2/+5
| | * year++Xinchen Hui2018-01-021-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'Remi Collet2018-06-121-1/+2
|\ \ \ | |/ /
| * | Add OPSYS_CPM constant as documented and to match libzip namingRemi Collet2018-06-121-1/+2
| * | year++Xinchen Hui2018-01-021-1/+1
* | | Export standard object handlers, to avoid indirect accessDmitry Stogov2018-05-311-10/+4
* | | Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-15/+15
* | | Avoid useless checks, using zend_string_efree(), in cases where the string is...Dmitry Stogov2018-05-081-2/+2
* | | Keep initialized object_handlers structures in read-only memory.Dmitry Stogov2018-03-141-3/+3
* | | year++Xinchen Hui2018-01-021-1/+1
* | | Merge branch 'PHP-7.2'Remi Collet2017-12-191-0/+5
|\ \ \ | |/ /
| * | display headers (buildtime) and library (runtime) versions in phpinfo (libzip...Remi Collet2017-12-191-0/+5