From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.1.1 PHP Bug Type: Reproducible crash Bug description: segfault when CR in URL and no CR in body
I have a file, test.php, like this: ==== <? echo "hello<br>"; ?> ==== No CR, nothing else in there. If I do: lynx -dump 'http://localhost/test.php?a=b' all is well, but lynx -dump 'http://localhost/test.php?a=b ' will crash it,every time. This is on a Debian GNU/Linux box, and it happens on at least two servers I have tried. An i386 running PHP 4.1.1-1 and Alpha AXP running PHP 4.1-2. -- Edit bug report at: http://bugs.php.net/?id=15266&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]