PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2015, PHP 5.6.14
+03 Sep 2015, PHP 7.0.0 RC 2
+
+- Core:
+ . Fixed bug #70332 (Wrong behavior while returning reference on object).
+ (Laruence, Dmitry)
+ . Fixed bug #70300 (Syntactical inconsistency with new group use syntax).
+ (marcio dot web2 at gmail dot com)
+ . Fixed bug #70321 (Magic getter breaks reference to array property).
+ (Laruence)
+ . Fixed bug #70187 (Notice: unserialize(): Unexpected end of serialized data)
+ (Dmitry)
+ . Fixed bug #70145 (From field incorrectly parsed from headers). (Anatol)
+ . Fixed bug causing exception traces with anon classes to be truncated. (Bob)
+
+- Curl:
+ . Fixed bug #70330 (Segmentation Fault with multiple "curl_copy_handle").
+ (Laruence)
+
+- PDO_OCI:
+ . Fixed bug #70308 (PDO::ATTR_PREFETCH is ignored). (Chris Jones)
+
+- SPL:
+ . Fixed bug #70303 (Incorrect constructor reflection for ArrayObject). (cmb)
+ - OpenSSL:
+ . Fixed bug #55259 (openssl extension does not get the DH parameters from
+ DH key resource). (Jakub Zelenka)
+
- Standard:
+ . Fixed bug #70342 (changing configuration with ignore_user_abort(true) isn't
+ working). (Laruence)
+ . Fixed bug #70295 (Segmentation fault with setrawcookie). (Bob)
. Fixed bug #67131 (setcookie() conditional for empty values not met). (cmb)
-03 Sep 2015, PHP 5.6.13
+- Reflection:
+ . Fixed bug causing bogus traces for ReflectionGenerator::getTrace(). (Bob)
+
+20 Aug 2015, PHP 7.0.0 RC 1
- Core:
- . Fixed bug #69900 (Too long timeout on pipes). (Anatol)
+ . Fixed bug #70299 (Memleak while assigning object offsetGet result).
+ (Laruence)
+ . Fixed bug #70288 (Apache crash related to ZEND_SEND_REF). (Laruence)
+ . Fixed bug #70262 (Accessing array crashes PHP 7.0beta3).
+ (Laruence, Dmitry)
+ . Fixed bug #70258 (Segfault if do_resize fails to allocated memory).
+ (Laruence)
+ . Fixed bug #70253 (segfault at _efree () in zend_alloc.c:1389). (Laruence)
+ . Fixed bug #70240 (Segfault when doing unset($var());). (Laruence)
+ . Fixed bug #70223 (Incrementing value returned by magic getter). (Laruence)
+ . Fixed bug #70215 (Segfault when __invoke is static). (Bob)
+ . Fixed bug #70207 (Finally is broken with opcache). (Laruence, Dmitry)
+ . Fixed bug #70173 (ZVAL_COPY_VALUE_EX broken for 32bit Solaris Sparc).
+ (Laruence, cmb)
. Fixed bug #69487 (SAPI may truncate POST data). (cmb)
. Fixed bug #70198 (Checking liveness does not work as expected).
(Shafreeck Sea, Anatol Belski)