From: bugman at swfla dot rr dot com Operating system: w2k PHP version: 4.3.7 PHP Bug Type: Scripting Engine problem Bug description: stylesheet hangup
Description: ------------ Hi. If the stylesheet reference is removed from the code below, the page loads normally. This also loads normally in earlier versions of PHP. However, when I try to view the page as is, IE hangs. If you have a solution, I'd sure be happy to see it. -John Reproduce code: --------------- <? $addrPrefix=""; ?> <html> <head> <title>Gulf Coast Real Estate Show - Home Page</title> <link rel="stylesheet" type="text/css" href="<?=$addrPrefix?>includes/gcres.css"> </head> <body class="main"><br><br> </body> </html> <? echo "hi"; ?> Expected result: ---------------- hi Actual result: -------------- (blank screen with unmoving progress bar) -- Edit bug report at http://bugs.php.net/?id=29073&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=29073&r=trysnapshot4 Try a CVS snapshot (php5): http://bugs.php.net/fix.php?id=29073&r=trysnapshot5 Fixed in CVS: http://bugs.php.net/fix.php?id=29073&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=29073&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=29073&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=29073&r=needscript Try newer version: http://bugs.php.net/fix.php?id=29073&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=29073&r=support Expected behavior: http://bugs.php.net/fix.php?id=29073&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=29073&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=29073&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=29073&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=29073&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=29073&r=dst IIS Stability: http://bugs.php.net/fix.php?id=29073&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=29073&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=29073&r=float