From: Xinchen Hui Date: Mon, 16 May 2016 13:23:55 +0000 (-0700) Subject: Revert "Revert the ABI break commit" X-Git-Tag: php-7.0.8RC1~53 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6f4860545bde2542a7b73b37707477693a0707bb;p=php Revert "Revert the ABI break commit" This reverts commit 07220f615b432837e158820fa08206fcc78c93e2. --- 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)