bjori Thu May 24 07:53:45 2007 UTC
Modified files:
/phpdoc/en/appendices migration52.xml
Log:
Fix "as of php x.x.x" weirdness from the last commit
#Coffee++
http://cvs.php.net/viewvc.cgi/phpdoc/en/appendices/migration52.xml?r1=1.20&r2=1.21&diff_format=u
Index: phpdoc/en/appendices/migration52.xml
diff -u phpdoc/en/appendices/migration52.xml:1.20
phpdoc/en/appendices/migration52.xml:1.21
--- phpdoc/en/appendices/migration52.xml:1.20 Thu May 24 07:38:33 2007
+++ phpdoc/en/appendices/migration52.xml Thu May 24 07:53:45 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.20 $ -->
+<!-- $Revision: 1.21 $ -->
<appendix id="migration52">
<title>Migrating from PHP 5.1.x to PHP 5.2.x</title>
@@ -824,7 +824,7 @@
<listitem>
<simpara>
<function>imagegrabscreen</function>
- - Grabs a screenshot of the whole screen
+ - Grabs a screenshot of the whole screen. As of PHP 5.2.2.
</simpara>
</listitem>
<listitem>
@@ -840,7 +840,7 @@
<listitem>
<simpara>
<function>mb_list_encodings_alias_names</function>
- - Returns an array of all supported entity encodings. As of PHP 5.2.2.
+ - Returns an array of all supported entity encodings
</simpara>
</listitem>
<listitem>