summaryrefslogtreecommitdiff
path: root/main/php.h
diff options
context:
space:
mode:
Diffstat (limited to 'main/php.h')
-rw-r--r--main/php.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/main/php.h b/main/php.h
index 74a8c75f73..bbaaeaf183 100644
--- a/main/php.h
+++ b/main/php.h
@@ -230,10 +230,6 @@ char *strerror(int);
# endif
#endif
-#include "php_streams.h"
-#include "php_memory_streams.h"
-#include "fopen_wrappers.h"
-
/* global variables */
extern pval *data;
@@ -347,6 +343,11 @@ PHPAPI int cfg_get_string(char *varname, char **result);
#define VIRTUAL_DIR
#endif
+#include "php_streams.h"
+#include "php_memory_streams.h"
+#include "fopen_wrappers.h"
+
+
/* Virtual current working directory support */
#include "tsrm_virtual_cwd.h"