summaryrefslogtreecommitdiff
path: root/Zend/ChangeLog
diff options
context:
space:
mode:
author <changelog@php.net>2004-03-05 01:31:59 +0000
committer <changelog@php.net>2004-03-05 01:31:59 +0000
commitc851067bf94a98e7a1cca2b9a317f52ceb39bd91 (patch)
tree6ea0d27b3d9fce6044970b536c78e1840cb6fdbc /Zend/ChangeLog
parent26799b851ff3394348ad2d2c93c097c31bad8b43 (diff)
downloadphp-git-c851067bf94a98e7a1cca2b9a317f52ceb39bd91.tar.gz
ChangeLog update
Diffstat (limited to 'Zend/ChangeLog')
-rw-r--r--Zend/ChangeLog39
1 files changed, 39 insertions, 0 deletions
diff --git a/Zend/ChangeLog b/Zend/ChangeLog
index 8f904d1f48..b1ec12abd3 100644
--- a/Zend/ChangeLog
+++ b/Zend/ChangeLog
@@ -1,3 +1,42 @@
+2004-03-04 Moriyoshi Koizumi <moriyoshi@at.wakwak.com>
+
+ * zend_language_scanner.l:
+ - Fix memleak when scanner is called from within tokenizer extension.
+
+2004-03-04 Stanislav Malyshev <stas@zend.com>
+
+ * zend_execute.h:
+ fix the fix
+
+ * zend_execute.h:
+ oops, fix cut&paste gone bad
+
+ * zend_execute.h:
+ Fix object true value: if we are in compat mode and it's Zend object -
+ use PHP4 rules. Otherwise, object is always true.
+
+2004-03-04 Derick Rethans <php@derickrethans.nl>
+
+ * zend_constants.h
+ zend_operators.h:
+ - Fixed a 64bit issue (for zend_builtin_functions.c, module_number is an
+ int).
+ - Change the MAX_LENGTH_OF_LONG constant to 20, as LONG_MAX is 20
+ characters.
+ (Patches by Ard Biesheuven)
+
+ * tests/zend_operators.phpt:
+ - Added instance_of test (patch by Ard Biesheuvel)
+
+2004-03-04 Stanislav Malyshev <stas@zend.com>
+
+ * zend_compile.c:
+ Disallow redefining ctors and cleanup
+
+ * zend_mm.c:
+ Handle out of memory/bad size situation gracefully, without getting into
+ loop
+
2004-03-03 Andi Gutmans <andi@zend.com>
* zend_objects_API.c: