summaryrefslogtreecommitdiff
path: root/ext/zip
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge branch 'PHP-7.2'Remi Collet2017-11-201-2/+3
|\ \ | |/
| * Merge branch 'PHP-7.1' into PHP-7.2Remi Collet2017-11-201-2/+3
| |\
| | * Merge branch 'PHP-7.0' into PHP-7.1Remi Collet2017-11-201-2/+3
| | |\
| | | * Better fix bug #75540 Segfault with libzip 1.3.1Remi Collet2017-11-201-2/+3
* | | | Merge branch 'PHP-7.2'Remi Collet2017-11-201-0/+3
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.1' into PHP-7.2Remi Collet2017-11-201-0/+3
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-7.0' into PHP-7.1Remi Collet2017-11-201-0/+3
| | |\ \ | | | |/
| | | * fix bug #75540 Segfault with libzip 1.3.1Remi Collet2017-11-201-0/+3
* | | | Enable and fix printf() format warningsNikita Popov2017-11-161-1/+1
* | | | Fix remaining signedness warningsAnatol Belski2017-11-141-1/+1
* | | | Patch core for PCRE2 supportAnatol Belski2017-11-131-9/+16
* | | | Use interned strings for "magic" property of internal classes. (not copyied i...Dmitry Stogov2017-11-011-2/+7
* | | | Merge branch 'PHP-7.2'Anatol Belski2017-10-271-1/+6
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2017-10-271-1/+6
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-10-271-1/+6
| | |\ \ | | | |/
| | | * Apply upstream patch for CVE-2017-14107Anatol Belski2017-10-271-1/+6
* | | | Use system libzip by defaultRemi Collet2017-09-111-1/+1
* | | | Revert "drop support for bundled libzip (linux)"Remi Collet2017-09-071-5/+116
* | | | remove bundled libzip config for .w32Anatol Belski2017-09-071-33/+0
* | | | drop support for bundled libzip (linux)Remi Collet2017-09-071-116/+5
* | | | Merge branch 'PHP-7.2'Remi Collet2017-09-041-1/+1
|\ \ \ \ | |/ / /
| * | | improve warn (bzip2 requires libzip >= 1.3.0)Remi Collet2017-09-041-1/+1
* | | | Merge branch 'PHP-7.2'Anatol Belski2017-09-041-1/+1
|\ \ \ \ | |/ / /
| * | | libzip 1.3.0 supports also bz2 compressionAnatol Belski2017-09-041-1/+1
* | | | Merge branch 'PHP-7.2'Anatol Belski2017-09-011-1/+1
|\ \ \ \ | |/ / /
| * | | Fixed bug #75143 new method setEncryptionName() seems not to exist in ZipArchiveAnatol Belski2017-09-011-1/+1
* | | | Move cwd_state and path related routines to size_tAnatol Belski2017-07-271-4/+4
|/ / /
* | | Fix segfault in php_stream_context_get_option callRemi Collet2017-07-112-2/+2
* | | ZipArchive implements countable, added ZipArchive::count() methodRemi Collet2017-07-103-1/+55
* | | Remove superfluous semicolonsTom Van Looy2017-06-263-3/+3