From: Thies C. Arntzen Date: Tue, 5 Oct 1999 12:09:08 +0000 (+0000) Subject: fix some warnings X-Git-Tag: php-4.0b3_RC2~317 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5a605ae6f4e5c0f4787ef19c67a838ea0c7fc5a0;p=php fix some warnings --- diff --git a/ext/standard/basic_functions.c b/ext/standard/basic_functions.c index a188f73668..7ee3a8c5cb 100644 --- a/ext/standard/basic_functions.c +++ b/ext/standard/basic_functions.c @@ -456,7 +456,9 @@ PHP_FUNCTION(getenv) #endif pval *str; char *ptr; +#if APACHE SLS_FETCH(); +#endif if (ARG_COUNT(ht) != 1 || getParameters(ht, 1, &str) == FAILURE) { WRONG_PARAM_COUNT; @@ -1177,7 +1179,9 @@ void php3_flush(HashTable *) PHP_FUNCTION(flush) #endif { +#if APACHE SLS_FETCH(); +#endif #if APACHE # if MODULE_MAGIC_NUMBER > 19970110