diff options
author | Hartmut Holzgraefe <hholzgra@php.net> | 2000-10-13 00:09:31 +0000 |
---|---|---|
committer | Hartmut Holzgraefe <hholzgra@php.net> | 2000-10-13 00:09:31 +0000 |
commit | cae27179ce1f84d47de87c4efbbcbd814f3c7bc6 (patch) | |
tree | ec1b0d87eb57dacc359cef6fe1fc616d9af88e80 /main/php_globals.h | |
parent | e07e515a1b28dd04911ac9d2f1a099efc2d69160 (diff) | |
download | php-git-cae27179ce1f84d47de87c4efbbcbd814f3c7bc6.tar.gz |
fopen wrappers cleanup
- comfiguration is now done by an ini parameter
instead of a compile time option
- the implementations of the three standard wrappers
now live in seperate files in ext/standard
- the compiler is happy again, no more warnings
Diffstat (limited to 'main/php_globals.h')
-rw-r--r-- | main/php_globals.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/main/php_globals.h b/main/php_globals.h index 39e9d16200..97461c1e0a 100644 --- a/main/php_globals.h +++ b/main/php_globals.h @@ -119,6 +119,8 @@ struct _php_core_globals { zend_bool file_uploads; zend_bool during_request_startup; + + zend_bool allow_url_fopen; }; |