betz Mon Apr 12 18:42:03 2004 EDT
Modified files:
/phpdoc/en language-snippets.ent
Log:
not for functions available only with bundled gd
http://cvs.php.net/diff.php/phpdoc/en/language-snippets.ent?r1=1.80&r2=1.81&ty=u
Index: phpdoc/en/language-snippets.ent
diff -u phpdoc/en/language-snippets.ent:1.80 phpdoc/en/language-snippets.ent:1.81
--- phpdoc/en/language-snippets.ent:1.80 Mon Mar 22 10:11:21 2004
+++ phpdoc/en/language-snippets.ent Mon Apr 12 18:42:03 2004
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.80 $ -->
+<!-- $Revision: 1.81 $ -->
<!ENTITY warn.experimental '<warning><simpara>This extension is
<emphasis>EXPERIMENTAL</emphasis>. The behaviour of this extension --
@@ -100,10 +100,14 @@
runs <function>addslashes</function> on all your GET, POST, and COOKIE data.
You may use <function>stripslashes</function> to strip them.</para></note>'>
+<!-- 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>.
</simpara></note>'>
+<!ENTITY note.bundeld.gd '<note><simpara>This function is only avalibale if
+PHP is compiled with the bundled version of the GD library.</simpara></note>'>
+
<!-- Various notes -->
<!ENTITY note.randomseed '<note><simpara>As of PHP 4.2.0, there is no need
to seed the random number generator with <function>srand</function> or