summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXinchen Hui <laruence@gmail.com>2016-05-16 06:23:55 -0700
committerXinchen Hui <laruence@gmail.com>2016-05-16 06:23:55 -0700
commit6f4860545bde2542a7b73b37707477693a0707bb (patch)
tree76b642cd84ebc2d67864f42800f1c8b5239387ae
parent0b3a4c6101abeef297bfb415493e96bbeda3d110 (diff)
downloadphp-git-6f4860545bde2542a7b73b37707477693a0707bb.tar.gz
Revert "Revert the ABI break commit"
This reverts commit 07220f615b432837e158820fa08206fcc78c93e2.
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d8ab92fbfd..aada8e7e6a 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,9 @@ PHP NEWS
- Intl:
. Fixed bug #64524 (Add intl.use_exceptions to php.ini-*). (Anatol)
+- PCRE:
+ . Fixed bug #72143 (preg_replace uses int instead of size_t). (Joe)
+
- PDO_pgsql:
. Fixed bug #71573 (Segfault (core dumped) if paramno beyond bound).
(Laruence)