summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2015-06-23 19:33:33 +0200
committerAnatol Belski <ab@php.net>2015-06-23 19:33:33 +0200
commit9876b2c2cf65fbe6aeb0edccbaa421d3d92c345e (patch)
treec05e3e3052c85a61b2c64ce6b56f96feeb3cb4cd
parent5ea2b7064536b18b211ddcb8ef1ab554f548e7b8 (diff)
downloadphp-git-php-7.0.0alpha2.tar.gz
-rw-r--r--NEWS68
1 files changed, 68 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 800351ba4a..41d6abae23 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,73 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+25 Jun 2015, PHP 7.0.0 Alpha 2
+
+- Core:
+ . Fixed bug #69872 (uninitialised value in strtr with array). (Laruence)
+ . Fixed bug #69868 (Invalid read of size 1 in zend_compile_short_circuiting).
+ (Laruence)
+ . Fixed bug #69849 (Broken output of apache_request_headers). (Kalle)
+ . Fixed bug #69840 (iconv_substr() doesn't work with UTF-16BE). (Kalle)
+ . Fixed bug #69823 (PHP 7.0.0alpha1 segmentation fault when exactly 33
+ extensions are loaded). (Laruence)
+ . Fixed bug #69805 (null ptr deref and seg fault in zend_resolve_class_name).
+ (Laruence)
+ . Fixed bug #69802 (Reflection on Closure::__invoke borks type hint class
+ name). (Dmitry)
+ . Fixed bug #69761 (Serialization of anonymous classes should be prevented).
+ (Laruence)
+ . Fixed bug #69551 (parse_ini_file() and parse_ini_string() segmentation
+ fault). (Christoph M. Becker)
+ . Fixed bug #69781 (phpinfo() reports Professional Editions of Windows
+ 7/8/8.1/10 as "Business"). (Christian Wenz)
+ . Fixed bug #69835 (phpinfo() does not report many Windows SKUs).
+ (Christian Wenz)
+ . Fixed bug #69889 (Null coalesce operator doesn't work for string offsets).
+ (Nikita)
+ . Fixed bug #69891 (Unexpected array comparison result). (Nikita)
+ . Fixed bug #69892 (Different arrays compare indentical due to integer key
+ truncation). (Nikita)
+ . Fixed bug #69893 (Strict comparison between integer and empty string keys
+ crashes). (Nikita)
+
+- DOM:
+ . Fixed bug #69846 (Segmenation fault (access violation) when iterating over
+ DOMNodeList). (Anatol Belski)
+
+- GD:
+ . Fixed bug #61221 (imagegammacorrect function loses alpha channel). (cmb)
+
+- mysqlnd:
+ . Fixed Bug #69796 (mysqli_stmt::fetch doesn't assign null values to
+ bound variables). (Laruence)
+
+- Curl:
+ . Fixed bug #69831 (Segmentation fault in curl_getinfo). (im dot denisenko at
+ yahoo dot com)
+
+- Opcache:
+ . Removed opcache.load_comments configuration directive. Now doc comments
+ loading costs nothing and always enabled. (Dmitry)
+ . Fixed bug #69838 (Wrong size calculation for function table). (Anatol)
+
+- PCRE:
+ . Fixed bug #69864 (Segfault in preg_replace_callback) (cmb, ab)
+
+- PDO_pgsql:
+ . Fixed bug #69752 (PDOStatement::execute() leaks memory with DML
+ Statements when closeCuror() is u). (Philip Hofstetter)
+
+- SPL
+ . Fixed bug #69845 (ArrayObject with ARRAY_AS_PROPS broken). (Dmitry)
+
+- SQLite3
+ . Fixed bug #69897 (segfault when manually constructing SQLite3Result).
+ (Kalle)
+
+- Standard
+ . Fixed bug #62922 (Truncating entire string should result in string).
+ (Nikita)
+
11 Jun 2015, PHP 7.0.0 Alpha 1
- Core: