ID: 35046 Updated by: [EMAIL PROTECTED] Reported By: spam at gemal dot dk -Status: Open +Status: Closed Bug Type: PHP options/info functions Operating System: Linux PHP Version: 5.0.5 New Comment:
This bug has been fixed in CVS. Snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. Thank you for the report, and for helping us make PHP better. Previous Comments: ------------------------------------------------------------------------ [2005-11-01 13:14:00] spam at gemal dot dk Description: ------------ Error: Selector expected. Ruleset ignored due to bad selector. Source file: phpinfo.php Line: 23 Error: Unexpected end of file while searching for closing } of invalid rule set. Source file: phpinfo.php Line: 23 Reproduce code: --------------- <?php phpinfo(); ?> Expected result: ---------------- <style type="text/css"><!-- blabla //--></style> should be: <style type="text/css"> blabla </style> to be valid css ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=35046&edit=1
