summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2001-04-04 20:46:26 +0000
committerfoobar <sniper@php.net>2001-04-04 20:46:26 +0000
commitc34d2b91dad13d793baf94180457a935e04a9526 (patch)
treef0d95c5ffd241ac49ce4e08571dafaadcb3c8225 /NEWS
parent382e3c5ad664f206e2fbd9ebb4b2685a99e5f9b7 (diff)
downloadphp-git-c34d2b91dad13d793baf94180457a935e04a9526.tar.gz
Added new configuration directives:
arg_separator.input and arg_separator.output
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 9f102e51ed..40e8aa47dd 100644
--- a/NEWS
+++ b/NEWS
@@ -30,7 +30,10 @@ PHP 4.0 NEWS
(Zeev)
?? ??? 200?, Version 4.0.5
-- New FastCGI server module. (Ben Mansell)
+- 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)
+- Added FastCGI SAPI module. (Ben Mansell)
- Added array_reduce(), which allows iterative reduction of an array
to a single value via a callback function. (Andrei)
- The imageloadfont function of the gd extension should be not platform