]> granicus.if.org Git - php/commitdiff
NEWS and UPGRADING for r323862
authorNikita Popov <nikic@php.net>
Sun, 4 Mar 2012 16:32:01 +0000 (16:32 +0000)
committerNikita Popov <nikic@php.net>
Sun, 4 Mar 2012 16:32:01 +0000 (16:32 +0000)
NEWS
UPGRADING

diff --git a/NEWS b/NEWS
index f70e096b7ce4f61735b2a577eb7c180532a76e56..95ec29ac4e3c15e0ae45a5261331c8be1fa85a16 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -28,6 +28,10 @@ PHP                                                                        NEWS
        still exists for backward compatibility but is doing nothing). (Pierrick)
   . Fixed bug #54995 (Missing CURLINFO_RESPONSE_CODE support). (Pierrick)
 
+- PCRE:
+  . Deprecated the /e modifier
+    (https://wiki.php.net/rfc/remove_preg_replace_eval_modifier). (Nikita Popov)
+
 - pgsql
   . Added pg_escape_literal() and pg_escape_identifier() (Yasuo)
 
index a24d8fb9311af0f509b1d99fa6b184a51436be07..844bdc7b2df5170412f204a8d0185dc8aca07124 100755 (executable)
--- a/UPGRADING
+++ b/UPGRADING
@@ -72,7 +72,8 @@ UPGRADE NOTES - PHP X.Y
 7. Deprecated
 =============
 
-- 
+- The preg_replace /e modifier is now deprecated.
+  You should use preg_replace_callback instead.
 
 ==========
 8. Removed