summaryrefslogtreecommitdiff
path: root/ext/zip
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge branch 'PHP-7.2' into PHP-7.3Remi Collet2018-10-031-1/+1
|\ \ | |/
| * bump zip extension versionRemi Collet2018-10-031-1/+1
* | 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
* | | 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-282-20/+20
* | | Avoid useless checks, using zend_string_efree(), in cases where the string is...Dmitry Stogov2018-05-081-2/+2
* | | Merge branch 'PHP-7.2'Anatol Belski2018-05-021-1/+2
|\ \ \ | |/ /
| * | Fix shared ext/zip build with static dependency libAnatol Belski2018-05-021-1/+2
| * | year++Xinchen Hui2018-01-024-4/+4
* | | Keep initialized object_handlers structures in read-only memory.Dmitry Stogov2018-03-141-3/+3
* | | Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-2018-18/+18
* | | Remove empty sections in testsGabriel Caruso2018-02-141-3/+1
* | | Cleanup some tests - remove unnecessary sectionsStanislav Malyshev2018-02-042-14/+0
* | | Trailing whitespaces on ext/*Gabriel Caruso2018-01-043-7/+7
* | | Trailing whitespacesGabriel Caruso2018-01-03100-454/+454
* | | year++Xinchen Hui2018-01-024-4/+4
* | | Merge branch 'PHP-7.2'Remi Collet2017-12-193-1/+14
|\ \ \ | |/ /
| * | display headers (buildtime) and library (runtime) versions in phpinfo (libzip...Remi Collet2017-12-193-1/+14
* | | Turn "php_stream_wrapper"s into constantsDmitry Stogov2017-12-142-2/+2
* | | Move constants into read-only data segmentDmitry Stogov2017-12-141-2/+2
* | | Remove outdated TODO filesPeter Kokot2017-12-091-4/+0
* | | Cleanup type conversionDmitry Stogov2017-12-071-6/+3
* | | Add zend_object_alloc() APINikita Popov2017-11-251-1/+1