]> granicus.if.org Git - php/commitdiff
strawberry fields..
authorfoobar <sniper@php.net>
Thu, 2 Oct 2003 14:03:17 +0000 (14:03 +0000)
committerfoobar <sniper@php.net>
Thu, 2 Oct 2003 14:03:17 +0000 (14:03 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 59df04fb40cc6c7164bb7cdf4f4096f3ae2e56e2..4311b61aa0db6679864b979521e2bad2902be819 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,8 +3,8 @@ PHP 4                                                                      NEWS
 ?? Oct 2003, Version 4.3.4RC2
 - Fixed multibyte regex engine to properly handle ".*" pattern under
   POSIX compatible mode. (K.Kosako <kosako at sofnec.co.jp>, Moriyoshi)
-- Fixed bug #25707 (html_entity_decode over-decodes &amp;lt;). (Moriyoshi)
-- Fixed bug #25703 (openssl checks failed). (Jani)
+- Fixed bug #25707 (html_entity_decode() over-decodes &amp;lt;). (Moriyoshi)
+- Fixed bug #25703 (openssl configure check failed). (Jani)
 - Fixed bug #25701 (On flush() set headers_sent in apache2handler). (Ilia)
 - Fixed bug #25669 (eregi() with non-ascii characters). (Moriyoshi)
 
@@ -15,14 +15,15 @@ PHP 4                                                                      NEWS
 - Fixed crash bug when non-existing save/serializer handler was used. (Jani)
 - Fixed memory leak in gethostbynamel() if an error occurs. (Sara)
 - Fixed FastCGI being unable to bind to a specific IP. (Sascha)
-- Fixed bug #25671 (str_replace corrupting subarrays). (Sara)
+- Fixed bug #25671 (str_replace() corrupts subarrays). (Sara)
 - Fixed Bug #25665 (var_dump() hangs on Nan and INF). (Ilia)
-- Fixed bug #25648 (xslt_set_encoding() being not detected correctly). (Jani)
-- Fixed bug #25636 (SNMP Session not closed on success). (Ilia, 
-  nesslage[at]mwsc[dot]edu)
-- Fixed bug #25635 (Make "make tests" to fail due to invalid include_path). (Ilia)
+- Fixed bug #25648 (xslt_set_encoding() not detected correctly). (Jani)
+- Fixed bug #25636 (SNMP Session not closed on success). 
+  (Ilia, patch by: nesslage at mwsc dot edu)
+- Fixed bug #25635 (Make "make tests" to fail due to invalid include_path).
+  (Ilia)
 - Fixed bug #25604 (HAVE_SNMP_PARSE_OID undefined with phpize build). (Jani)
-- Fixed bug #25583 (Incorrect handling of paths starting with / on win32 
+- Fixed bug #25583 (Incorrect handling of paths starting with "/" on win32 
   inside glob() function). (Ilia)
 - Fixed bug #25570 (Possible crash in apache2handler when zend_bailout called
   outside of zend_try {} block). (Ilia)
@@ -54,13 +55,12 @@ PHP 4                                                                      NEWS
 - Fixed bug #25294 (ext/ftp: NLST failure leads to crash on exit). (Sara, Rob)
 - Fixed bug #25293 (Output correct EOL to error_log). (Ilia)
 - Fixed bug #25239 (ftp_fopen_wrapper not RFC compliant). (Sara)
+- Fixed bug #25218 ("deflate" compressed pages had a gzip header). (Stefan)
 - Fixed bug #25211 (image.c compile failure with AIX). (Marcus)
 - Fixed bug #25166 (WDDX serializer handler missing in win32). (Jani)
 - Fixed bug #25109 (Possible crash when fetching field names in pgsql). (Ilia)
 - Fixed bug #25106 (Added more stringent checks on bzopen() mode). (Ilia)
-- Fixed bug #25218 ("deflate" compressed pages had a gzip header). (Stefan)
-- Fixed bug #25070 (Don't forget to unlock session files on win32 before
-  closing them). (Ilia)
+- Fixed bug #25070 (unlock session files on win32 before closing them). (Ilia)
 - Fixed bug #24402 (Compile failure with gettext 0.12.x). (Jani)
 - Fixed bug #23326 (ext/domxml: Attributes via append_child not supported).
   (Melvyn)