]> granicus.if.org Git - php/commit
Merge branch 'master' of git.php.net:php-src
authorYasuo Ohgaki <yohgaki@php.net>
Wed, 10 Aug 2016 00:39:17 +0000 (09:39 +0900)
committerYasuo Ohgaki <yohgaki@php.net>
Wed, 10 Aug 2016 00:39:17 +0000 (09:39 +0900)
commit4a3188f0935211332cc3a545673e882331b14504
treed3969224dbffb67893a28ae83f48c47f983e170c
parentdc9ae10bc4fbdc9063d858af9eea12f6a7a7c031
parentf41b69e814b8b23509a9c15de4fca5ea59dc80cb
Merge branch 'master' of git.php.net:php-src

* 'master' of git.php.net:php-src: (1423 commits)
  Add NEWS
  Fix ASSERT logic
  Bugfix 72791: fix memory leak in PDO persistent connections
  Don't copy mime types in CLI server
  Class constant visibility modifiers are now supported
  Remove obsolete Id tags
  Bump version in OCI8 test
  Update NEWS
  Fixed bug #72788 (Invalid memory access when using persistent PDO connection)
  Remove typo'd commit
  Fix bug 72788: Invalid memory access when database_object_handle is undefined. Also fix memory leak in dbh_free when using persistent PDO connections.
  Swap min/max if min > max
  Allow min > max for mt_rand(). Bug #72784
  Replace dead branch with ZEND_ASSERT()
  Fix array_column() packed hash initialization
  Add test for bug #69107: finfo no longer detects PHP files
  check malloc result
  Implement #38992: invoke() and invokeArgs() static method calls should match
  Fix bug #55451
  Fix stream_socket_enable_crypto() test
  ...