]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-5.5' into PHP-5.6
authorStanislav Malyshev <stas@php.net>
Sun, 1 Feb 2015 08:08:46 +0000 (00:08 -0800)
committerStanislav Malyshev <stas@php.net>
Sun, 1 Feb 2015 08:09:04 +0000 (00:09 -0800)
* PHP-5.5:
  Fix bug #64938: libxml_disable_entity_loader setting is shared between threads

1  2 
NEWS
ext/libxml/libxml.c

diff --cc NEWS
index 6b3e14c8e91766c6e90d4f2d7deddcf04cd2cbdc,4e33fbd3db3f9204d55ac8b324cf91f6ec056b28..847ddd8765b3d6ebeb150e7e9830a875c094f0e7
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
    . Fixed bug #68571 (core dump when webserver close the socket).
      (redfoxli069 at gmail dot com, Laruence)
  
 -- Libxml:
++- LIBXML:
+   . Fixed bug #64938 (libxml_disable_entity_loader setting is shared
+     between threads). (Martin Jansen)
 -- OpenSSL:
 -  . Fixed bug #55618 (use case-insensitive cert name matching).
 -    (Daniel Lowrey)
 +- Opcache:
 +  . Fixed bug with try blocks being removed when extended_info opcode
 +    generation is turned on. (Laruence)
  
  - PDO_mysql:
    . Fixed bug #68750 (PDOMysql with mysqlnd does not allow the usage of
Simple merge