Fix "as of php x.x.x" weirdness from the last commit

#Coffee++


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@236224 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Hannes Magnusson 2007-05-24 07:53:45 +00:00
parent d6a98a40e2
commit 01d58fdb1d

View file

@ -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 @@ $obj->getCommentName('');
<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 @@ $obj->getCommentName('');
<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>