nikic Sun, 04 Mar 2012 16:32:01 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=323881
Log:
NEWS and UPGRADING for r323862
Changed paths:
U php/php-src/trunk/NEWS
U php/php-src/trunk/UPGRADING
Modified: php/php-src/trunk/NEWS
===================================================================
--- php/php-src/trunk/NEWS 2012-03-04 16:20:55 UTC (rev 323880)
+++ php/php-src/trunk/NEWS 2012-03-04 16:32:01 UTC (rev 323881)
@@ -28,6 +28,10 @@
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)
Modified: php/php-src/trunk/UPGRADING
===================================================================
--- php/php-src/trunk/UPGRADING 2012-03-04 16:20:55 UTC (rev 323880)
+++ php/php-src/trunk/UPGRADING 2012-03-04 16:32:01 UTC (rev 323881)
@@ -72,7 +72,8 @@
7. Deprecated
=============
--
+- The preg_replace /e modifier is now deprecated.
+ You should use preg_replace_callback instead.
==========
8. Removed
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php