Commit:    35872e101be0c4931b54b8ad94ba055c7aeee434
Author:    Dmitry Stogov <dmi...@zend.com>         Wed, 31 Jul 2013 16:34:26 
+0400
Parents:   d69b3d8f5955a51ec688a52ceb925705d393821d 
fd8f45452032720d3239af2106434232c95249e2
Branches:  PHP-5.5 master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=35872e101be0c4931b54b8ad94ba055c7aeee434

Log:
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Fixed bug #65018 (SoapHeader problems with SoapServer)
  MFH: fixed #65045: mb_convert_encoding breaks well-formed character.
  Fixed bug #65336

Conflicts:
        NEWS

Bugs:
https://bugs.php.net/65018
https://bugs.php.net/65045
https://bugs.php.net/65336

Changed paths:
  MM  NEWS
  MM  ext/soap/soap.c


Diff:
diff --cc NEWS
index 19e33d8,d480e3d..78f6539
--- a/NEWS
+++ b/NEWS
@@@ -9,31 -6,23 +9,34 @@@ PH
    . Fixed bug #65304 (Use of max int in array_sum). (Laruence)
    . Fixed bug #65291 (get_defined_constants() causes PHP to crash in a very
      limited case). (Arpad)
 -  . Improve fix for bug #63186 (compile failure on netbsd). (Matteo)
  
 -- Session:
 -  . Fixed bug #62129 (rfc1867 crashes php even though turned off). (gxd305 at
 -    gmail dot com)
 -  . Fixed bug #50308 (session id not appended properly for empty anchor tags).
 -    (Arpad)
 +- OPcahce:
 +  . Added opcache.restrict_api configuration directive that may limit
 +    usage of OPcahce API functions only to patricular script(s). (Dmitry)
 +  . Added support for glob symbols in blacklist entries (?, *, **).
 +    (Terry Elison, Dmitry)
 +  . Fixed bug #65338 (Enabling both php_opcache and php_wincache AVs on
 +    shutdown). (Dmitry)
 +
 +- PDO_mysql:
 +  . Fixed bug #65299 (pdo mysql parsing errors). (Johannes)
 +
 +- Phar:
 +  . Fixed bug #65028 (Phar::buildFromDirectory creates corrupt archives for 
 +    some specific contents). (Stas)
  
+ - SOAP:
+   . Fixed bug #65018 (SoapHeader problems with SoapServer). (Dmitry)
+ 
  - SPL:
    . Fixed bug #65328 (Segfault when getting SplStack object Value). (Laruence)
 +  . Added RecursiveTreeIterator setPostfix and getPostifx methods. (Joshua 
 +    Thijssen)
 +  . Fixed bug #61697 (spl_autoload_functions returns lambda functions 
 +    incorrectly). (Laruence)
  
 -- Phar:
 -  . Fixed bug #65028 (Phar::buildFromDirectory creates corrupt archives for 
 -    some specific contents). (Stas)
 +- Streams:
 +  . Fixed bug #65268 (select() implementation uses outdated tick API). 
(Anatol)
  
  - Pgsql:
    . Fixed bug #65336 (pg_escape_literal/identifier() scilently returns false).


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to