summaryrefslogtreecommitdiff
path: root/zend/includes.h
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2015-01-11 00:08:41 +0100
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2015-01-11 00:08:41 +0100
commit1efade1a7667e4e1a34265fb3cf310faf8c80bb6 (patch)
treebd311ac3de5500daae633fbfdb585faf737607ba /zend/includes.h
parent825049026dd2b2e906cdb46279faa39580d931d1 (diff)
refactored script class to have a seperate opcodes class, added file class that uses this same opcodes class
Diffstat (limited to 'zend/includes.h')
-rw-r--r--zend/includes.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/zend/includes.h b/zend/includes.h
index 2f8990d..d6f2062 100644
--- a/zend/includes.h
+++ b/zend/includes.h
@@ -80,7 +80,9 @@
#include "../include/namespace.h"
#include "../include/extension.h"
#include "../include/call.h"
+#include "../include/opcodes.h"
#include "../include/script.h"
+#include "../include/file.h"
/**
* Common header files for internal use only
@@ -114,6 +116,7 @@
#include "objectimpl.h"
#include "parametersimpl.h"
#include "extensionimpl.h"
+#include "compileroptions.h"
#ifndef ZVAL_COPY_VALUE
#define ZVAL_COPY_VALUE(z, v) \