From: Derick Rethans Date: Tue, 16 Mar 2004 21:47:27 +0000 (+0000) Subject: - Update news with fugbix X-Git-Tag: php-5.0.0RC1RC2~14 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6b7224cc7461b9c255fb10dac341ca254b42d30c;p=php - Update news with fugbix --- diff --git a/NEWS b/NEWS index 92eb7254bf..a301fa2806 100644 --- a/NEWS +++ b/NEWS @@ -50,6 +50,8 @@ PHP NEWS - Fixed problem preventing startup errors from being displayed. (Marcus) - Fixed start-up problem if both SPL and SimpleXML were enabled. The double initialization of apache 1.3 was causing problems here. (Marcus, Derick) +- Fixed bug #27606 (Expression must be a modifiable lvalue compiler error). + (Derick) - Fixed bug #27597 (pg_fetch_array not returning false). (Marcus) - Fixed bug #27586 (ArrayObject::getIterator crashes with [] assignment). (Marcus)