From: [EMAIL PROTECTED]
Operating system: RedHat 7.1
PHP version: 4.3.0-pre1
PHP Bug Type: *General Issues
Bug description: nl2br incorrect return
$e = "test";
echo nl2br($e);
I get very strange output.
HOW="--with-apxs=/usr/local/apache/bin/apxs --with-pfpro"
./conf
ID: 19858
User updated by: [EMAIL PROTECTED]
-Reported By: [EMAIL PROTECTED]
+Reported By: [EMAIL PROTECTED]
-Status: Feedback
+Status: Open
Bug Type: *General Issues
Operating System: RedHat 7.1
PHP Version: 4.3.0-pre1
New Comment:
From: [EMAIL PROTECTED]
Operating system: RedHat 7.1
PHP version: 4.3.0-pre1
PHP Bug Type: *General Issues
Bug description: explode bug
I have next code:
In PHP 4.2.3 it work as expected, I see:
array(5) { [0]=> string(1) "a" [1]=> string(3) "bd" [2]=> string(1) "f"
[3