summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2003-07-25 00:30:31 +0000
committer <changelog@php.net>2003-07-25 00:30:31 +0000
commit29df7213cb624c9952485d89c00277f911e185a1 (patch)
treef4aa672dba8d54b97aa3f59f71daa21581b4ae38
parent4d2229d6a3743715be0deb12d7c49a60452a5dc6 (diff)
downloadphp-git-29df7213cb624c9952485d89c00277f911e185a1.tar.gz
ChangeLog update
-rw-r--r--Zend/ChangeLog47
1 files changed, 47 insertions, 0 deletions
diff --git a/Zend/ChangeLog b/Zend/ChangeLog
index 5b3fe31e1b..e4ce0854e1 100644
--- a/Zend/ChangeLog
+++ b/Zend/ChangeLog
@@ -1,3 +1,50 @@
+2003-07-24 Jani Taskinen <sniper@iki.fi>
+
+ * tests/bug19859.phpt
+ tests/bug20240.phpt
+ tests/bug20242.phpt
+ tests/bug21478.phpt
+ tests/bug21888.phpt
+ tests/bug22725.phpt
+ tests/bug24436.phpt:
+ cleanup (CS+ws)
+
+2003-07-24 Zeev Suraski <zeev@zend.com>
+
+ * tests/bug24436.phpt:
+ Fix expectations :)
+
+ * zend_execute.c:
+ Fix logic and comments in ASSIGN_DIM
+
+ * zend_compile.c:
+ Fix another HANDLE_NUMERIC bug. Looks like you opened Pandora's box,
+ Sterling ;)
+
+ * zend_builtin_functions.c:
+ Fix each() binary safety for keys
+
+ * zend_execute.c:
+ Fix assignments to numeric array indices
+
+ * zend_compile.c:
+ Remove useless code
+
+ * zend_compile.c
+ zend_compile.h
+ zend_execute.c
+ zend_language_parser.y:
+ Support references in foreach()
+ Syntax:
+ foreach ($arr as &$val)
+ foreach ($arr as $key => &$val)
+
+ * zend_execute.c:
+ Fix binary safety in foreach() keys (fixes bug #24783)
+
+ * zend.c:
+ Make print_r() binary safe with keys
+
2003-07-23 Stanislav Malyshev <stas@zend.com>
* zend.h