From:             phpbugs at everythingbuffy dot com
Operating system: XP Home
PHP version:      5.0.1
PHP Bug Type:     Feature/Change Request
Bug description:  Link phpinfo() modules to manual

Description:
------------
To make it easier to find information for items enabled in the PHP build
why not link the output of phpinfo() to the specific manual pages?

This would be easy to achieve, as follows:

In /ext/standard/info.c change line 70 from:

php_printf("<h2><a name=\"module_%s\">%s</a></h2>\n", module->name,
module->name);

To:

php_printf("<h2><a href=\"http://www.php.net/%s\";
title=\"%s\">%s</a></h2>\n", module->name, module->name, module->name);

Thank you

Sean :)


-- 
Edit bug report at http://bugs.php.net/?id=30139&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=30139&r=trysnapshot4
Try a CVS snapshot (php5.0): http://bugs.php.net/fix.php?id=30139&r=trysnapshot50
Try a CVS snapshot (php5.1): http://bugs.php.net/fix.php?id=30139&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=30139&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=30139&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=30139&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=30139&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=30139&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=30139&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=30139&r=notwrong
Not enough info:             http://bugs.php.net/fix.php?id=30139&r=notenoughinfo
Submitted twice:             http://bugs.php.net/fix.php?id=30139&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=30139&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=30139&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=30139&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=30139&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=30139&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=30139&r=float
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=30139&r=mysqlcfg

Reply via email to