Home
last modified time | relevance | path

Searched refs:ftp_genlist (Results 1 – 2 of 2) sorted by relevance

/PHP-5.4/ext/ftp/
H A Dftp.c112 static char** ftp_genlist(ftpbuf_t *ftp, const char *cmd, const char *path TSRMLS_DC);
654 return ftp_genlist(ftp, "NLST", path TSRMLS_CC); in ftp_nlist()
663 return ftp_genlist(ftp, ((recursive) ? "LIST -R" : "LIST"), path TSRMLS_CC); in ftp_list()
1612 ftp_genlist(ftpbuf_t *ftp, const char *cmd, const char *path TSRMLS_DC) in ftp_genlist() function
/PHP-5.4/
H A DNEWS94 . Imroved fix for bug #69545 (Integer overflow in ftp_genlist() resulting in
126 . Fixed bug #69545 (Integer overflow in ftp_genlist() resulting in heap

Completed in 32 milliseconds