1
0
mirror of https://github.com/php/php-src.git synced 2026-04-25 17:08:14 +02:00

[ci skip] Update NEWS

This commit is contained in:
Anatol Belski
2018-06-29 20:12:45 +02:00
parent efdf4a83b1
commit 7a6dc29605
+3
View File
@@ -30,6 +30,9 @@ PHP NEWS
. Fixed bug #76514 (Regression in preg_match makes it fail with
PREG_JIT_STACKLIMIT_ERROR). (Anatol)
- PGSQL:
. Fixed bug #76548 (pg_fetch_result did not fetch the next row). (Anatol)
- phpdbg:
. Fix arginfo wrt. optional/required parameters. (cmb)