summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNuno Lopes <nlopess@php.net>2008-03-08 13:03:59 +0000
committerNuno Lopes <nlopess@php.net>2008-03-08 13:03:59 +0000
commit03444a67be7f2328cfedf4d77853bb426d2cda83 (patch)
tree24dd14b5d2f8a5dcd92972099503fb5d6d626e6a
parent634fef42d64ceb435e15c6a08139aab3bf7403b8 (diff)
downloadphp-git-03444a67be7f2328cfedf4d77853bb426d2cda83.tar.gz
BFN #44214
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2af01aeef5..962d8a17a2 100644
--- a/NEWS
+++ b/NEWS
@@ -128,6 +128,8 @@ PHP NEWS
- Fixed bug #44336 (Improve pcre UTF-8 string matching performance).
(frode at coretrek dot com, Nuno)
+- Fixed bug #44214 (Crash using preg_replace_callback() and global variable).
+ (Nuno, Scott)
- Fixed bug #43960 (strtotime() returns timestamp in the future when given a
bogus string).
- Fixed bug #43808 (date_create never fails (even when it should)). (Derick)