- Clarify display_errors and break the docref URL (it was borking the display

on the site bigtime)


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@125875 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Derick Rethans 2003-05-05 17:25:04 +00:00
parent 646d16c716
commit 2d3d739acf

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.6 $ -->
<!-- $Revision: 1.7 $ -->
<section id="errorfunc.configuration">
&reftitle.runtime;
&extension.runtime;
@ -152,7 +152,7 @@
<listitem>
<para>
This determines whether errors should be printed to the screen
as part of the HTML output or not.
as part of the output or if they should be hidden from the user.
</para>
</listitem>
</varlistentry>
@ -296,7 +296,8 @@
<userinput>docref_ext=.html</userinput>. It is possible to use external
references. For example you can use
<userinput>docref_root=http://manual/en/</userinput> or
<userinput>docref_root="http://landonize.it/?how=url&amp;theme=classic&amp;filter=Landon&amp;url=http%3A%2F%2Fwww.php.net%2F"</userinput>
<userinput>docref_root="http://landonize.it/?how=url&amp;theme=classic&amp;filter=Landon
&amp;url=http%3A%2F%2Fwww.php.net%2F"</userinput>
</para>
<para>
Most of the time you want the docref_root value to end with a slash '/'.