php-src/ext/zip
Stanislav Malyshev 9b1a224d4e Merge branch 'PHP-5.6'
* PHP-5.6: (21 commits)
  fix unit tests
  update NEWS
  add NEWS for fixes
  Improve fix for #70172
  Fix bug #70312 - HAVAL gives wrong hashes in specific cases
  fix test
  add test
  Fix bug #70366 - use-after-free vulnerability in unserialize() with SplDoublyLinkedList
  Fix bug #70365 - use-after-free vulnerability in unserialize() with SplObjectStorage
  Fix bug #70172 - Use After Free Vulnerability in unserialize()
  Fix bug #70388 - SOAP serialize_function_call() type confusion
  Fixed bug #70350: ZipArchive::extractTo allows for directory traversal when creating directories
  Improve fix for #70385
  Fix bug #70345 (Multiple vulnerabilities related to PCRE functions)
  Fix bug #70385 (Buffer over-read in exif_read_data with TIFF IFD tag byte value of 32 bytes)
  Fix bug #70219 (Use after free vulnerability in session deserializer)
  Fix bug ##70284 (Use after free vulnerability in unserialize() with GMP)
  Fix for bug #69782
  Add CVE IDs asigned (post release) to PHP 5.4.43
  Add CVE IDs asigned to #69085 (PHP 5.4.39)
  ...

Conflicts:
	ext/exif/exif.c
	ext/gmp/gmp.c
	ext/pcre/php_pcre.c
	ext/session/session.c
	ext/session/tests/session_decode_variation3.phpt
	ext/soap/soap.c
	ext/spl/spl_observer.c
	ext/standard/var.c
	ext/standard/var_unserializer.c
	ext/standard/var_unserializer.re
	ext/xsl/xsltprocessor.c
2015-09-02 00:37:20 -07:00
..
examples add ZipArchive::setCompressionName and ZipArchive::setCompressionIndex methods 2015-05-06 15:16:43 +02:00
lib Revert "fix occasional fail in zip_close when target arc exists" 2015-08-19 19:00:53 +02:00
tests Merge branch 'PHP-5.6' 2015-09-02 00:37:20 -07:00
config.m4 update libzip to version 1.0.1 2015-05-06 15:16:43 +02:00
config.w32 fix config.w32 to include suitable lib files 2015-08-19 19:00:51 +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 Merge branch 'PHP-5.6' 2015-09-02 00:37:20 -07: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 remove TSRMLS_* 2015-08-02 13:42:01 +02:00