diff options
author | Christian Stocker <chregu@php.net> | 2002-08-22 07:48:23 +0000 |
---|---|---|
committer | Christian Stocker <chregu@php.net> | 2002-08-22 07:48:23 +0000 |
commit | 9495fb9d7dc6193c57b62d4e38f8eec1cf9919f7 (patch) | |
tree | 09e8f52187beb97e7e7e945ed14437b01597327f /main/php_globals.h | |
parent | 266193159bfca60a5bd65d611448d9b175ce17fe (diff) | |
download | php-git-9495fb9d7dc6193c57b62d4e38f8eec1cf9919f7.tar.gz |
@ - Added php.ini option "allow_webdav_methods" to allow handling of
@ WebDAV http requests within PHP scripts. (chregu)
# More methods (for DeltaV) will follow.
Diffstat (limited to 'main/php_globals.h')
-rw-r--r-- | main/php_globals.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/php_globals.h b/main/php_globals.h index 10639de0a1..4f8755aa4b 100644 --- a/main/php_globals.h +++ b/main/php_globals.h @@ -139,7 +139,8 @@ struct _php_core_globals { zend_bool allow_url_fopen; zend_bool always_populate_raw_post_data; - + + zend_bool allow_webdav_methods; }; |