summaryrefslogtreecommitdiff
path: root/zend/includes.h
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2015-01-10 21:13:13 +0100
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2015-01-10 21:13:13 +0100
commit8edf958a8ddf6c13b8bba9b87f3d5b1296be1376 (patch)
treea3fdeeb1b82db662df95f3fbfc14e2e6f8e199d2 /zend/includes.h
parentfb80367d418f9a9fb059c98d5aec80febeb3bd23 (diff)
added Script class to simplify parsing and executing php scripts (the Php::eval() call both compiles and executes a script, while the Script class splits these two steps, which allows you to run the same opcodes multiple times)
Diffstat (limited to 'zend/includes.h')
-rw-r--r--zend/includes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/zend/includes.h b/zend/includes.h
index 582530b..2f8990d 100644
--- a/zend/includes.h
+++ b/zend/includes.h
@@ -80,6 +80,7 @@
#include "../include/namespace.h"
#include "../include/extension.h"
#include "../include/call.h"
+#include "../include/script.h"
/**
* Common header files for internal use only