diff options
author | Daniel Beulshausen <dbeu@php.net> | 2000-10-13 09:13:01 +0000 |
---|---|---|
committer | Daniel Beulshausen <dbeu@php.net> | 2000-10-13 09:13:01 +0000 |
commit | 6fb51171c884305125ece869fda5284b00933c3a (patch) | |
tree | 265fe94a91158eeae83fc87575fa678bbca7dfbc /ext | |
parent | 38ad62e6c7486fe63daaf5e4e3c6f22d096e3449 (diff) | |
download | php-git-6fb51171c884305125ece869fda5284b00933c3a.tar.gz |
compile fixes & update of win32 dsp
Diffstat (limited to 'ext')
-rw-r--r-- | ext/standard/basic_functions.c | 2 | ||||
-rw-r--r-- | ext/standard/ftp_fopen_wrapper.c | 1 | ||||
-rw-r--r-- | ext/standard/http_fopen_wrapper.c | 1 |
3 files changed, 4 insertions, 0 deletions
diff --git a/ext/standard/basic_functions.c b/ext/standard/basic_functions.c index 2459d06173..2e9e2f6155 100644 --- a/ext/standard/basic_functions.c +++ b/ext/standard/basic_functions.c @@ -21,6 +21,7 @@ #include "php.h" #include "php_main.h" +#include "php_globals.h" #include "php_ini.h" #include "internal_functions_registry.h" #include "php_standard.h" @@ -736,6 +737,7 @@ PHP_MINIT_FUNCTION(basic) PHP_MSHUTDOWN_FUNCTION(basic) { + PLS_FETCH(); BLS_FETCH(); basic_globals_dtor(BLS_C); diff --git a/ext/standard/ftp_fopen_wrapper.c b/ext/standard/ftp_fopen_wrapper.c index f8f4f4413f..bdda60b67a 100644 --- a/ext/standard/ftp_fopen_wrapper.c +++ b/ext/standard/ftp_fopen_wrapper.c @@ -21,6 +21,7 @@ #include "php.h" #include "php_globals.h" +#include "php_network.h" #include <stdio.h> #include <stdlib.h> diff --git a/ext/standard/http_fopen_wrapper.c b/ext/standard/http_fopen_wrapper.c index e22866649c..400695f2f1 100644 --- a/ext/standard/http_fopen_wrapper.c +++ b/ext/standard/http_fopen_wrapper.c @@ -21,6 +21,7 @@ #include "php.h" #include "php_globals.h" +#include "php_network.h" #include <stdio.h> #include <stdlib.h> |