]> granicus.if.org Git - php/commitdiff
- Another zend_uchar
authorAndi Gutmans <andi@php.net>
Mon, 13 Mar 2000 15:59:24 +0000 (15:59 +0000)
committerAndi Gutmans <andi@php.net>
Mon, 13 Mar 2000 15:59:24 +0000 (15:59 +0000)
Zend/zend_compile.h
Zend/zend_modules.h

index f62713b0c49b1420f5debd27a56dd7f1cfd879b0..bdabf770dcb830dfbda0711d219b87d3f8a21c1c 100644 (file)
@@ -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 {
index 277476547f01348974d0a3deff817b3947957b03..9e2a38ac4c1022e85d449738386358527ea7dc78 100644 (file)
@@ -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