summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2005-05-20 06:36:56 +0000
committerfoobar <sniper@php.net>2005-05-20 06:36:56 +0000
commit30d06007691e625c856f2b57b73f334cbb166375 (patch)
treee1fc1830263a947d6c1456485f3ea4a99a7e2fe6
parentf0a70208982fcec8b5e230b4902b5465c759b9ac (diff)
downloadphp-git-30d06007691e625c856f2b57b73f334cbb166375.tar.gz
reorder
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index a3fe81af4e..6e8c0e7104 100644
--- a/NEWS
+++ b/NEWS
@@ -1,14 +1,14 @@
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
them sort based on the current locale. (Derick)
- Changed sha1_file() and md5_file() functions to use streams instead of
low level IO. (Uwe)
+- Fixed bug #33057 (Don't send extraneous entity-headers on a 304 as per
+ RFC 2616 section 10.3.5) (Rasmus, Choitel)
- Fixed bug #33019 (socket errors cause memory leaks in php_strerror()).
(jwozniak23 at poczta dot onet dot pl, Tony).
- Fixed bug #32974 (pcntl calls malloc() from a signal handler). (Wez)