|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? ????, PHP 8.0.0RC4
+- Standard:
+
+ . Don't force rebuild of symbol table, when populating $http_response_header
+ variable by the HTTP stream wrapper. (Dmitry)
29 Oct 2020, PHP 8.0.0RC3
. substr(), mb_substr(), iconv_substr() and grapheme_substr() now consistently
clamp out-of-bounds offsets to the string boundary. Previously, false was
returned instead of the empty string in some cases.
+ . Populating $http_response_header variable by the HTTP stream wrapper
+ doesn't force rebuilding of symbol table anymore.
- Sysvmsg:
. msg_get_queue() will now return an SysvMessageQueue object rather than a
if (!Z_ISUNDEF(headers)) {
if (FAILURE == zend_set_local_var_str(
- "http_response_header", sizeof("http_response_header")-1, &headers, 1)) {
+ "http_response_header", sizeof("http_response_header")-1, &headers, 0)) {
zval_ptr_dtor(&headers);
}
}