summaryrefslogtreecommitdiff
path: root/Zend/zend_globals.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_globals.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_globals.h')
-rw-r--r--Zend/zend_globals.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Zend/zend_globals.h b/Zend/zend_globals.h
index 0668c0481c..1ce4c39295 100644
--- a/Zend/zend_globals.h
+++ b/Zend/zend_globals.h
@@ -34,6 +34,7 @@
#include "zend_fast_cache.h"
#include "zend_objects.h"
#include "zend_objects_API.h"
+#include "zend_modules.h"
#ifdef ZEND_MULTIBYTE
#include "zend_multibyte.h"
@@ -232,6 +233,7 @@ struct _zend_executor_globals {
struct _zend_execute_data *current_execute_data;
+ struct _zend_module_entry *current_module;
zend_property_info std_property_info;