ID: 11682 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Old-Bug Type: Unknown/Other Function Bug Type: PHP options/info functions Operating system: PHP Version: 4.0.6 Assigned To: Comments: This is intentional. All html is now escaped in phpinfo() output. --Jani Previous Comments: --------------------------------------------------------------------------- [2001-06-25 22:50:03] [EMAIL PROTECTED] <? phpinfo(); ?> The phpinfo function needs to either strip HTML tags from the output lines, or it needs to not escape them. Some examples from the returned table (HTML tags are intentional, as that is the output): Max Requests Per Child: 0<br>Keep Alive: on<br>Max Per Connection: 100 SERVER_SIGNATURE <ADDRESS>Apache/1.3.20 Server at cvs.vsni.com Port 80</ADDRESS> --------------------------------------------------------------------------- ATTENTION! Do NOT reply to this email! To reply, use the web interface found at http://bugs.php.net/?id=11682&edit=2 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]