From:             m at tacker dot org
Operating system: Gentoo Linux
PHP version:      4.3.9
PHP Bug Type:     PHP options/info functions
Bug description:  html_errors don't contain clickable function names

Description:
------------
Even if html_errors, docref_root and docref_ext are set according to the
description, no links are contained in the error messages.

Online test: http://www.tacker.org/html_errors.php
Online test source: http://www.tacker.org/html_errors.phps

Reproduce code:
---------------
ini_set('html_errors', 'On');
ini_set('docref_root', '/php-doc/');
ini_set('docref_ext', '.html');
$test = str_replace();

Expected result:
----------------
str_replace() beeing linked to /php-doc/functions.str_replace.html

Actual result:
--------------
<br />
<b>Warning</b>:  Wrong parameter count for str_replace() in
<b>/mnt/store/www/tacker.org/htdoc/html_errors.php</b> on line
<b>25</b><br />

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

Reply via email to