php-src/ext/zip
Nikita Popov 5d3cf577aa Make convert_to_* safe with rc>1
This only involves switching zval_dtor to zval_ptr_dtor for arrays
and making the convert_to_object for arrays a bit more generic.

All the other changes outside zend_operators.c just make use of
this new ability (use COPY instead of DUP).

What's still missing: Proper references handling. I've seen many
convert_to* calls that will break when a reference is used.

Also fixes bug #69788.
2015-06-11 23:23:57 +02:00
..
examples add ZipArchive::setCompressionName and ZipArchive::setCompressionIndex methods 2015-05-06 15:16:43 +02:00
lib better fix (also fix i386 build) 2015-05-06 16:59:50 +02:00
tests add ZipArchive::setCompressionName and ZipArchive::setCompressionIndex methods 2015-05-06 15:16:43 +02:00
config.m4 update libzip to version 1.0.1 2015-05-06 15:16:43 +02:00
config.w32 update libzip to version 1.0.1 2015-05-06 15:16:43 +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 Make convert_to_* safe with rc>1 2015-06-11 23:23:57 +02:00
php_zip.h set ext/zip version to 1.13 (as we have new methods... semver...) 2015-05-07 10:41:48 +02:00
TODO - MFH: 2006-11-03 16:46:19 +00:00
zip_stream.c don't use deprecated libzip call 2015-05-06 15:16:43 +02:00