summaryrefslogtreecommitdiff
path: root/Zend/zend_API.h
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2004-03-30 18:36:53 +0000
committerMarcus Boerger <helly@php.net>2004-03-30 18:36:53 +0000
commit52303217317051689db6818927b710c8a759624c (patch)
tree521c82cbf1a3d18e5c02ae6b3ebcbf7ca1aa47fb /Zend/zend_API.h
parentb4f64e7f7b933486dc0d02de9507b56171950e3a (diff)
downloadphp-git-52303217317051689db6818927b710c8a759624c.tar.gz
- Fix Reflection class names
- Add ability to get the extension an internal class was defined in # This is the patch Andi and me used to search for underscrores...
Diffstat (limited to 'Zend/zend_API.h')
-rw-r--r--Zend/zend_API.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Zend/zend_API.h b/Zend/zend_API.h
index faee34f5fb..eb80cf9d98 100644
--- a/Zend/zend_API.h
+++ b/Zend/zend_API.h
@@ -135,6 +135,7 @@ typedef struct _zend_function_entry {
class_container.interfaces = NULL; \
class_container.get_iterator = NULL; \
class_container.iterator_funcs.funcs = NULL; \
+ class_container.module = NULL; \
}
int zend_next_free_module(void);