summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Zend/zend_compile.h2
-rw-r--r--Zend/zend_modules.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/Zend/zend_compile.h b/Zend/zend_compile.h
index f62713b0c4..bdabf770dc 100644
--- a/Zend/zend_compile.h
+++ b/Zend/zend_compile.h
@@ -165,7 +165,7 @@ typedef struct _list_llist_element {
typedef struct _zend_file_handle {
- int type;
+ zend_uchar type;
char *filename;
char *opened_path;
union {
diff --git a/Zend/zend_modules.h b/Zend/zend_modules.h
index 277476547f..9e2a38ac4c 100644
--- a/Zend/zend_modules.h
+++ b/Zend/zend_modules.h
@@ -37,7 +37,7 @@ extern unsigned char second_arg_allow_ref[];
#include "zend.h"
-#define ZEND_MODULE_API_NO 20000310
+#define ZEND_MODULE_API_NO 20000313
#ifdef ZTS
#define USING_ZTS 1