PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2015, PHP 5.5.23
+?? ??? 2015, PHP 5.5.24
- Core:
++ . Fixed bug #67626 (User exceptions not properly handled in streams).
++ (Julian)
+ . Fixed bug #68917 (parse_url fails on some partial urls). (Wei Dai)
+
+19 Mar 2015, PHP 5.5.23
+
+- Core:
+ . Fixed bug #69174 (leaks when unused inner class use traits precedence).
+ (Laruence)
+ . Fixed bug #69139 (Crash in gc_zval_possible_root on unserialize).
+ (Laruence)
+ . Fixed bug #69121 (Segfault in get_current_user when script owner is not
+ in passwd with ZTS build). (dan at syneto dot net)
. Fixed bug #65593 (Segfault when calling ob_start from output buffering
callback). (Mike)
. Fixed bug #69017 (Fail to push to the empty array with the constant value
1, args,
0, NULL TSRMLS_CC);
- return -1;
+ zval_ptr_dtor(&zcount);
+
+ if (EG(exception)) {
++ return 0;
+ }
+
if (call_result == SUCCESS && retval != NULL) {
convert_to_string(retval);
didread = Z_STRLEN_P(retval);