mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
various id and link corrections
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@98955 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
0a31ed3925
commit
f225ffb647
8 changed files with 16 additions and 16 deletions
|
@ -8,7 +8,7 @@
|
|||
instead -->
|
||||
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.101 $ -->
|
||||
<!-- $Revision: 1.102 $ -->
|
||||
<reference id="ref.info">
|
||||
<title>PHP Options&Information</title>
|
||||
<titleabbrev>PHP Options/Info</titleabbrev>
|
||||
|
@ -221,7 +221,7 @@ assert ('mysql_query ("")');
|
|||
<para>
|
||||
Loads the PHP extension defined in
|
||||
<parameter>library</parameter>. See also the <link
|
||||
linkend="ini.sect.extension">Extension Loading Directives</link>
|
||||
linkend="ini.extension">Extension Loading Directives</link>
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
instead -->
|
||||
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.74 $ -->
|
||||
<!-- $Revision: 1.75 $ -->
|
||||
<reference id="ref.misc">
|
||||
<title>Miscellaneous functions</title>
|
||||
<titleabbrev>Misc.</titleabbrev>
|
||||
|
@ -471,7 +471,7 @@ Mozilla/4.5 [en] (X11; U; Linux 2.2.9 i586)<hr>
|
|||
</programlisting>
|
||||
<simpara>
|
||||
In order for this to work, your <link
|
||||
linkend="ini.sect.browscap">browscap</link> configuration file
|
||||
linkend="ini.browscap">browscap</link> configuration file
|
||||
setting must point to the correct location of the
|
||||
<filename>browscap.ini</filename> file.
|
||||
</simpara>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.25 $ -->
|
||||
<!-- $Revision: 1.26 $ -->
|
||||
<chapter id="language.constants">
|
||||
<title>Constants</title>
|
||||
|
||||
|
@ -66,7 +66,7 @@
|
|||
<simpara>
|
||||
If you use an undefined constant, PHP assumes that you mean
|
||||
the name of the constant itself. A
|
||||
<link linkend="features.error-handling">notice</link> will be issued
|
||||
<link linkend="ref.errorfunc">notice</link> will be issued
|
||||
when this happens. Use the <function>defined</function>-function if
|
||||
you want to know if a constant is set.
|
||||
</simpara>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<section id="errorfunc.configuration">
|
||||
&reftitle.runtime;
|
||||
&extension.runtime;
|
||||
|
@ -179,7 +179,7 @@
|
|||
<listitem>
|
||||
<para>
|
||||
Tells whether script error messages should be logged to the
|
||||
server's error log or <link linkend="ini.error_log">error_log</link>.
|
||||
server's error log or <link linkend="ini.error-log">error_log</link>.
|
||||
This option is thus server-specific.
|
||||
</para>
|
||||
<note>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- splitted from ./en/functions/info.xml, last change in rev 1.29 -->
|
||||
<refentry id="function.dl">
|
||||
<refnamediv>
|
||||
|
@ -103,7 +103,7 @@ if (!extension_loaded('gd')) {
|
|||
</note>
|
||||
<para>
|
||||
See also
|
||||
<link linkend="ini.sect.extension">Extension Loading Directives</link>
|
||||
<link linkend="ini.extension">Extension Loading Directives</link>
|
||||
and <function>extension_loaded</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/misc.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.get-browser">
|
||||
<refnamediv>
|
||||
|
@ -87,7 +87,7 @@ Mozilla/4.5 [en] (X11; U; Linux 2.2.9 i586)<hr />
|
|||
</programlisting>
|
||||
<simpara>
|
||||
In order for this to work, your <link
|
||||
linkend="ini.sect.browscap">browscap</link> configuration file
|
||||
linkend="ini.browscap">browscap</link> configuration file
|
||||
setting must point to the correct location of the
|
||||
<filename>browscap.ini</filename> file.
|
||||
</simpara>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.18 $ -->
|
||||
<!-- $Revision: 1.19 $ -->
|
||||
<reference id="ref.session">
|
||||
<title>Session handling functions</title>
|
||||
<titleabbrev>Sessions</titleabbrev>
|
||||
|
@ -304,7 +304,7 @@ else {
|
|||
empty string.
|
||||
<note>
|
||||
<para>
|
||||
The <link linkend="ini.arg_separator.output">arg_separator.output</link>
|
||||
The <link linkend="ini.arg-separator.output">arg_separator.output</link>
|
||||
&php.ini; directive allows to customize the argument seperator.
|
||||
</para>
|
||||
</note>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<section id="sybase.configuration">
|
||||
&reftitle.runtime;
|
||||
&extension.runtime;
|
||||
|
@ -151,7 +151,7 @@
|
|||
If <parameter>magic_quotes_sybase</parameter> is also on, a
|
||||
single-quote is escaped with a single-quote instead of a
|
||||
backslash if <link linkend="ini.magic-quotes-gpc">magic_quotes_gpc</link>
|
||||
or <link linkend="magic-quotes-runtime">magic_quotes_runtime</link> is enabled.
|
||||
or <link linkend="ini.magic-quotes-runtime">magic_quotes_runtime</link> is enabled.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
Loading…
Reference in a new issue