summaryrefslogtreecommitdiff
path: root/ext/ftp/php_ftp.c
diff options
context:
space:
mode:
authorThies C. Arntzen <thies@php.net>1999-12-08 11:48:10 +0000
committerThies C. Arntzen <thies@php.net>1999-12-08 11:48:10 +0000
commit19023f3a051833694d18a034f38294660da7e62e (patch)
treef8474906ee81329f86366c904e5c1d98ce16b898 /ext/ftp/php_ftp.c
parent5fad6deb652d8d56ecff421d806f53b9b7152ae6 (diff)
downloadphp-git-19023f3a051833694d18a034f38294660da7e62e.tar.gz
ZTS compile fixes
Diffstat (limited to 'ext/ftp/php_ftp.c')
-rw-r--r--ext/ftp/php_ftp.c3
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);