diff options
author | Thies C. Arntzen <thies@php.net> | 1999-12-08 11:48:10 +0000 |
---|---|---|
committer | Thies C. Arntzen <thies@php.net> | 1999-12-08 11:48:10 +0000 |
commit | 19023f3a051833694d18a034f38294660da7e62e (patch) | |
tree | f8474906ee81329f86366c904e5c1d98ce16b898 /ext/ftp/php_ftp.c | |
parent | 5fad6deb652d8d56ecff421d806f53b9b7152ae6 (diff) | |
download | php-git-19023f3a051833694d18a034f38294660da7e62e.tar.gz |
ZTS compile fixes
Diffstat (limited to 'ext/ftp/php_ftp.c')
-rw-r--r-- | ext/ftp/php_ftp.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/ftp/php_ftp.c b/ext/ftp/php_ftp.c index e8b34c60c4..c303dbcae1 100644 --- a/ext/ftp/php_ftp.c +++ b/ext/ftp/php_ftp.c @@ -96,6 +96,9 @@ int php3_minit_ftp(INIT_FUNC_ARGS) PHP_MINIT_FUNCTION(ftp) #endif { + + ELS_FETCH(); + le_ftpbuf = register_list_destructors(ftp_destructor_ftpbuf, NULL); REGISTER_MAIN_LONG_CONSTANT("FTP_ASCII", FTPTYPE_ASCII, CONST_PERSISTENT | CONST_CS); |