diff options
author | Derick Rethans <derick@php.net> | 2004-03-16 21:47:27 +0000 |
---|---|---|
committer | Derick Rethans <derick@php.net> | 2004-03-16 21:47:27 +0000 |
commit | 6b7224cc7461b9c255fb10dac341ca254b42d30c (patch) | |
tree | 7d2126d39cb19282cdd05f11b332337a00c50952 | |
parent | e3077eadef60213c9a1e1de425f5da7ed6366f60 (diff) | |
download | php-git-6b7224cc7461b9c255fb10dac341ca254b42d30c.tar.gz |
- Update news with fugbix
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |