summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Zmievski <andrei@php.net>2001-04-20 16:55:14 +0000
committerAndrei Zmievski <andrei@php.net>2001-04-20 16:55:14 +0000
commit118ae69499e8d56877f464ffe30ab73d4ebafd42 (patch)
tree9a6560594c80e70c4450b24d7cc2ab5d7b555a45
parent140720a22e963573e3e111e4c2c6f927b7028724 (diff)
downloadphp-git-118ae69499e8d56877f464ffe30ab73d4ebafd42.tar.gz
This actually made it in.
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0f9c2ff3ec..73f9c967c9 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,8 @@ PHP 4.0 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 200?, Version 4.0.5
+- IMPORTANT: removed /F modifier handling from preg_replace(). Instead
+ one should use new preg_replace_callback() function. (Andrei)
- Added new php.ini directive: arg_separator.input which is used to tell
PHP which characters are considered as argument separators in URLs.
Renamed php.ini directive: arg_separator -> arg_separator.output (Jani)