ID:               31850
 Comment by:       pmorton at cobizinc dot com
 Reported By:      speedy444 at hotmail dot com
 Status:           No Feedback
 Bug Type:         FTP related
 Operating System: win2k
 PHP Version:      5.0.3
 New Comment:

This issue is not fixed. I have recently recompiled snapshot
php5.1-200602211930.tar.gz for win32. I would be happy to help
troubleshoot this issue


Previous Comments:
------------------------------------------------------------------------

[2005-03-20 18:08:39] [EMAIL PROTECTED]

No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.



------------------------------------------------------------------------

[2005-02-28 20:47:41] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php5-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5-win32-latest.zip



------------------------------------------------------------------------

[2005-02-05 02:02:26] speedy444 at hotmail dot com

Description:
------------
short example script:

<?
$fp = ftp_ssl_connect("some.ftp.server");
ftp_login($fp,"blaat","test");
ftp_close($fp);
?>

I compiled php with vc++ 6 using the latest openssl. But when I try to
use ftp_ssl_connect + ftp_login I get this error:
PHP Warning:  ftp_login(): SSL/TLS handshake failed in justascript.php
on line 204
PHP Warning:  ftp_login(): AUTH TLS successful in justascript.php on
line 204

And after that the connection is still open but the ssl layer isn't
active. 






------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=31850&edit=1

Reply via email to