diff options
author | Stanislav Malyshev <stas@php.net> | 2014-04-03 15:53:43 -0700 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2014-04-03 15:54:00 -0700 |
commit | 7e5de3a1ce0ec5e2efc84cea67e82d487cd0bf54 (patch) | |
tree | d4b0bc53d7a91b9984c2b12e48a204ca1880ccb0 /NEWS | |
parent | d08b4dbf23febd3f305a2682b03ab9c70f11ac60 (diff) | |
download | php-git-7e5de3a1ce0ec5e2efc84cea67e82d487cd0bf54.tar.gz |
cleanup NEWS
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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) |