summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2014-03-18 23:14:18 -0700
committerStanislav Malyshev <stas@php.net>2014-03-18 23:14:18 -0700
commit8c6be9f40c8f32dd2d3b8e908cde09098a74feab (patch)
tree8cb16d2ccf334e7cb6d2fcf1772accf007c3f61a
parentb30304fb78a9720b02e2b2f7cc1564ac1445a64b (diff)
downloadphp-git-8c6be9f40c8f32dd2d3b8e908cde09098a74feab.tar.gz
prep for 5.4.27 rc1
-rw-r--r--NEWS12
1 files changed, 7 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index acd437f391..302ea6c0d1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,16 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+?? ??? 2014, PHP 5.4.28
+
?? ??? 2014, PHP 5.4.27
- Core:
. Fixed bug #60602 (proc_open() changes environment array) (Tjerk)
+- FPM:
+ . Added clear_env configuration directive to disable clearenv() call.
+ (Github PR# 598, Paul Annesley)
+
- GMP
. fixed bug#66872 (invalid argument crashes gmp_testbit) (Pierre)
@@ -18,7 +24,7 @@ PHP NEWS
- Openssl:
. Fixed bug #66833 (Default disgest algo is still MD5, switch to SHA1). (Remi)
-?? ??? 2014, PHP 5.4.26
+06 Mar 2014, PHP 5.4.26
- JSON:
. Fixed bug #65753 (JsonSerializeable couldn't implement on module extension)
@@ -28,10 +34,6 @@ PHP NEWS
. Fixed bug #66731 (file: infinite recursion). (CVE-2014-1943) (Remi)
. Fixed bug #66820 (out-of-bounds memory access in fileinfo). (Remi)
-- FPM:
- . Added clear_env configuration directive to disable clearenv() call.
- (Github PR# 598, Paul Annesley)
-
- LDAP:
. Implemented ldap_modify_batch (https://wiki.php.net/rfc/ldap_modify_batch).
(Ondřej Hošek)