<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/date, branch php-7.3.20</title>
<subtitle>git.php.net: repository/php-src.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/'/>
<entry>
<title>Updated to version 2020.1 (2020a)</title>
<updated>2020-04-24T11:31:30+00:00</updated>
<author>
<name>Derick Rethans</name>
<email>github@derickrethans.nl</email>
</author>
<published>2020-04-24T11:31:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=b962d2e36ff3014257c8e87dfefe2a9c591568b9'/>
<id>b962d2e36ff3014257c8e87dfefe2a9c591568b9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #79396: DateTime hour incorrect during DST jump forward</title>
<updated>2020-03-19T07:50:34+00:00</updated>
<author>
<name>Nate Brunette</name>
<email>nate.brunette@wheniwork.com</email>
</author>
<published>2020-03-18T20:04:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=d70058a139f3a45898e1f270c840fb64ea1a09f0'/>
<id>d70058a139f3a45898e1f270c840fb64ea1a09f0</id>
<content type='text'>
When you attempt to set the time to a non-existent time occuring during
a DST jump forward, the hour does not move forward correctly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When you attempt to set the time to a non-existent time occuring during
a DST jump forward, the hour does not move forward correctly.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix leak in DateTimeImmutable::modify()</title>
<updated>2020-01-30T11:16:56+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2020-01-30T11:16:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=494615fcb8c1fb5984e0e7d666e51a2dfc6bee55'/>
<id>494615fcb8c1fb5984e0e7d666e51a2dfc6bee55</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #79015: undefined-behavior in php_date.c</title>
<updated>2020-01-03T13:31:03+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2019-12-23T13:42:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=b48f2625b57f70eea858033e623e6bf13b595e3b'/>
<id>b48f2625b57f70eea858033e623e6bf13b595e3b</id>
<content type='text'>
We check that the given microsecond fraction is in the valid range
[0, 1000000[, and otherwise mark it as invalid.  We also drop the
useless do loop; a plain block is sufficient here.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We check that the given microsecond fraction is in the valid range
[0, 1000000[, and otherwise mark it as invalid.  We also drop the
useless do loop; a plain block is sufficient here.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-7.2' into PHP-7.3</title>
<updated>2019-10-28T12:08:34+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2019-10-28T12:08:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=736cd93ef53a458dbe5b86cab1f61721ccbc8b2d'/>
<id>736cd93ef53a458dbe5b86cab1f61721ccbc8b2d</id>
<content type='text'>
* PHP-7.2:
  Fix #78751: Serialising DatePeriod converts DateTimeImmutable
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.2:
  Fix #78751: Serialising DatePeriod converts DateTimeImmutable
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #78751: Serialising DatePeriod converts DateTimeImmutable</title>
<updated>2019-10-28T12:07:28+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2019-10-25T13:43:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=89c327f8848c1a56a61479ee5e7fdd3694d0f867'/>
<id>89c327f8848c1a56a61479ee5e7fdd3694d0f867</id>
<content type='text'>
When getting the properties of a DatePeriod instance we have to retain
the proper classes, and when restoring a DatePeriod instance we have to
cater to DateTimeImmutable instances as well.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When getting the properties of a DatePeriod instance we have to retain
the proper classes, and when restoring a DatePeriod instance we have to
cater to DateTimeImmutable instances as well.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-7.2' into PHP-7.3</title>
<updated>2019-10-18T13:32:08+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2019-10-18T13:31:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=c7c7ab53ac28fc64625511e1c2be37036f5f89c1'/>
<id>c7c7ab53ac28fc64625511e1c2be37036f5f89c1</id>
<content type='text'>
* PHP-7.2:
  Fix #70153 \DateInterval incorrectly unserialized
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.2:
  Fix #70153 \DateInterval incorrectly unserialized
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #70153 \DateInterval incorrectly unserialized</title>
<updated>2019-10-18T13:31:14+00:00</updated>
<author>
<name>m.yakunin</name>
<email>m.yakunin@8bitgroup.com</email>
</author>
<published>2019-09-16T16:50:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=d2cde0bfd39422be3af49f6513a0a5358ef7cf63'/>
<id>d2cde0bfd39422be3af49f6513a0a5358ef7cf63</id>
<content type='text'>
Added a separate macro for reading 'days' property, so that bool(false)
is correctly converted to the proper internal representation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added a separate macro for reading 'days' property, so that bool(false)
is correctly converted to the proper internal representation.
</pre>
</div>
</content>
</entry>
<entry>
<title>Import timelib version 2018.03</title>
<updated>2019-10-15T20:00:39+00:00</updated>
<author>
<name>Derick Rethans</name>
<email>github@derickrethans.nl</email>
</author>
<published>2019-10-15T20:00:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=3725a446ba8a176563f10998b59e940daf3cec62'/>
<id>3725a446ba8a176563f10998b59e940daf3cec62</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated to version 2019.3 (2019c)</title>
<updated>2019-10-02T22:39:09+00:00</updated>
<author>
<name>Derick Rethans</name>
<email>github@derickrethans.nl</email>
</author>
<published>2019-10-02T22:39:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=0505fbf2e5074cff8d0ecab504aa3e563c49858b'/>
<id>0505fbf2e5074cff8d0ecab504aa3e563c49858b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
