derick          Mon Aug 23 05:56:05 2004 EDT

  Modified files:              (Branch: PHP_5_0)
    /php-src    NEWS 
  Log:
  - There was a bug # attached to this fix.
  
  
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1760.2.51&r2=1.1760.2.52&ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1760.2.51 php-src/NEWS:1.1760.2.52
--- php-src/NEWS:1.1760.2.51    Mon Aug 23 05:00:07 2004
+++ php-src/NEWS        Mon Aug 23 05:56:05 2004
@@ -3,7 +3,6 @@
 ?? ??? 2004, PHP 5.0.2
 - Added PHP_EOL constant that contains the OS way of representing newlines.
   (Paul Hudson, Derick)
-- Fixed Apache 2.0 SAPI build against Apache 2 HEAD. (Joe Orton, Derick)
 - Fixed bug with raw_post_data not getting set (Brian)
 - Fixed a file-descriptor leak with phpinfo() and other 'special' URLs (Zeev)
 - Fixed bug #29737 (ip2long should return -1 if IP is 255.255.255.255 and FALSE
@@ -15,6 +14,8 @@
   (Christian, Rob)
 - Fixed bug #29656 (segfault on result and statement properties). (Georg)
 - Fixed bug #29447 (Reflection API issues). (Marcus)
+- Fixed bug #27791 (Apache 2.0 SAPI build against Apache 2 HEAD). (Joe Orton,
+  Derick)
 - Fixed bug #26737 (private/protected properties not serialized when user
   declared method __sleep() exists). E_NOTICE thrown when __sleep() returns
   name of non-existing member. (Andrey, Curt)

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

Reply via email to