Re: [PHP-DEV] About #37799

2007-02-11 Thread Nuno Lopes
Is someone against I applying the following patch: http://mega.ist.utl.pt/~ncpl/php_ftp_ssl-w.txt (diff -w) in php 5_2/head branches? Nuno - Original Message - Hello, I had a look at http://bugs.php.net/37799 and I would really like to have a little warning added upon SSL connecti

Re: [PHP-DEV] About #37799

2006-12-29 Thread Mehdi Achour
Hi, Nuno Lopes wrote: I had a look at http://bugs.php.net/37799 and I would really like to have a little warning added upon SSL connection failure. From my understanding, the silent fall back to a normal connection is made in ftp.c at line 269, which as the bug reporter says, "leads to a false

Re: [PHP-DEV] About #37799

2006-12-29 Thread Nuno Lopes
I had a look at http://bugs.php.net/37799 and I would really like to have a little warning added upon SSL connection failure. From my understanding, the silent fall back to a normal connection is made in ftp.c at line 269, which as the bug reporter says, "leads to a false sense of security". I

Re: [PHP-DEV] About #37799

2006-12-29 Thread Pierre
Hello, On 12/29/06, Mehdi Achour <[EMAIL PROTECTED]> wrote: Hello, I had a look at http://bugs.php.net/37799 and I would really like to have a little warning added upon SSL connection failure. From my understanding, the silent fall back to a normal connection is made in ftp.c at line 269, whi