php-src/ext/zip
Daniel Scherzer ff810d5e36
Arginfo: reuse zend_string objects for initializing attribute values (#19241)
Avoid initializing the same string content multiple times and make use of the
fact that the strings created to initialize attribute values are not freed by
simply making use of an existing zend_string with the same content if one is
available.
2025-07-27 17:27:22 -07:00
..
examples
tests Merge branch 'PHP-8.4' 2025-04-27 11:33:33 +02:00
config.m4 Update ext/zip preprocessor macros help texts (#15271) 2024-08-07 17:03:59 +02:00
config.w32 Sync HAVE_<extension> help texts (#15167) 2024-08-02 01:41:47 +02:00
CREDITS
php_zip.c Merge branch 'PHP-8.4' 2025-07-02 18:47:53 +02:00
php_zip.h Merge branch 'PHP-8.4' 2025-05-07 14:24:22 +02:00
php_zip.stub.php add ZipArchive::ER_TRUNCATED_ZIP added in libzip 1.11 (#15959) 2024-09-19 15:32:55 +02:00
php_zip_arginfo.h Arginfo: reuse zend_string objects for initializing attribute values (#19241) 2025-07-27 17:27:22 -07:00
zip_stream.c Clean-up unused headers (#14365) 2024-06-01 17:12:42 +01:00