<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext, branch php-5.3.6</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 2011.4 (2011d)</title>
<updated>2011-03-14T18:56:02+00:00</updated>
<author>
<name>Derick Rethans</name>
<email>derick@php.net</email>
</author>
<published>2011-03-14T18:56:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=50b56c2c0fb228c0a700d37ddb39235a0349b71b'/>
<id>50b56c2c0fb228c0a700d37ddb39235a0349b71b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Missing fixes for bug #54247</title>
<updated>2011-03-14T14:12:42+00:00</updated>
<author>
<name>Felipe Pena</name>
<email>felipe@php.net</email>
</author>
<published>2011-03-14T14:12:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=6da18ca967ae73f486a2161999290984f0da3501'/>
<id>6da18ca967ae73f486a2161999290984f0da3501</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Fixed bug #54247 (format-string vulnerability on Phar)</title>
<updated>2011-03-14T13:54:41+00:00</updated>
<author>
<name>Felipe Pena</name>
<email>felipe@php.net</email>
</author>
<published>2011-03-14T13:54:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=8d816ed0efe644fb19845424071253036e9b0f09'/>
<id>8d816ed0efe644fb19845424071253036e9b0f09</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title># Revert bug fix (will commit it again on 5.3 branch when 5.3.6 will be released)</title>
<updated>2011-03-13T17:14:18+00:00</updated>
<author>
<name>Pierrick Charron</name>
<email>pierrick@php.net</email>
</author>
<published>2011-03-13T17:14:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=e68e2893c07e712ad6469ffda0658cc1d04f66e7'/>
<id>e68e2893c07e712ad6469ffda0658cc1d04f66e7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bug #54180 (parse_url() incorrectly parses path when ? in fragment)</title>
<updated>2011-03-13T04:02:56+00:00</updated>
<author>
<name>Pierrick Charron</name>
<email>pierrick@php.net</email>
</author>
<published>2011-03-13T04:02:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=ee832705d1e3e86ceecc056ec3533a60d035d9c5'/>
<id>ee832705d1e3e86ceecc056ec3533a60d035d9c5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed tests to match the new float precision of 53, as described in bug 47168</title>
<updated>2011-03-10T13:25:19+00:00</updated>
<author>
<name>Eyal Teutsch</name>
<email>eyalt@php.net</email>
</author>
<published>2011-03-10T13:25:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=94b3d60a4f0f8bf52afc14ecbe4b6d70c836bfb3'/>
<id>94b3d60a4f0f8bf52afc14ecbe4b6d70c836bfb3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a version number to timelib for other projects that use it.</title>
<updated>2011-03-09T20:06:52+00:00</updated>
<author>
<name>Scott MacVicar</name>
<email>scottmac@php.net</email>
</author>
<published>2011-03-09T20:06:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=dd68a6239aa7fd5997667c564dba1c6708323d9c'/>
<id>dd68a6239aa7fd5997667c564dba1c6708323d9c</id>
<content type='text'>
This has the same version scheme as timezonedb.

&lt;year&gt;&lt;release-padded-to-two&gt;


</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This has the same version scheme as timezonedb.

&lt;year&gt;&lt;release-padded-to-two&gt;


</pre>
</div>
</content>
</entry>
<entry>
<title>- Fixed bug #49608 (Using CachingIterator on DirectoryIterator instance segfaults)</title>
<updated>2011-03-08T19:56:29+00:00</updated>
<author>
<name>Felipe Pena</name>
<email>felipe@php.net</email>
</author>
<published>2011-03-08T19:56:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=c7e7de3485439bd7f373a9be151f3bd66840c5e0'/>
<id>c7e7de3485439bd7f373a9be151f3bd66840c5e0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Version++</title>
<updated>2011-03-08T18:24:04+00:00</updated>
<author>
<name>Felipe Pena</name>
<email>felipe@php.net</email>
</author>
<published>2011-03-08T18:24:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=2843030fa11c02f3e7c0cfc43fc94c639f8aa232'/>
<id>2843030fa11c02f3e7c0cfc43fc94c639f8aa232</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Fixed bug #54193 (Integer overflow in shmop_read())</title>
<updated>2011-03-08T13:11:14+00:00</updated>
<author>
<name>Felipe Pena</name>
<email>felipe@php.net</email>
</author>
<published>2011-03-08T13:11:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=06e475e537150a5eb3ba5e162347388a8b745586'/>
<id>06e475e537150a5eb3ba5e162347388a8b745586</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
