| Nuno Lopes 2006-06-17, 8:07 am |
| nlopess Tue Jun 6 15:09:03 2006 UTC
Modified files:
/phpdoc/en language-snippets.ent
Log:
per Pierre request, revert gd version to 2.0.1 and recomend 2.0.28 or later
http://cvs.php.net/viewcvs.cgi/phpd...8&diff_format=u
Index: phpdoc/en/language-snippets.ent
diff -u phpdoc/en/language-snippets.ent:1.167 phpdoc/en/language-snippets.ent:1.168
--- phpdoc/en/language-snippets.ent:1.167 Tue Jun 6 14:01:09 2006
+++ phpdoc/en/language-snippets.ent Tue Jun 6 15:09:03 2006
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.167 $ -->
+<!-- $Revision: 1.168 $ -->
<!-- Keep 'em sorted -->
@@ -220,7 +220,7 @@
<!ENTITY note.bundled.gd '<note><simpara>This function is only available if
PHP is compiled with the bundled version of the GD library.</simpara></note>'>
-<!ENTITY note.gd.2 '<note><simpara>This function requires GD 2.0 or later.</simpara></note>'>
+<!ENTITY note.gd.2 '<note><simpara>This function requires GD 2.0.1 or later (2.0.28 or later is recommended).</simpara></note>'>
<!-- DomXml Notes -->
<!ENTITY node.inserted 'This node will not show up in the document unless it
|