php-src/ext/zip
Max Rees 04920645f1 Fix #79424 ext/zip: don't use gl_pathc after call to globfree
This breaks on Linux with the musl libc, since it zeroes out gl_pathc during
globfree.
2020-03-29 14:22:31 +02:00
..
examples Sync leading and final newlines in source code files 2018-10-14 12:55:24 +02:00
lib Remove extra semicolons 2018-07-25 21:47:04 -03:00
tests Fix #79315 ZipArchive::addFile doesn't honor start/length parameters 2020-02-28 10:29:50 +01:00
config.m4 Merge branch 'PHP-7.2' into PHP-7.3 2019-05-27 17:43:13 +02:00
config.w32 Trim trailing whitespace in source code files 2018-10-13 14:14:50 +02:00
CREDITS Sync ext/zip with pecl/zip version 1.3.2 2013-11-04 13:23:36 +01:00
LICENSE_libzip update libzip to version 1.0.1 2015-05-06 15:16:43 +02:00
php_zip.c Fix #79424 ext/zip: don't use gl_pathc after call to globfree 2020-03-29 14:22:31 +02:00
php_zip.h Merge branch 'PHP-7.2' into PHP-7.3 2018-10-03 12:59:31 +02:00
zip_stream.c Use zend_string_release_ex() instread of zend_string_release() in places, where we sure about string persistence. 2018-05-28 16:27:12 +03:00