diff options
author | Xinchen Hui <laruence@gmail.com> | 2016-05-16 06:23:55 -0700 |
---|---|---|
committer | Xinchen Hui <laruence@gmail.com> | 2016-05-16 06:23:55 -0700 |
commit | 6f4860545bde2542a7b73b37707477693a0707bb (patch) | |
tree | 76b642cd84ebc2d67864f42800f1c8b5239387ae | |
parent | 0b3a4c6101abeef297bfb415493e96bbeda3d110 (diff) | |
download | php-git-6f4860545bde2542a7b73b37707477693a0707bb.tar.gz |
Revert "Revert the ABI break commit"
This reverts commit 07220f615b432837e158820fa08206fcc78c93e2.
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |