summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFerenc Kovacs <tyrael@php.net>2015-01-21 01:19:31 +0100
committerFerenc Kovacs <tyrael@php.net>2015-01-21 01:19:31 +0100
commitea44ccbd623cd05c7a3319563c0adf3b494aaadf (patch)
treeb90f8188dc48e55aafe6b5ef4f3a1c7fa7903c5c
parent1d09926e333148b19ac24e630be8ff209c69b371 (diff)
downloadphp-git-ea44ccbd623cd05c7a3319563c0adf3b494aaadf.tar.gz
fix NEWS
-rw-r--r--NEWS20
1 files changed, 12 insertions, 8 deletions
diff --git a/NEWS b/NEWS
index a0ff666965..7ff05749a9 100644
--- a/NEWS
+++ b/NEWS
@@ -5,17 +5,21 @@
- Dba:
. Fixed bug #68711 (useless comparisons). (bugreports at internot dot info)
-- Sqlite3:
- . Fixed bug #68260 (SQLite3Result::fetchArray declares wrong
- required_num_args). (Julien)
+- JSON:
+ . Fixed bug #50224 (json_encode() does not always encode a float as a float)
+ by adding JSON_PRESERVE_ZERO_FRACTION. (Juan Basso)
+
+- Opcache:
+ . Fixed bug with try blocks being removed when extended_info opcode
+ generation is turned on. (Laruence)
- PDO_mysql:
. Fixed bug #68750 (PDOMysql with mysqlnd does not allow the usage of
named pipes). (steffenb198@aol.com)
-- JSON:
- . Fixed bug #50224 (json_encode() does not always encode a float as a float)
- by adding JSON_PRESERVE_ZERO_FRACTION. (Juan Basso)
+- Sqlite3:
+ . Fixed bug #68260 (SQLite3Result::fetchArray declares wrong
+ required_num_args). (Julien)
22 Jan 2015, PHP 5.6.5
@@ -41,6 +45,8 @@
- CGI:
. Fixed bug #68618 (out of bounds read crashes php-cgi). (CVE-2014-9427)
(Stas)
+
+- CLI server:
. Fixed bug #68745 (Invalid HTTP requests make web server segfault). (Adam)
- cURL:
@@ -78,8 +84,6 @@
(Ashesh Vashi)
- Opcache:
- . Fixed bug with try blocks being removed when extended_info opcode
- generation is turned on. (Laruence)
. Fixed bug #68644 (strlen incorrect : mbstring + func_overload=2 +UTF-8
+ Opcache). (Laruence)
. Fixed bug #67111 (Memory leak when using "continue 2" inside two foreach