summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2000-03-13 15:59:24 +0000
committerAndi Gutmans <andi@php.net>2000-03-13 15:59:24 +0000
commit61379fe0c38373dc7f9fb070e7ecc1d7f1281336 (patch)
tree99a28dd7e8ec2ef99911a96463f5ecfda9236b60
parent7fc5c9447816d14e30c6fe0191facf245772ce97 (diff)
downloadphp-git-61379fe0c38373dc7f9fb070e7ecc1d7f1281336.tar.gz
- Another zend_uchar
-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