]> granicus.if.org Git - php/commit
Merge branch 'PHP-5.4.40' into PHP-5.5.24
authorStanislav Malyshev <stas@php.net>
Sat, 11 Apr 2015 23:56:12 +0000 (16:56 -0700)
committerJulien Pauli <jpauli@php.net>
Wed, 15 Apr 2015 08:12:46 +0000 (10:12 +0200)
commit25cb6f001f3070062c2ffbb955a58bb3052bbf16
tree5765a341292919cabc4a35aa9afcfc8acbe9501a
parentb4554a022ee1ad718e372a646c92eddea1d08da4
Merge branch 'PHP-5.4.40' into PHP-5.5.24

* PHP-5.4.40:
  Additional fix for bug #69324
  More fixes for bug #69152
  Fixed bug #69353 (Missing null byte checks for paths in various PHP extensions)
  Fixed bug #69324 (Buffer Over-read in unserialize when parsing Phar)
  Fixed bug #69316 (Use-after-free in php_curl related to CURLOPT_FILE/_INFILE/_WRITEHEADER)
  Fix bug #68486 and bug #69218 (segfault in apache2handler with apache 2.4)
  Fix bug #68819 (Fileinfo on specific file causes spurious OOM and/or segfault)
  Fixed bug #68901 (use after free)
  Fixed bug #68740 (NULL Pointer Dereference)
  Fix bug #66550 (SQLite prepared statement use-after-free)
  Better fix for #68601 for perf https://bitbucket.org/libgd/gd-libgd/commits/81e9a993f2893d651d225646378e3fd1b7465467
  Fix bug #68601 buffer read overflow in gd_gif_in.c
  Revert "Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4"
  Fixed bug #69293
  Add ZEND_ARG_CALLABLE_INFO to allow internal function to type hint against callable.
ext/ereg/regex/regcomp.c
ext/sqlite3/sqlite3.c
ext/sqlite3/tests/bug66550.phpt [new file with mode: 0644]