<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git, branch PHP-5.5.36</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>5.5.36</title>
<updated>2016-05-25T09:36:00+00:00</updated>
<author>
<name>Julien Pauli</name>
<email>jpauli@php.net</email>
</author>
<published>2016-05-25T09:36:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=527e8e73c97e282b1efde24cfb95dc0942e0ad59'/>
<id>527e8e73c97e282b1efde24cfb95dc0942e0ad59</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix memory leak in imagescale()</title>
<updated>2016-05-24T23:12:01+00:00</updated>
<author>
<name>Stanislav Malyshev</name>
<email>stas@php.net</email>
</author>
<published>2016-05-24T23:12:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=9a826a3bd99315b7c4d4673acd3084c99eb04253'/>
<id>9a826a3bd99315b7c4d4673acd3084c99eb04253</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update NEWS</title>
<updated>2016-05-24T22:56:02+00:00</updated>
<author>
<name>Stanislav Malyshev</name>
<email>stas@php.net</email>
</author>
<published>2016-05-24T22:56:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=f423e1bb895d64c50dc538e8cdc556324e8b8cc2'/>
<id>f423e1bb895d64c50dc538e8cdc556324e8b8cc2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Better fix for bug #72135</title>
<updated>2016-05-24T22:52:15+00:00</updated>
<author>
<name>Stanislav Malyshev</name>
<email>stas@php.net</email>
</author>
<published>2016-05-24T22:52:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=e9559131152ab0fa89737db11ebe8f43e1435b96'/>
<id>e9559131152ab0fa89737db11ebe8f43e1435b96</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 #72227: imagescale out-of-bounds read</title>
<updated>2016-05-23T07:34:35+00:00</updated>
<author>
<name>Stanislav Malyshev</name>
<email>stas@php.net</email>
</author>
<published>2016-05-23T07:28:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=7a1aac3343af85b4af4df5f8844946eaa27394ab'/>
<id>7a1aac3343af85b4af4df5f8844946eaa27394ab</id>
<content type='text'>
Ported from https://github.com/libgd/libgd/commit/4f65a3e4eedaffa1efcf9ee1eb08f0b504fbc31a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ported from https://github.com/libgd/libgd/commit/4f65a3e4eedaffa1efcf9ee1eb08f0b504fbc31a
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug #72241: get_icu_value_internal out-of-bounds read</title>
<updated>2016-05-23T00:49:02+00:00</updated>
<author>
<name>Stanislav Malyshev</name>
<email>stas@php.net</email>
</author>
<published>2016-05-23T00:49:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=97eff7eb57fc2320c267a949cffd622c38712484'/>
<id>97eff7eb57fc2320c267a949cffd622c38712484</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 #72135 - don't create strings with lengths outside int range</title>
<updated>2016-05-16T06:26:51+00:00</updated>
<author>
<name>Stanislav Malyshev</name>
<email>stas@php.net</email>
</author>
<published>2016-05-16T06:26:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=0da8b8b801f9276359262f1ef8274c7812d3dfda'/>
<id>0da8b8b801f9276359262f1ef8274c7812d3dfda</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add check for string overflow to all string add operations</title>
<updated>2016-05-10T05:17:20+00:00</updated>
<author>
<name>Stanislav Malyshev</name>
<email>stas@php.net</email>
</author>
<published>2016-05-10T05:17:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=41fc3c76e97a36ff3b505da7d704ca17bb171fdf'/>
<id>41fc3c76e97a36ff3b505da7d704ca17bb171fdf</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 #72114 - int/size_t confusion in fread</title>
<updated>2016-05-10T04:55:29+00:00</updated>
<author>
<name>Stanislav Malyshev</name>
<email>stas@php.net</email>
</author>
<published>2016-05-10T04:55:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=abd159cce48f3e34f08e4751c568e09677d5ec9c'/>
<id>abd159cce48f3e34f08e4751c568e09677d5ec9c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated NEWS</title>
<updated>2016-05-02T14:52:58+00:00</updated>
<author>
<name>Julien Pauli</name>
<email>jpauli@php.net</email>
</author>
<published>2016-05-02T14:52:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=95ed19ae28009aa7b3ed42d5760478de82640560'/>
<id>95ed19ae28009aa7b3ed42d5760478de82640560</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
