summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCôme Chilliet <mcmic@php.net>2019-04-15 10:19:19 +0200
committerCôme Chilliet <mcmic@php.net>2019-04-15 10:19:19 +0200
commit3e1eff251be4b1d24079fb3e74c7a62d9eccc771 (patch)
tree3e45970e3339d75c282212176f95609c25b6325d
parentea0f26420dbfca5c90c76622ca177ffe20352cfd (diff)
downloadphp-git-3e1eff251be4b1d24079fb3e74c7a62d9eccc771.tar.gz
Updated NEWS
-rw-r--r--NEWS9
1 files changed, 6 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 7b3293764b..da984f9f60 100644
--- a/NEWS
+++ b/NEWS
@@ -10,8 +10,11 @@ PHP NEWS
. Fixed bug #72175 (Impossibility of creating multiple connections to
Interbase with php 7.x). (Nikita)
+- LDAP:
+ . Fixed bug #77869 (Core dump when using server controls) (mcmic)
+
- mbstring:
- . Implemented FR #72777 (Implement regex stack limits for mbregex functions).
+ . Implemented FR #72777 (Implement regex stack limits for mbregex functions).
(Yasuo Ohgaki, Stas)
- MySQLi:
@@ -21,7 +24,7 @@ PHP NEWS
- PCRE:
. Fixed bug #77827 (preg_match does not ignore \r in regex flags). (requinix,
cmb)
-
+
- PDO:
. Fixed bug #77849 (Disable cloning of PDO handle/connection objects).
(camporter)
@@ -624,7 +627,7 @@ PHP NEWS
- pgsql:
. Added new error constants for pg_result_error(): PGSQL_DIAG_SCHEMA_NAME,
PGSQL_DIAG_TABLE_NAME, PGSQL_DIAG_COLUMN_NAME, PGSQL_DIAG_DATATYPE_NAME,
- PGSQL_DIAG_CONSTRAINT_NAME and PGSQL_DIAG_SEVERITY_NONLOCALIZED. (Kalle)
+ PGSQL_DIAG_CONSTRAINT_NAME and PGSQL_DIAG_SEVERITY_NONLOCALIZED. (Kalle)
. Fixed bug #77047 (pg_convert has a broken regex for the 'TIME WITHOUT
TIMEZONE' data type). (Andy Gajetzki)