]> granicus.if.org Git - php/commit
Merge branch 'PHP-5.5' of https://git.php.net/push/php-src into PHP-5.5
authorBoris Lytochkin <lytboris@php.net>
Fri, 3 May 2013 07:22:42 +0000 (11:22 +0400)
committerBoris Lytochkin <lytboris@php.net>
Fri, 3 May 2013 07:22:42 +0000 (11:22 +0400)
commit5f67584fd7038ed28087a384c2d76093430ac996
treeea2b7b04c05d0e301abc6751fa9907309dcc48bf
parentfe384b34447b5c7f7f472b5a073b11f5d3a33401
parent432b09f238c1c7e3c1eeebcc8449cf8c06a21b52
Merge branch 'PHP-5.5' of https://git.php.net/push/php-src into PHP-5.5

* 'PHP-5.5' of https://git.php.net/push/php-src: (310 commits)
  NEWS
  NEWS
  NEWS
  From code coverity scan, syscall return value must be check.
  fix more resource leaks
  From code coverity scan - fix some memory leak - fix some resources leak (fd) - create fpm_worker_pool_free (shared use) - possible null dref (wp->user and wp->home can be null)
  fixed size array cannot be null
  use limit_extensions as we use security_limit_extensions later (free)
  unused variable
  fix possible null deref (detected by code coverity scan)
  updated lib versions
  Remove trailing space in NEWS
  NEWS for 514afd67
  Fix bug #64729: compilation failure on x32
  don't include smart_str.h in a too global header, fixes #64718
  NEWS
  When Apache use RewriteRule to redirect, via mod_proxy_fgi, to php-fpm the SCRIPT_FILENAME may contains the QUERY_STRING.
  Added SoapClient constructor option 'ssl_method' to specify ssl method
  fix #64738, fix implicit type declaration
  Avoid possible conditional jump depended on uninitialised value
  ...