summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2014-04-03 15:53:43 -0700
committerStanislav Malyshev <stas@php.net>2014-04-03 15:54:00 -0700
commit7e5de3a1ce0ec5e2efc84cea67e82d487cd0bf54 (patch)
treed4b0bc53d7a91b9984c2b12e48a204ca1880ccb0
parentd08b4dbf23febd3f305a2682b03ab9c70f11ac60 (diff)
downloadphp-git-7e5de3a1ce0ec5e2efc84cea67e82d487cd0bf54.tar.gz
cleanup NEWS
-rw-r--r--NEWS10
1 files changed, 5 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 74312280cb..bf8d1d2a4d 100644
--- a/NEWS
+++ b/NEWS
@@ -20,28 +20,28 @@ PHP NEWS
. Fixed bug #53965 (<xsl:include> cannot find files with relative paths
when loaded with "file://"). (Anatol)
-?? ??? 2014, PHP 5.4.27
+03 Apr 2014, PHP 5.4.27
- Core:
. Fixed bug #60602 (proc_open() changes environment array) (Tjerk)
- Fileinfo:
- . Fixed bug #66946i (fileinfo: extensive backtracking in awk rule regular
+ . Fixed bug #66946 (fileinfo: extensive backtracking in awk rule regular
expression). (CVE-2013-7345) (Remi)
- FPM:
. Added clear_env configuration directive to disable clearenv() call.
- (Github PR# 598, Paul Annesley)
+ (Github PR# 598, Paul Annesley)
- GMP
- . fixed bug#66872 (invalid argument crashes gmp_testbit) (Pierre)
+ . Fixed bug #66872 (invalid argument crashes gmp_testbit) (Pierre)
- Mail:
. Fixed bug #66535 (Don't add newline after X-PHP-Originating-Script) (Tjerk)
- MySQLi:
. Fixed bug #66762 (Segfault in mysqli_stmt::bind_result() when link closed)
- (Remi)
+ (Remi)
- Openssl:
. Fixed bug #66833 (Default disgest algo is still MD5, switch to SHA1). (Remi)