[PHP-DEV] nl2br is broken in PHP4.3.0pre1

2002-10-16 Thread Sagi Bashari
Hi, It seems like the nl2br() function is broken when the input string does not contain any newlines. [sagi@domino tmp]$ php -v PHP 4.3.0-pre1 (cli), Copyright (c) 1997-2002 The PHP Group Zend Engine v1.3.0, Copyright (c) 1998-2002 Zend Technologies [sagi@domino tmp]$ cat test.php ?php print

Re: [PHP-DEV] nl2br is broken in PHP4.3.0pre1

2002-10-16 Thread Derick Rethans
Hey, this is already fixed in CVS. thanks, Derick On Wed, 16 Oct 2002, Sagi Bashari wrote: Hi, It seems like the nl2br() function is broken when the input string does not contain any newlines. [sagi@domino tmp]$ php -v PHP 4.3.0-pre1 (cli), Copyright (c) 1997-2002 The PHP Group Zend

RE: [PHP-DEV] nl2br is broken in PHP4.3.0pre1

2002-10-16 Thread Mike Robinson
Derick Rethans writes: Hey, this is already fixed in CVS. thanks, Derick Have you decided yet on the release cycle for 4.3? Are we any closer to branching 4.3.0 or are we going to do 4.3.0pr2 for further testing, or? :) Regards Mike Robinson -- PHP Development Mailing List

RE: [PHP-DEV] nl2br is broken in PHP4.3.0pre1

2002-10-16 Thread Derick Rethans
On Wed, 16 Oct 2002, Mike Robinson wrote: Have you decided yet on the release cycle for 4.3? Are we any closer to branching 4.3.0 or are we going to do 4.3.0pr2 for further testing, or? :) That's all up to Andrei, but I would favor for a pre2 during the next week for further testing,

Re: [PHP-DEV] nl2br is broken in PHP4.3.0pre1

2002-10-16 Thread Andrei Zmievski
On Wed, 16 Oct 2002, Derick Rethans wrote: That's all up to Andrei, but I would favor for a pre2 during the next week for further testing, but it looks good so far. Yes, we'll make another 'pre' release early next week. Lots of good bugs have been fixed since pre1. -Andrei

Re: [PHP-DEV] nl2br is broken in PHP4.3.0pre1

2002-10-16 Thread Jani Taskinen
On Wed, 16 Oct 2002, Andrei Zmievski wrote: On Wed, 16 Oct 2002, Derick Rethans wrote: That's all up to Andrei, but I would favor for a pre2 during the next week for further testing, but it looks good so far. Yes, we'll make another 'pre' release early next week. Lots of good bugs have been

Re: [PHP-DEV] nl2br is broken in PHP4.3.0pre1

2002-10-16 Thread Maxim Maletsky
Jani Taskinen [EMAIL PROTECTED] wrote: Just wondering..but what is a 'good bug' ? IMO, every bug is BAD. :) evil ones :) -- Maxim Maletsky [EMAIL PROTECTED] -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php