From f225ffb647a6aaf9c9b1bc686ad47bb5b612a5db Mon Sep 17 00:00:00 2001 From: Friedhelm Betz Date: Wed, 9 Oct 2002 09:50:26 +0000 Subject: [PATCH] various id and link corrections git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@98955 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/info.xml | 4 ++-- functions/misc.xml | 4 ++-- language/constants.xml | 4 ++-- reference/errorfunc/ini.xml | 4 ++-- reference/info/functions/dl.xml | 4 ++-- reference/misc/functions/get-browser.xml | 4 ++-- reference/session/reference.xml | 4 ++-- reference/sybase/ini.xml | 4 ++-- 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/functions/info.xml b/functions/info.xml index a53041245b..1a64dbd749 100644 --- a/functions/info.xml +++ b/functions/info.xml @@ -8,7 +8,7 @@ instead --> - + PHP Options&Information PHP Options/Info @@ -221,7 +221,7 @@ assert ('mysql_query ("")'); Loads the PHP extension defined in library. See also the Extension Loading Directives + linkend="ini.extension">Extension Loading Directives diff --git a/functions/misc.xml b/functions/misc.xml index 5ea2593d0f..63083acc49 100644 --- a/functions/misc.xml +++ b/functions/misc.xml @@ -8,7 +8,7 @@ instead --> - + Miscellaneous functions Misc. @@ -471,7 +471,7 @@ Mozilla/4.5 [en] (X11; U; Linux 2.2.9 i586)
In order for this to work, your browscap configuration file + linkend="ini.browscap">browscap configuration file setting must point to the correct location of the browscap.ini file. diff --git a/language/constants.xml b/language/constants.xml index 2dd5ddf339..16c1f78268 100644 --- a/language/constants.xml +++ b/language/constants.xml @@ -1,5 +1,5 @@ - + Constants @@ -66,7 +66,7 @@ If you use an undefined constant, PHP assumes that you mean the name of the constant itself. A - notice will be issued + notice will be issued when this happens. Use the defined-function if you want to know if a constant is set. diff --git a/reference/errorfunc/ini.xml b/reference/errorfunc/ini.xml index d307315bef..030c339bfa 100644 --- a/reference/errorfunc/ini.xml +++ b/reference/errorfunc/ini.xml @@ -1,5 +1,5 @@ - +
&reftitle.runtime; &extension.runtime; @@ -179,7 +179,7 @@ Tells whether script error messages should be logged to the - server's error log or error_log. + server's error log or error_log. This option is thus server-specific. diff --git a/reference/info/functions/dl.xml b/reference/info/functions/dl.xml index 4d4d1ab459..bcfe67208d 100644 --- a/reference/info/functions/dl.xml +++ b/reference/info/functions/dl.xml @@ -1,5 +1,5 @@ - + @@ -103,7 +103,7 @@ if (!extension_loaded('gd')) { See also - Extension Loading Directives + Extension Loading Directives and extension_loaded. diff --git a/reference/misc/functions/get-browser.xml b/reference/misc/functions/get-browser.xml index 068d97f184..7db087a5f3 100644 --- a/reference/misc/functions/get-browser.xml +++ b/reference/misc/functions/get-browser.xml @@ -1,5 +1,5 @@ - + @@ -87,7 +87,7 @@ Mozilla/4.5 [en] (X11; U; Linux 2.2.9 i586)
In order for this to work, your browscap configuration file + linkend="ini.browscap">browscap configuration file setting must point to the correct location of the browscap.ini file. diff --git a/reference/session/reference.xml b/reference/session/reference.xml index 8da66f0aa0..af4f34c6a1 100644 --- a/reference/session/reference.xml +++ b/reference/session/reference.xml @@ -1,5 +1,5 @@ - + Session handling functions Sessions @@ -304,7 +304,7 @@ else { empty string. - The arg_separator.output + The arg_separator.output &php.ini; directive allows to customize the argument seperator. diff --git a/reference/sybase/ini.xml b/reference/sybase/ini.xml index bc95a5dada..502cf00fa9 100644 --- a/reference/sybase/ini.xml +++ b/reference/sybase/ini.xml @@ -1,5 +1,5 @@ - +
&reftitle.runtime; &extension.runtime; @@ -151,7 +151,7 @@ If magic_quotes_sybase is also on, a single-quote is escaped with a single-quote instead of a backslash if magic_quotes_gpc - or magic_quotes_runtime is enabled. + or magic_quotes_runtime is enabled.