summaryrefslogtreecommitdiff
path: root/Zend
diff options
context:
space:
mode:
author <changelog@php.net>2005-08-06 05:37:51 +0000
committer <changelog@php.net>2005-08-06 05:37:51 +0000
commit2f4ee2fc86b7da6796c48678a4f276d539a83a41 (patch)
tree224784a489579dd4dd376cef578e30574fc3388f /Zend
parent806961aeeead0d7ac261c4c2c7c0c05c2fe3c389 (diff)
downloadphp-git-2f4ee2fc86b7da6796c48678a4f276d539a83a41.tar.gz
ChangeLog update
Diffstat (limited to 'Zend')
-rw-r--r--Zend/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/Zend/ChangeLog b/Zend/ChangeLog
index 26f16c57b4..ef4e71c87a 100644
--- a/Zend/ChangeLog
+++ b/Zend/ChangeLog
@@ -1,3 +1,21 @@
+2005-08-05 Dmitry Stogov <dmitry@zend.com>
+
+ * zend_execute.c
+ tests/array_type_hint_001.phpt
+ tests/bug33996.phpt:
+ Fixed bug #33996 (No information given for fatal error on passing invalid
+ value to typed argument)
+
+ * zend_operators.c
+ tests/bug33999.phpt:
+ Fixed bug #33999 (object remains object when cast to int)
+
+ * zend_vm_def.h
+ zend_vm_execute.h
+ zend_vm_opcodes.h:
+ Fixed memory leak in foreach() on undefined variable
+ (Zend/tests/foreach_undefined.php)
+
2005-08-04 Antony Dovgal <antony@zend.com>
* tests/foreach_undefined.phpt: