summaryrefslogtreecommitdiff
path: root/Zend
diff options
context:
space:
mode:
Diffstat (limited to 'Zend')
-rw-r--r--Zend/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/Zend/ChangeLog b/Zend/ChangeLog
index 9fac3b70cf..50cc788525 100644
--- a/Zend/ChangeLog
+++ b/Zend/ChangeLog
@@ -1,3 +1,18 @@
+2003-11-27 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
+
+ * zend_API.c:
+ Convert objects to string if string is required by newer parameter parsing
+ since we do this for older parameter parsing does so too.
+
+ * zend_object_handlers.c:
+ The macro REPLACE_ZVAL_VALUE cannot be used since we only have zval *
+ writeobj. to allow it the api needs to be changed to zval **writeobj.
+
+ * zend_builtin_functions.c:
+ Add a support function to check for property existance which is different
+ from checking a property from being empty/set.
+ Update test #26182.
+
2003-11-24 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
* zend_execute.c