From: [EMAIL PROTECTED] Operating system: I think all PHP version: 4.3.0 PHP Bug Type: Feature/Change Request Bug description: use of <script language="php" runat="server">
<script language="php"> works as a render code block. <script language="php" runat="server"> and <script runat="server" language="php"> should also be made to work. I think the way that you are searching for them is incorrect. It is like php is specifically looking for <script language="php"> although white-space (between script and language) is ignored. I would say make the runat="server" mandatory, but since you probably won't do that at least have PHP igonre the runat attribute or all attributes that are not 'language'. What happens if someone writes a browser that supports some kind of php on the client? I know. Not likely. But think ahead. Thanks, Kelly -- Edit bug report at http://bugs.php.net/?id=21392&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=21392&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=21392&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=21392&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=21392&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=21392&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=21392&r=support Expected behavior: http://bugs.php.net/fix.php?id=21392&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=21392&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=21392&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=21392&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=21392&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=21392&r=dst IIS Stability: http://bugs.php.net/fix.php?id=21392&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=21392&r=gnused