mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
added changelog entry for datetime object comparisons
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323164 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
5135f8f044
commit
cab50ec5a8
1 changed files with 28 additions and 0 deletions
|
@ -236,6 +236,34 @@
|
|||
<!-- }}} -->
|
||||
|
||||
|
||||
<section role="changelog" xml:id="datetime.changelog"><!-- {{{ -->
|
||||
&reftitle.changelog;
|
||||
<para>
|
||||
<informaltable>
|
||||
<tgroup cols="2">
|
||||
<thead>
|
||||
<row>
|
||||
<entry>&Version;</entry>
|
||||
<entry>&Description;</entry>
|
||||
</row>
|
||||
</thead>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>5.2.2</entry>
|
||||
<entry>
|
||||
DateTime object comparison with the
|
||||
<link linkend="language.operators.comparison">comparison operators</link>
|
||||
changed to work as expected. Previously, all DateTime objects were
|
||||
considered equal (using <literal>==</literal>).
|
||||
</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</informaltable>
|
||||
</para>
|
||||
</section><!-- }}} -->
|
||||
|
||||
|
||||
</partintro>
|
||||
|
||||
&reference.datetime.entities.datetime;
|
||||
|
|
Loading…
Reference in a new issue