ID: 21392 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Feature/Change Request -Operating System: I think all +Operating System: Windows PHP Version: 4.3.0 New Comment:
Enter the bugs as Windows only since I don't have a way to confirm on Linux, Unix, or Mac. Previous Comments: ------------------------------------------------------------------------ [2003-01-03 09:39:16] [EMAIL PROTECTED] <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 this bug report at http://bugs.php.net/?id=21392&edit=1