Skip to content

Commit 073a4a0

Browse files
committed
Update FTP code after zend_list_close() voidification
1 parent ae38c1b commit 073a4a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/ftp/php_ftp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1235,7 +1235,7 @@ PHP_FUNCTION(ftp_close)
12351235

12361236
ftp_quit(ftp);
12371237

1238-
RETURN_BOOL(zend_list_close(Z_RES_P(z_ftp)) == SUCCESS);
1238+
RETURN_TRUE;
12391239
}
12401240
/* }}} */
12411241

0 commit comments

Comments
 (0)