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
without getting involved with whether there is a bug here or not
(I neither have the karma or the insight to make that judgement),
I would like to offer the idea that an alternative coding style could
have averted the problem regardless of the lack of an E_NOTICE...
namely a more defensive coding
Folks:
I came across a subtle bug a developer introduced into our application.
It took us a month to realize the bug was there because PHP didn't throw a
notice. Here is a simplified version of what was happening.
// function some_func() {}
$a = some_func();
if ($a['do_something']
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
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
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, which as the bug reporter says, "leads to a
false sense of sec