File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,11 @@ PHP NEWS
10
10
. Fixed bug #72175 (Impossibility of creating multiple connections to
11
11
Interbase with php 7.x). (Nikita)
12
12
13
+ - LDAP:
14
+ . Fixed bug #77869 (Core dump when using server controls) (mcmic)
15
+
13
16
- mbstring:
14
- . Implemented FR #72777 (Implement regex stack limits for mbregex functions).
17
+ . Implemented FR #72777 (Implement regex stack limits for mbregex functions).
15
18
(Yasuo Ohgaki, Stas)
16
19
17
20
- MySQLi:
@@ -21,7 +24,7 @@ PHP NEWS
21
24
- PCRE:
22
25
. Fixed bug #77827 (preg_match does not ignore \r in regex flags). (requinix,
23
26
cmb)
24
-
27
+
25
28
- PDO:
26
29
. Fixed bug #77849 (Disable cloning of PDO handle/connection objects).
27
30
(camporter)
@@ -624,7 +627,7 @@ PHP NEWS
624
627
- pgsql:
625
628
. Added new error constants for pg_result_error(): PGSQL_DIAG_SCHEMA_NAME,
626
629
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)
628
631
. Fixed bug #77047 (pg_convert has a broken regex for the 'TIME WITHOUT
629
632
TIMEZONE' data type). (Andy Gajetzki)
630
633
You can’t perform that action at this time.
0 commit comments