diff options
author | Zeev Suraski <zeev@php.net> | 2003-02-04 12:12:34 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2003-02-04 12:12:34 +0000 |
commit | 471947b1885b82f82ba9c338731979c5cc952aec (patch) | |
tree | 1711df79a216628d53d65348f9067bb07f372ce9 /Zend/zend_globals.h | |
parent | be3908cc8e6e3616b3f2dd5cf11479390cad917b (diff) | |
download | php-git-471947b1885b82f82ba9c338731979c5cc952aec.tar.gz |
Reimplement PPP properties
Diffstat (limited to 'Zend/zend_globals.h')
-rw-r--r-- | Zend/zend_globals.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_globals.h b/Zend/zend_globals.h index 07bd704a7e..c8b8330348 100644 --- a/Zend/zend_globals.h +++ b/Zend/zend_globals.h @@ -126,7 +126,7 @@ struct _zend_compiler_globals { zend_llist import_commands; - int access_type; + zend_uint access_type; }; |