mirror of
https://github.com/php/php-src.git
synced 2025-01-22 11:44:09 +08:00
MFH
This commit is contained in:
parent
f7a8499806
commit
6965f229a6
@ -1123,6 +1123,8 @@ PHP_FUNCTION(ftp_close)
|
||||
|
||||
ZEND_FETCH_RESOURCE(ftp, ftpbuf_t*, &z_ftp, -1, le_ftpbuf_name, le_ftpbuf);
|
||||
|
||||
ftp_quit(ftp);
|
||||
|
||||
RETURN_BOOL(zend_list_delete(Z_LVAL_P(z_ftp)) == SUCCESS);
|
||||
}
|
||||
/* }}} */
|
||||
|
Loading…
Reference in New Issue
Block a user