diff options
author | Sascha Schumann <sas@php.net> | 2000-05-07 03:20:37 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2000-05-07 03:20:37 +0000 |
commit | fa254b626742b8e6e3761e0c7829838086591942 (patch) | |
tree | 52a44a546349b01e00273e86c5468acb4f735089 /ext/ftp/php_ftp.c | |
parent | 695313577422e44d9fbd1c38d21ab509d45fcbe7 (diff) | |
download | php-git-fa254b626742b8e6e3761e0c7829838086591942.tar.gz |
executor_globals is always passed to MINIT functions
Diffstat (limited to 'ext/ftp/php_ftp.c')
-rw-r--r-- | ext/ftp/php_ftp.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/ftp/php_ftp.c b/ext/ftp/php_ftp.c index bc67252b41..4f967d1ee0 100644 --- a/ext/ftp/php_ftp.c +++ b/ext/ftp/php_ftp.c @@ -89,9 +89,6 @@ static void ftp_destructor_ftpbuf(ftpbuf_t *ftp) PHP_MINIT_FUNCTION(ftp) { - - ELS_FETCH(); - le_ftpbuf = register_list_destructors(ftp_destructor_ftpbuf, NULL); REGISTER_MAIN_LONG_CONSTANT("FTP_ASCII", FTPTYPE_ASCII, CONST_PERSISTENT | CONST_CS); |