From: Derick Rethans Date: Mon, 23 Aug 2004 09:56:05 +0000 (+0000) Subject: - There was a bug # attached to this fix. X-Git-Tag: php-5.0.2RC1~106 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9ca8a571e9e52f0e633b98a9a9d47232d1222cce;p=php - There was a bug # attached to this fix. --- diff --git a/NEWS b/NEWS index 87750c796d..82940287f1 100644 --- a/NEWS +++ b/NEWS @@ -3,7 +3,6 @@ PHP NEWS ?? ??? 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 @@ PHP NEWS (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)