diff options
author | Dmitry Stogov <dmitry@php.net> | 2006-09-19 20:33:12 +0000 |
---|---|---|
committer | Dmitry Stogov <dmitry@php.net> | 2006-09-19 20:33:12 +0000 |
commit | 7d14dad02ea58db34594e91f759424c51071c5a8 (patch) | |
tree | 95a32d750a5c9b0e626bfbe4d02ebd5f4609a53b /main/SAPI.h | |
parent | 2332e4f9fc134b2ddec3779bcaf1ea237631b7c2 (diff) | |
download | php-git-7d14dad02ea58db34594e91f759424c51071c5a8.tar.gz |
MFH: Fixed mess with CGI/CLI -d command line option (now it works with cgi; constants are working exactly like in php.ini; with FastCGI -d affects all requests).
Diffstat (limited to 'main/SAPI.h')
-rw-r--r-- | main/SAPI.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/main/SAPI.h b/main/SAPI.h index 281a8e3f5d..7a4da0528e 100644 --- a/main/SAPI.h +++ b/main/SAPI.h @@ -257,6 +257,8 @@ struct _sapi_module_struct { void (*ini_defaults)(HashTable *configuration_hash); int phpinfo_as_text; + + char *ini_entries; }; |