diff options
author | Nuno Lopes <nlopess@php.net> | 2008-03-08 13:03:59 +0000 |
---|---|---|
committer | Nuno Lopes <nlopess@php.net> | 2008-03-08 13:03:59 +0000 |
commit | 03444a67be7f2328cfedf4d77853bb426d2cda83 (patch) | |
tree | 24dd14b5d2f8a5dcd92972099503fb5d6d626e6a | |
parent | 634fef42d64ceb435e15c6a08139aab3bf7403b8 (diff) | |
download | php-git-03444a67be7f2328cfedf4d77853bb426d2cda83.tar.gz |
BFN #44214
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |