Skip to content

Commit

Permalink
NEWS and UPGRADING for r323862
Browse files Browse the repository at this point in the history
  • Loading branch information
nikic committed Mar 4, 2012
1 parent 9499410 commit 4d0911c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions NEWS
Expand Up @@ -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)

Expand Down
3 changes: 2 additions & 1 deletion UPGRADING
Expand Up @@ -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
Expand Down

0 comments on commit 4d0911c

Please sign in to comment.