Re: [PHP-DEV] Bug #11075: bad operation of nl2br function

2001-05-24 Thread Daniel Beckham
t; To: <[EMAIL PROTECTED]> Sent: Thursday, May 24, 2001 4:02 AM Subject: RE: [PHP-DEV] Bug #11075: bad operation of nl2br function > Ok, I've seen this "bug" reported too many times to sit idly by. > > :) > > The has the "/" so that the html is XHTML

RE: [PHP-DEV] Bug #11075: bad operation of nl2br function

2001-05-24 Thread Gavin Sherry
It would be a poor browser design which differentiated between and . I've just tested with old versions of netscape (4.0 series) and a friend is digging up some 2.* and 3.* style browsers just to verify. Gavin On Thu, 24 May 2001, Brian Tanner wrote: > Ok, I've seen this "bug" reported too man

RE: [PHP-DEV] Bug #11075: bad operation of nl2br function

2001-05-23 Thread Brian Tanner
Ok, I've seen this "bug" reported too many times to sit idly by. :) The has the "/" so that the html is XHTML compliant. (if memory serves) My question -- is this breaking anything for anyone? Is in any way detrimental to browsers anywhere? Brian Tanner Project Manager Zaam Internet Solutio

[PHP-DEV] Bug #11075: bad operation of nl2br function

2001-05-23 Thread jkkim
From: [EMAIL PROTECTED] Operating system: Linux6.2 PHP version: 4.0.5 PHP Bug Type: Strings related Bug description: bad operation of nl2br function nl2br function seems do not operate correctly. For example, $a = "aaa bbb"; $b = nl2br ($a); The correct value of $b is foll