Skip to content

Commit 3e1eff2

Browse files
author
Côme Chilliet
committed
Updated NEWS
1 parent ea0f264 commit 3e1eff2

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

NEWS

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,11 @@ PHP NEWS
1010
. Fixed bug #72175 (Impossibility of creating multiple connections to
1111
Interbase with php 7.x). (Nikita)
1212

13+
- LDAP:
14+
. Fixed bug #77869 (Core dump when using server controls) (mcmic)
15+
1316
- mbstring:
14-
. Implemented FR #72777 (Implement regex stack limits for mbregex functions).
17+
. Implemented FR #72777 (Implement regex stack limits for mbregex functions).
1518
(Yasuo Ohgaki, Stas)
1619

1720
- MySQLi:
@@ -21,7 +24,7 @@ PHP NEWS
2124
- PCRE:
2225
. Fixed bug #77827 (preg_match does not ignore \r in regex flags). (requinix,
2326
cmb)
24-
27+
2528
- PDO:
2629
. Fixed bug #77849 (Disable cloning of PDO handle/connection objects).
2730
(camporter)
@@ -624,7 +627,7 @@ PHP NEWS
624627
- pgsql:
625628
. Added new error constants for pg_result_error(): PGSQL_DIAG_SCHEMA_NAME,
626629
PGSQL_DIAG_TABLE_NAME, PGSQL_DIAG_COLUMN_NAME, PGSQL_DIAG_DATATYPE_NAME,
627-
PGSQL_DIAG_CONSTRAINT_NAME and PGSQL_DIAG_SEVERITY_NONLOCALIZED. (Kalle)
630+
PGSQL_DIAG_CONSTRAINT_NAME and PGSQL_DIAG_SEVERITY_NONLOCALIZED. (Kalle)
628631
. Fixed bug #77047 (pg_convert has a broken regex for the 'TIME WITHOUT
629632
TIMEZONE' data type). (Andy Gajetzki)
630633

0 commit comments

Comments
 (0)