diff options
author | foobar <sniper@php.net> | 2001-04-04 20:46:26 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2001-04-04 20:46:26 +0000 |
commit | c34d2b91dad13d793baf94180457a935e04a9526 (patch) | |
tree | f0d95c5ffd241ac49ce4e08571dafaadcb3c8225 /NEWS | |
parent | 382e3c5ad664f206e2fbd9ebb4b2685a99e5f9b7 (diff) | |
download | php-git-c34d2b91dad13d793baf94180457a935e04a9526.tar.gz |
Added new configuration directives:
arg_separator.input and arg_separator.output
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |