betz Thu Jun 17 10:57:22 2004 EDT
Modified files:
/phpdoc/en language-snippets.ent
Log:
remove inappropriate use of literal
http://cvs.php.net/diff.php/phpdoc/en/language-snippets.ent?r1=1.99&r2=1.100&ty=u
Index: phpdoc/en/language-snippets.ent
diff -u phpdoc/en/language-snippets.ent:1.99 phpdoc/en/language-snippets.ent:1.100
--- phpdoc/en/language-snippets.ent:1.99 Thu Jun 17 10:28:12 2004
+++ phpdoc/en/language-snippets.ent Thu Jun 17 10:57:22 2004
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.99 $ -->
+<!-- $Revision: 1.100 $ -->
<!-- Keep 'em sorted -->
@@ -12,7 +12,7 @@
more details.</simpara></note>'>
<!ENTITY note.context-support '<note><simpara>Context support was added
-with <literal>PHP 5.0.0</literal>.</simpara></note>'>
+with PHP 5.0.0.</simpara></note>'>
<!ENTITY note.exec-bg '<note><para>If you start a program using this function
and want to leave it running in the background, you have to make sure that the
@@ -24,11 +24,10 @@
supplied.</simpara></note>'>
<!ENTITY note.line-endings '<note><simpara>If you are having problems
-with <literal>PHP</literal> not recognizing the line endings when
-reading files either on or created by a Macintosh computer, you
-might want to enable the <link linkend="ini.auto-detect-line-endings"
->auto_detect_line_endings</link> run-time configuration option.</simpara>
-</note>'>
+with PHP not recognizing the line endings when reading files either on or
+created by a Macintosh computer, you might want to enable the
+<link linkend="ini.auto-detect-line-endings">auto_detect_line_endings</link>
+run-time configuration option.</simpara></note>'>
<!ENTITY note.no-remote '<note><simpara>This function will not work on
<link linkend="features.remote-files">remote files</link> as the file to
@@ -71,9 +70,8 @@
the filename and <xref linkend="wrappers"/> for a list of supported
URL protocols.</simpara></tip>'>
-<!ENTITY tip.fopen-wrapper.stat '<tip><simpara>As of
-<literal>PHP 5.0.0</literal> this function can also be used with
-<emphasis>some</emphasis> URL wrappers. Refer to
+<!ENTITY tip.fopen-wrapper.stat '<tip><simpara>As of PHP 5.0.0 this function
+can also be used with <emphasis>some</emphasis> URL wrappers. Refer to
<xref linkend="wrappers"/> for a listing of which wrappers support
<function>stat</function> family of functionality.</simpara></tip>'>
@@ -116,9 +114,8 @@
runs <function>addslashes</function> on all your GET, POST, and COOKIE data.
You may use <function>stripslashes</function> to strip them.</para></note>'>
-<!ENTITY warn.no-win32-fopen-wrapper '<warning><para>Windows
-versions of <literal>PHP</literal> prior to PHP 4.3.0 do not
-support accessing remote files via this function, even if
+<!ENTITY warn.no-win32-fopen-wrapper '<warning><para>Windows versions of PHP
+prior to PHP 4.3.0 do not support accessing remote files via this function, even if
<link linkend="ini.allow-url-fopen">allow_url_fopen</link> is enabled.
</para></warning>'>
@@ -164,7 +161,7 @@
<!-- Image (GD) Notes -->
<!ENTITY note.config.t1lib '<note><simpara>This function is only available
-if PHP is compiled using <option role="configure">--enable-t1lib</option>.
+if PHP is compiled using <option role="configure">--with-t1lib[=DIR]</option>.
</simpara></note>'>
<!ENTITY note.bundled.gd '<note><simpara>This function is only available if
@@ -292,8 +289,8 @@
<!-- Common pieces for reference part END -->
-<!ENTITY windows.builtin '<simpara> The windows version of <literal>PHP</literal>
-has built in support for this extension. You do not need to load any additional
+<!ENTITY windows.builtin '<simpara> The windows version of PHP has built in
+support for this extension. You do not need to load any additional
extension in order to use these functions.</simpara>'>
<!-- These are here as helpers for manual consistency and brievety-->
@@ -336,8 +333,7 @@
(e.g. fe80::1) you must enclose the IP in square brackets. For example,
<literal>tcp://[fe80::1]:80</literal>.</simpara></note>'>
-<!ENTITY ipv6.php5 '<note><simpara>IPv6 Support was added with <literal>PHP
-5.0.0 </literal>.</simpara></note>'>
+<!ENTITY ipv6.php5 '<note><simpara>IPv6 Support was added with PHP
5.0.0.</simpara></note>'>
<!-- Notes for tidy -->
<!ENTITY note.tidy.ze2 '<note><simpara> This function is only available with Zend
Engine 2,
@@ -347,7 +343,7 @@
Tidy 1.0. It became obsolete in Tidy 2.0 and thus has been removed.</simpara></note>'>
<!ENTITY note.tidy.2only '<note><simpara>The optional parameters
-<literal>config</literal> and <literal>encoding</literal> were
+<parameter>config</parameter> and <parameter>encoding</parameter> were
added in Tidy 2.0.</simpara></note>'>
<!ENTITY tidy.conf-enc '<para>The <parameter>config</parameter> parameter
@@ -358,7 +354,7 @@
<parameter>encoding</parameter> parameter sets the encoding for input/output
documents. The possible values for <parameter>encoding</parameter> are:
ascii, latin0, latin1, raw, utf8, iso2022, mac, win1252, ibm858, utf16,
-utf16le, utf16be, big5 and shiftjis</para>'>
+utf16le, utf16be, big5 and shiftjis.</para>'>
<!-- Snippets for the installation section -->
<!ENTITY warn.apache2.compat '<warning><para>Do not use Apache 2.0.x