diff options
author | Zeev Suraski <zeev@php.net> | 2000-10-28 01:31:56 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2000-10-28 01:31:56 +0000 |
commit | 3dc7fc54a008eb64b799656b296e0fd09b48c7ff (patch) | |
tree | c9a45ac9046138fbb22205723de24e5d6e6b8927 /NEWS | |
parent | d77aede9a95ed23fdf667b1196de96573783eb62 (diff) | |
download | php-git-3dc7fc54a008eb64b799656b296e0fd09b48c7ff.tar.gz |
- URL-opened files now store the HTTP response header in $http_response_header
- Some layout updates
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3,6 +3,8 @@ PHP 4.0 NEWS ?? ??? 2000, Version 4.0.4 +- URL-opened files now store the HTTP response header in $http_response_header + (Zeev) - Fixed array_rand() to shuffle results when the number of requested elements is the same as the number of elements in the array. (Andrei) - Added replace parameter to header() (Sascha) |