diff options
| author | Zeev Suraski <zeev@php.net> | 2000-02-10 17:55:01 +0000 | 
|---|---|---|
| committer | Zeev Suraski <zeev@php.net> | 2000-02-10 17:55:01 +0000 | 
| commit | 0fd89aa20d7a8226e68f13f4418e9183b46acd6e (patch) | |
| tree | 384b86d20f3e45e2eb7357c1c76eb492d279b953 /sapi/isapi/php4isapi.c | |
| parent | 7d926a0e0c0862b4469200b5ebb7cc85c263b2dc (diff) | |
| download | php-git-0fd89aa20d7a8226e68f13f4418e9183b46acd6e.tar.gz | |
More cleanup - move getenv() to SAPI
Diffstat (limited to 'sapi/isapi/php4isapi.c')
| -rw-r--r-- | sapi/isapi/php4isapi.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/sapi/isapi/php4isapi.c b/sapi/isapi/php4isapi.c index 8c4ff5c695..9f71738211 100644 --- a/sapi/isapi/php4isapi.c +++ b/sapi/isapi/php4isapi.c @@ -351,6 +351,7 @@ static sapi_module_struct sapi_module = {  	sapi_isapi_ub_write,			/* unbuffered write */  	NULL,							/* flush */  	NULL,							/* get uid */ +	NULL,							/* getenv */  	php_error,						/* error handler */ | 
