]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-5.5' into PHP-5.6
authorAdam Harvey <aharvey@php.net>
Mon, 8 Sep 2014 19:28:15 +0000 (19:28 +0000)
committerAdam Harvey <aharvey@php.net>
Mon, 8 Sep 2014 19:28:15 +0000 (19:28 +0000)
* PHP-5.5:
  Fix bug #67972 (SessionHandler Invalid memory read create_sid()).
  Update LSAPI to 6.7, added support for 'filter_input'. Fixed a crash in CLI mode.
  5.5.18 now

Conflicts:
configure.in
main/php_version.h

1  2 
NEWS
ext/session/mod_user_class.c

diff --cc NEWS
index bec3a30fba8232ee124e57ef1766f2d0f39a8d55,f0a4379e2a4dd992dbd7ce8f5e6578fdfa18d396..1f3ce3b630817103dae29fbf188319f05e107dd8
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -8,53 -12,6 +8,56 @@@ PH
    . Fixed bug #65463 (SIGSEGV during zend_shutdown()). (Keyur Govande)
    . Fixed bug #66036 (Crash on SIGTERM in apache process). (Keyur Govande)
    . Fixed bug #67878 (program_prefix not honoured in man pages). (Remi)
 +  . Fixed bug #67938 (Segfault when extending interface method with variadic).
 +    (Nikita)
 +
 +- Fileinfo:
 +  . Fixed bug #67731 (finfo::file() returns invalid mime type
 +    for binary files). (Anatol)
 +
 +- GD:
 +  . Made fontFetch's path parser thread-safe. (Sara)
 +
 +- GMP:
 +  . Fixed bug #67917 (Using GMP objects with overloaded operators can cause
 +    memory exhaustion). (Nikita)
 +  . Fixed bug #50175 (gmp_init() results 0 on given base and number starting
 +    with 0x or 0b). (Nikita)
 +  . Implemented gmp_import() and gmp_export(). (Leigh, Nikita)
 +
 +- MySQLi:
 +  . Fixed bug #67839 (mysqli does not handle 4-byte floats correctly). (Keyur)
 +
 +- OpenSSL:
 +  . Fixed bug #67850 (extension won't build if openssl compiled without SSLv3).
 +    (Daniel Lowrey)
 +
 +- DOM:
 +  . Made DOMNode::textContent writeable. (Tjerk)
 +
 +- SOAP:
 +  . Fixed bug #67955 (SoapClient prepends 0-byte to cookie names). (Philip Hofstetter)
 +
++- Session:
++  . Fixed bug #67972 (SessionHandler Invalid memory read create_sid()). (Adam)
++
 +28 Aug 2014, PHP 5.6.0
 +
 +- Apache2 Handler SAPI:
 +  . Fixed Apache log issue caused by APR's lack of support for %zu
 +    (APR issue https://issues.apache.org/bugzilla/show_bug.cgi?id=56120).
 +    (Jeff Trawick)
 +
 +- CLI server:
 +  . Added some MIME types to the CLI web server. (Chris Jones)
 +  . Fixed bug #67079 (Missing MIME types for XML/XSL files). (Anatol)
 +  . Fixed bug #66830 (Empty header causes PHP built-in web server to hang).
 +    (Adam)
 +  . Fixed bug #67594 (Unable to access to apache_request_headers() elements).
 +    (Tjerk)
 +  . Implemented FR #67429 (CLI server is missing some new HTTP response codes).
 +    (Adam)
 +  . Fixed Bug #67406 (built-in web-server segfaults on startup). (Remi)
  
  - COM:
    . Fixed bug #41577 (DOTNET is successful once per server run)
Simple merge