mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
68601c39b9
commit
9ddc8b6946
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue