1
0
mirror of https://github.com/php/php-src.git synced 2026-04-23 16:08:35 +02:00

fix some warnings

This commit is contained in:
Thies C. Arntzen
1999-10-05 12:09:08 +00:00
parent c36bff57ca
commit 5a605ae6f4
+4
View File
@@ -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