diff options
author | Rasmus Lerdorf <rasmus@php.net> | 2005-05-19 16:16:44 +0000 |
---|---|---|
committer | Rasmus Lerdorf <rasmus@php.net> | 2005-05-19 16:16:44 +0000 |
commit | f0a70208982fcec8b5e230b4902b5465c759b9ac (patch) | |
tree | 50e59a9a6eb61151d8b6d09a461d7c2841677aa2 | |
parent | bb9223391e98e018e568bc229732ab33ad108a98 (diff) | |
download | php-git-f0a70208982fcec8b5e230b4902b5465c759b9ac.tar.gz |
NEWS file update for Jani
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,8 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 20??, Version 4.?.? +- Fixed bug #33057 (Don't send extraneous entity-headers on a 304 as per + RFC 2616 section 10.3.5) (Rasmus, Choitel) - Added man pages for "phpize" and "php-config" scripts. (Jakub Vrana) - Added support for .cc files in extensions. (Brian) - Added the sorting flag SORT_LOCALE_STRING to the sort() functions which makes |