<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/date/php_date.c, branch php-7.0.8</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>Merge branch 'PHP-5.6' into PHP-7.0</title>
<updated>2016-04-05T09:24:23+00:00</updated>
<author>
<name>Anatol Belski</name>
<email>ab@php.net</email>
</author>
<published>2016-04-05T09:24:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=d10a8e48047dd57f4c454d62720dcd57191e424e'/>
<id>d10a8e48047dd57f4c454d62720dcd57191e424e</id>
<content type='text'>
* PHP-5.6:
  Use STR_EMPTY_ALLOC macro instead
  Fix DateInterval::format segfault
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-5.6:
  Use STR_EMPTY_ALLOC macro instead
  Fix DateInterval::format segfault
</pre>
</div>
</content>
</entry>
<entry>
<title>Use STR_EMPTY_ALLOC macro instead</title>
<updated>2016-04-05T09:18:14+00:00</updated>
<author>
<name>Thomas Punt</name>
<email>tpunt@hotmail.co.uk</email>
</author>
<published>2016-03-24T11:09:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=1aea777349f8b86495d23ed7c8c71632c7555e55'/>
<id>1aea777349f8b86495d23ed7c8c71632c7555e55</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix DateInterval::format segfault</title>
<updated>2016-04-05T09:18:14+00:00</updated>
<author>
<name>Thomas Punt</name>
<email>tpunt@hotmail.co.uk</email>
</author>
<published>2016-03-23T23:57:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=40f14bad33f428994b4a590dafa8fe4d058f7241'/>
<id>40f14bad33f428994b4a590dafa8fe4d058f7241</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-5.6' into PHP-7.0</title>
<updated>2016-03-11T13:12:54+00:00</updated>
<author>
<name>Anatol Belski</name>
<email>ab@php.net</email>
</author>
<published>2016-03-11T13:12:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=d26d80ab75e9e495fbda391a9cb0467cf185f39e'/>
<id>d26d80ab75e9e495fbda391a9cb0467cf185f39e</id>
<content type='text'>
* PHP-5.6:
  Fix DatePeriod::getEndDate() segfault
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-5.6:
  Fix DatePeriod::getEndDate() segfault
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix DatePeriod::getEndDate() segfault</title>
<updated>2016-03-11T13:08:48+00:00</updated>
<author>
<name>Thomas Punt</name>
<email>tpunt@hotmail.co.uk</email>
</author>
<published>2016-03-07T09:40:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=f3f5a07aa569d6fba599afcd69c04d6626c57c3f'/>
<id>f3f5a07aa569d6fba599afcd69c04d6626c57c3f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Backported fix for bug #71525</title>
<updated>2016-02-15T14:14:23+00:00</updated>
<author>
<name>Anatol Belski</name>
<email>ab@php.net</email>
</author>
<published>2016-02-15T14:14:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=633fb2d0e856243ed459cfe67a93c31352045c08'/>
<id>633fb2d0e856243ed459cfe67a93c31352045c08</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug #71525</title>
<updated>2016-02-15T07:19:07+00:00</updated>
<author>
<name>Sean DuBois</name>
<email>sean@siobud.com</email>
</author>
<published>2016-02-04T21:13:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=f31e0cd3345ab1d0b4a5f82a804b2a8868a307e1'/>
<id>f31e0cd3345ab1d0b4a5f82a804b2a8868a307e1</id>
<content type='text'>
timelib_time-&gt;timelib_rel_time is mutated by date_modify, and because it is never zero'ed out
it latters causes other date operations to fail (like date_date_set)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
timelib_time-&gt;timelib_rel_time is mutated by date_modify, and because it is never zero'ed out
it latters causes other date operations to fail (like date_date_set)
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-5.6' into PHP-7.0</title>
<updated>2016-01-29T14:30:31+00:00</updated>
<author>
<name>Derick Rethans</name>
<email>github@derickrethans.nl</email>
</author>
<published>2016-01-29T14:30:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=3523c0a45f51ca2321408e28890e830d902a9409'/>
<id>3523c0a45f51ca2321408e28890e830d902a9409</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use the new timelib function for comparing times</title>
<updated>2016-01-29T14:28:11+00:00</updated>
<author>
<name>Derick Rethans</name>
<email>github@derickrethans.nl</email>
</author>
<published>2016-01-29T14:28:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=1a8682568834580b44c448f2e682c704eea626d4'/>
<id>1a8682568834580b44c448f2e682c704eea626d4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Test + support for negative timestamps with microtime</title>
<updated>2016-01-29T14:22:22+00:00</updated>
<author>
<name>Willem-Jan</name>
<email>wjzijderveld@gmail.com</email>
</author>
<published>2015-11-30T16:35:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=2aeef4e5390344115391607792dbf8b94b3ec459'/>
<id>2aeef4e5390344115391607792dbf8b94b3ec459</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
