summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2004-03-16 21:47:27 +0000
committerDerick Rethans <derick@php.net>2004-03-16 21:47:27 +0000
commit6b7224cc7461b9c255fb10dac341ca254b42d30c (patch)
tree7d2126d39cb19282cdd05f11b332337a00c50952
parente3077eadef60213c9a1e1de425f5da7ed6366f60 (diff)
downloadphp-git-6b7224cc7461b9c255fb10dac341ca254b42d30c.tar.gz
- Update news with fugbix
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
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)