From: arizabo at gmail dot com Operating system: Windows XP PHP version: 4.3.10 PHP Bug Type: Unknown/Other Function Bug description: \n, \t doesn't work anymore
Description: ------------ 1) upgrade (security patches) mozilla firefox 2) then after some times the \n and \t not working. 3) using echo "test1\n test2"; will give "test1 test2" result without new line. 4) i test the code on both firefox 1.0 and IE 6.0 but the result is same. php programming tool: Apache Friends xampp (php4 and 5, mysql,apache, etc) and i use it as it is without any changes. Reproduce code: --------------- <?php echo "test1\n test2\n \ttest3\n"; echo "test4\n"."test5\t"."test6"; ?> Expected result: ---------------- (actual result copy and paste from firefox 1.0) test1 test2 test3 test4 test5 test6 Actual result: -------------- (actual result copy and paste from firefox 1.0) test1 test2 test3 test4 test5 test6 -- Edit bug report at http://bugs.php.net/?id=32451&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=32451&r=trysnapshot4 Try a CVS snapshot (php5.0): http://bugs.php.net/fix.php?id=32451&r=trysnapshot50 Try a CVS snapshot (php5.1): http://bugs.php.net/fix.php?id=32451&r=trysnapshot51 Fixed in CVS: http://bugs.php.net/fix.php?id=32451&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=32451&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=32451&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=32451&r=needscript Try newer version: http://bugs.php.net/fix.php?id=32451&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=32451&r=support Expected behavior: http://bugs.php.net/fix.php?id=32451&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=32451&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=32451&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=32451&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=32451&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=32451&r=dst IIS Stability: http://bugs.php.net/fix.php?id=32451&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=32451&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=32451&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=32451&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=32451&r=mysqlcfg