php-src/ext/zip
Stanislav Malyshev 1ecd82f588 Merge branch 'PHP-5.6'
* PHP-5.6:
  update NEWS
  Fix bug #69253 - ZIP Integer Overflow leads to writing past heap boundary
  oops, no idea how this got in
  Fix bug #69248 - heap overflow vulnerability in regcomp.c
  add test for bug #68976
  add NEWS
  Fixed bug #68976 - Use After Free Vulnerability in unserialize()
  update news
  Fixed bug #69134 (Per Directory Values overrides PHP_INI_SYSTEM configuration options)
  fix tests
  Fix bug #69207 - move_uploaded_file allows nulls in path

Conflicts:
	ext/ereg/regex/regcomp.c
	ext/standard/basic_functions.c
	ext/standard/var_unserializer.c
	ext/standard/var_unserializer.re
	win32/registry.c
2015-03-17 22:04:39 -07:00
..
examples Sync ext/zip with pecl/zip version 1.3.2 2013-11-04 13:23:36 +01:00
lib Merge branch 'PHP-5.6' 2015-03-17 22:04:39 -07:00
tests Merge branch 'master' into phpng 2014-05-26 10:52:43 +04:00
config.m4 Sync with pecl/zip 1.12.4dev 2013-12-30 07:35:30 +01:00
config.w32 Sync with pecl/zip 1.12.4dev 2013-12-30 07:35:30 +01:00
CREDITS Sync ext/zip with pecl/zip version 1.3.2 2013-11-04 13:23:36 +01:00
LICENSE_libzip add bundled libzip LICENSE, as required by BSD License terms 2013-10-29 09:02:24 +01:00
php_zip.c Use specialized macro for string zval creation 2015-03-12 16:53:51 +03:00
php_zip.h Use zend_string* instead of char* for opened_patch handling. Avoid reallocations and improve string reuse. 2015-03-04 02:05:28 +03:00
TODO
zip_stream.c Use zend_string* instead of char* for opened_patch handling. Avoid reallocations and improve string reuse. 2015-03-04 02:05:28 +03:00