edink           Sat Jan  3 16:45:48 2004 EDT

  Modified files:              (Branch: PHP_4_3)
    /php-src    NEWS 
  Log:
  More proper news format.
  
Index: php-src/NEWS
diff -u php-src/NEWS:1.1247.2.516 php-src/NEWS:1.1247.2.517
--- php-src/NEWS:1.1247.2.516   Sat Jan  3 16:36:17 2004
+++ php-src/NEWS        Sat Jan  3 16:45:47 2004
@@ -1,8 +1,6 @@
 PHP 4                                                                      NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 2003, Version 4.3.5
-- CLI now overrides php.ini settings and switches off output buffering. This
-  fixes issue described in bug #26755. (Edin)
 - Synchronized bundled GD library with GD 2.0.17
 - Upgraded PCRE library to version 4.5. (Andrei)
 - Updated bundled PostgreSQL library to version 7.4 in Windows distribution.
@@ -12,6 +10,8 @@
 - Added a warning when creating temp stream fails with ftp_(n)list(). (Sara)
 - Fixed header handler in NSAPI SAPI module (header->replace was ignored,
   send_default_content_type now sends value from php.ini). (Uwe Schindler)
+- Fixed bug #26755 (CLI now overrides php.ini settings and switches off
+  output buffering). (Edin)
 - Fixed bug #26752 (Silent unterminated loop when length parameter for
   fgets(), fread() and fgetss() is 0). (Ilia)
 - Fixed bug #26751 (PHP can't find the MySQL socket on a case sensitive file

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to