summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2015-05-20 08:11:14 +0200
committerRemi Collet <remi@php.net>2015-05-20 08:11:14 +0200
commit4bda39b81d01d3e909c664db60ace21db1001b0a (patch)
tree8f20b893239a555eb0c1e8be1e57def65ac535e3
parent2cc4e69cc6d8dbc4b3568ad3dd583324a7c11d64 (diff)
downloadphp-git-4bda39b81d01d3e909c664db60ace21db1001b0a.tar.gz
NEWS 5.5
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 09ddfc7500..d6be989c25 100644
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,9 @@ PHP NEWS
- MCrypt:
. Added file descriptor caching to mcrypt_create_iv() (Leigh)
+- Postgres:
+ . Fixed bug #69667 (segfault in php_pgsql_meta_data). (Remi)
+
- Opcache
. Fixed bug #69549 (Memory leak with opcache.optimization_level=0xFFFFFFFF).
(Laruence, Dmitry)