summaryrefslogtreecommitdiff
path: root/Zend/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/ChangeLog')
-rw-r--r--Zend/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/Zend/ChangeLog b/Zend/ChangeLog
index fd9c50a5f1..bbe7dc3c9c 100644
--- a/Zend/ChangeLog
+++ b/Zend/ChangeLog
@@ -1,3 +1,17 @@
+2005-07-28 Andi Gutmans <andi@zend.com>
+
+ * zend_vm_def.h:
+ - Tiny fixlet
+
+2005-07-28 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
+
+ * zend_API.c
+ zend_API.h:
+ - Add convenience function zend_is_callable_ex() and base zend_is_callable
+ and zend_make_callable on it. This functions allows to check if a php
+ variable is a callable function and returns its function pointer as well
+ as object if possible.
+
2005-07-26 Jani Taskinen <jani.taskinen@sci.fi>
* zend_execute_API.c: