D'apres ce que je comprends cela permet de lancer le manual lorsqu'il tombe sur une erreur, cela m'interresse pas mal.
Donc d/l le manuel en x fichiers que je place dans le repertoire
/www/htdocs/phpmanual/
dans mon php.ini j ai :
html_errors = On
; If html_errors is set On PHP produces clickable error messages that direct
; to a page describing the error or function causing the error in detail.
; You can download a copy of the PHP manual from http://www.php.net/docs.php
; and change docref_root to the base URL of your local copy including the
; leading '/'. You must also specify the file extension being used including
; the dot.
docref_root = "/www/htdocs/phpmanual/"
docref_ext = .html
mais il se passe rien, je suis un peu decu la :-/
Quelqu'un a deja utilise cette fonction ?
Ou une similaire.