]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-5.6'
authorYasuo Ohgaki <yohgaki@php.net>
Thu, 29 Jan 2015 00:29:57 +0000 (09:29 +0900)
committerYasuo Ohgaki <yohgaki@php.net>
Thu, 29 Jan 2015 00:31:21 +0000 (09:31 +0900)
* PHP-5.6:
  Fixed Bug #68941 mod_files.sh is a bash-script

1  2 
NEWS

diff --cc NEWS
index df072c82042891dade7866a6c2bb8503a8e9de46,3533fb00ad2dd4877d1c2036defe7004894fbe06..90949d5f78c4706ab31fb42560612598500d06d9
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
    . Fixed bug #68424 (Add new PDO mysql connection attr to control multi
      statements option). (peter dot wolanin at acquia dot com)
  
 -- SPL:
 -  . Fixed bug #66405 (RecursiveDirectoryIterator::CURRENT_AS_PATHNAME
 -    breaks the RecursiveIterator). (Paul Garvin)
 -  . Fixed bug #68479 (Added escape parameter to SplFileObject::fputcsv). (Salathe)
 -
 -- SQLite:
 -  . Fixed bug #68120 (Update bundled libsqlite to 3.8.7.2). (Anatol)
 -
 -- Streams:
 -  . Fixed bug #68532 (convert.base64-encode omits padding bytes).
 -    (blaesius at krumedia dot de)
 -
 -18 Dec 2014, PHP 5.6.4
 -
 -- Core:
 -  . Fixed bug #68091 (Some Zend headers lack appropriate extern "C" blocks).
 -    (Adam)
 -  . Fixed bug #68104 (Segfault while pre-evaluating a disabled function).
 -    (Laruence)
 -  . Fixed bug #68185 ("Inconsistent insteadof definition."- incorrectly 
 -    triggered). (Julien)
 -  . Fixed bug #68355 (Inconsistency in example php.ini comments).
 -    (Chris McCafferty)
 -  . Fixed bug #68370 ("unset($this)" can make the program crash). (Laruence)
 -  . Fixed bug #68422 (Incorrect argument reflection info for array_multisort()).
 -    (Alexander Lisachenko)
 -  . Fixed bug #68545 (NULL pointer dereference in unserialize.c). (Anatol)
 -  . Fixed bug #68446 (Array constant not accepted for array parameter default).
 -    (Bob, Dmitry)
 -  . Fixed bug #68594 (Use after free vulnerability in unserialize()).
 -    (CVE-2014-8142) (Stefan Esser)
 -
 -- Date:
 -  . Fixed day_of_week function as it could sometimes return negative values
 -    internally. (Derick)
 -
 -- FPM:
 -  . Fixed bug #68381 (fpm_unix_init_main ignores log_level).
 -    (David Zuelke, Remi)
 -  . Fixed bug #68420 (listen=9000 listens to ipv6 localhost instead of all
 -    addresses). (Remi)
 -  . Fixed bug #68421 (access.format='%R' doesn't log ipv6 address). (Remi)
 -  . Fixed bug #68423 (PHP-FPM will no longer load all pools). (Remi)
 -  . Fixed bug #68428 (listen.allowed_clients is IPv4 only). (Remi)
 -  . Fixed bug #68452 (php-fpm man page is oudated). (Remi)
 -  . Fixed request #68458 (Change pm.start_servers default warning to
 -    notice). (David Zuelke, Remi)
 -  . Fixed bug #68463 (listen.allowed_clients can silently result
 -    in no allowed access). (Remi)
 -  . Fixed request #68391 (php-fpm conf files loading order).
 -    (Florian Margaine, Remi)
 -  . Fixed bug #68478 (access.log don't use prefix). (Remi)
 -
 -- Mcrypt:
 -  . Fixed possible read after end of buffer and use after free. (Dmitry)
 -
 -- GMP:
 -  . Fixed bug #68419 (build error with gmp 4.1). (Remi)
 -
 -- PDO_pgsql:
 -  . Fixed bug #67462 (PDO_PGSQL::beginTransaction() wrongly throws exception
 -  when not in transaction) (Matteo)
 -  . Fixed bug #68351 (PDO::PARAM_BOOL and ATTR_EMULATE_PREPARES misbehaving)
 -  (Matteo)
 +- Reflection
 +  . Fixed inheritance chain of Reflector interface. (Tjerk)
  
  - Session:
 -  . Fixed bug #68331 (Session custom storage callable functions not being called) 
 -    (Yasuo Ohgaki)
 +  . Fixed bug #67694 (Regression in session_regenerate_id()). (Tjerk)
++  . Fixed bug #68941 (mod_files.sh is a bash-script) (bugzilla at ii.nl, Yasuo)
  
  - SOAP:
    . Fixed bug #68361 (Segmentation fault on SoapClient::__getTypes).