Fix broken changelog and wrong version number

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349260 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christoph Michael Becker 2020-02-28 14:00:14 +00:00
parent 68601c39b9
commit 9ddc8b6946

View file

@ -82,6 +82,8 @@
exportable, and the resulting code will even work on earlier versions of
PHP.
</entry>
</row>
<row>
<entry>5.1.0</entry>
<entry>
Made it possible to export classes and arrays containing classes using
@ -143,7 +145,7 @@ echo $v;
</para>
<para>
<example>
<title>Exporting stdClass (since PHP 7.1.0)</title>
<title>Exporting stdClass (since PHP 7.3.0)</title>
<programlisting role="php">
<![CDATA[
<?php