Edit report at https://bugs.php.net/bug.php?id=55415&edit=1
ID: 55415 Comment by: callum at lynxphp dot com Reported by: callum at lynxphp dot com Summary: php_info produces invalid anchor names Status: Open Type: Bug Package: PHP options/info functions Operating System: OS X / Windows PHP Version: 5.3.6 Block user comment: N Private report: N New Comment: I don't know whether I got the patch file right; I couldn't find any documentation Previous Comments: ------------------------------------------------------------------------ [2011-08-13 09:40:00] callum at lynxphp dot com Description: ------------ A few modules in PHP cause php_info to print invalid anchor names: <h2><a name="module_Zend Optimizer">Zend Optimizer</a></h2> The anchor name should not contain a space - this is invalid. This bug can be replicated on a vanilla install of PHP with Zend Optimiser installed. Test script: --------------- <?php phpinfo(); ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=55415&edit=1