summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2014-10-14 00:36:36 -0700
committerStanislav Malyshev <stas@php.net>2014-10-14 00:36:36 -0700
commit4773c1dfdc10b2175422b4fda83a48e4792b90a1 (patch)
tree314cd27a7abd015a0498c0c903e4a29fc02c73d9 /NEWS
parent8615e429426557be7752c865b8f7364146196adf (diff)
downloadphp-git-4773c1dfdc10b2175422b4fda83a48e4792b90a1.tar.gz
update NEWS and UPGRADING
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 6 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 49ce35a30c..7d4d66ec19 100644
--- a/NEWS
+++ b/NEWS
@@ -2,9 +2,6 @@ PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2014, PHP 5.6.2
--Fileinfo:
- . Fixed bug #66242 (libmagic: don't assume char is signed). (ArdB)
-
- Core:
. Fixed bug #67739 (Windows 8.1/Server 2012 R2 OS build number reported
as 6.2 (instead of 6.3)). (Christian Wenz)
@@ -18,12 +15,18 @@ PHP NEWS
array notation) (Florian)
. Implemented 64-bit format codes for pack() and unpack(). (Leigh)
+-Fileinfo:
+ . Fixed bug #66242 (libmagic: don't assume char is signed). (ArdB)
+
- FPM:
. Fixed bug #65641 (PHP-FPM incorrectly defines the SCRIPT_NAME variable
when using Apache, mod_proxy-fcgi and ProxyPass). (Remi)
. Implemented FR #55508 (listen and listen.allowed_clients should take IPv6
addresses). (Robin Gloster)
+- GMP:
+ . Implemented gmp_random_range() and gmp_random_bits(). (Leigh)
+
- Reflection:
. Fixed bug #68103 (Duplicate entry in Reflection for class alias). (Remi)