ID: 49507 User updated by: dro at mediaan dot nl Reported By: dro at mediaan dot nl -Status: Feedback +Status: Open Bug Type: FTP related Operating System: FreeBSD 5.4 PHP Version: 5.2.10 New Comment:
After removing the @'s I get a warning. Warning: ftp_login() [function.ftp-login]: 'AUTH SSL': command not understood in /usr/jail/home/a/aevitae/htdocs/incl_stap7.php on line 229. Previous Comments: ------------------------------------------------------------------------ [2009-09-09 08:45:00] [email protected] And what might it output if you removed the @'s ? There's quite likely and error that happens which you now don't know anything about.. ------------------------------------------------------------------------ [2009-09-09 07:42:40] dro at mediaan dot nl Description: ------------ After upgrading our PHP version from 4.4.9 to 5.2.10 we are experiencing problems with FTP. The example below used to return true for variable $login_result under PHP version 4.4.9. After migration to PHP version 5.2.10 the example below returns null for variable $login_result. Reproduce code: --------------- $conn_id = @ftp_ssl_connect($ftp_server); $login_result = @ftp_login($conn_id, $ftp_username, $ftp_password); Expected result: ---------------- true Actual result: -------------- null ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=49507&edit=1
