<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/Zend, branch php-5.3.15</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>fix (signed) integer overflow (part of bug #52550</title>
<updated>2012-07-02T05:35:28+00:00</updated>
<author>
<name>Nuno Lopes</name>
<email>nlopess@php.net</email>
</author>
<published>2012-07-02T05:31:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=d80ff391899f7aead3b9b9c6c084adba8a8203ba'/>
<id>d80ff391899f7aead3b9b9c6c084adba8a8203ba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unneeded and outdated ChangeLog file</title>
<updated>2012-06-22T18:00:20+00:00</updated>
<author>
<name>Johannes Schlüter</name>
<email>johannes@php.net</email>
</author>
<published>2012-06-22T18:00:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=84b1c568f4d593c2f415b05f3b1b8bd0465eec27'/>
<id>84b1c568f4d593c2f415b05f3b1b8bd0465eec27</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>typo</title>
<updated>2012-06-08T08:24:49+00:00</updated>
<author>
<name>Stanislav Malyshev</name>
<email>stas@php.net</email>
</author>
<published>2012-06-08T08:24:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=17c0ff11949f81c5fb5b32f6f64b3e8ad4063aeb'/>
<id>17c0ff11949f81c5fb5b32f6f64b3e8ad4063aeb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Regenerated files</title>
<updated>2012-06-07T16:02:27+00:00</updated>
<author>
<name>Pierrick Charron</name>
<email>pierrick@php.net</email>
</author>
<published>2012-06-07T16:02:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=4e6f27f4db6121e67f17906b27cc829120738b71'/>
<id>4e6f27f4db6121e67f17906b27cc829120738b71</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 #51094 (parse_ini_file() with INI_SCANNER_RAW cuts a value that includes a semi-colon)</title>
<updated>2012-06-07T15:44:20+00:00</updated>
<author>
<name>Pierrick Charron</name>
<email>pierrick@php.net</email>
</author>
<published>2012-06-07T15:44:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=fed5923dbc849659321a4f9aa96634ddd1655229'/>
<id>fed5923dbc849659321a4f9aa96634ddd1655229</id>
<content type='text'>
Modify the scanner to check if the first char of the raw data is an opening " in which case we
need to find the closing one. Otherwise just search for the next end of value char [\r\n;\000]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Modify the scanner to check if the first char of the raw data is an opening " in which case we
need to find the closing one. Otherwise just search for the next end of value char [\r\n;\000]
</pre>
</div>
</content>
</entry>
<entry>
<title>- Optimize comparison between same HashTable pointer</title>
<updated>2012-06-03T21:16:57+00:00</updated>
<author>
<name>Felipe Pena</name>
<email>felipensp@gmail.com</email>
</author>
<published>2012-06-03T21:16:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=d57b278ad1f490094b0c3331cf02312b785a8a78'/>
<id>d57b278ad1f490094b0c3331cf02312b785a8a78</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 #62005 (unexpected behavior when incrementally assigning to a member of a null object)</title>
<updated>2012-05-12T05:13:44+00:00</updated>
<author>
<name>Xinchen Hui</name>
<email>laruence@php.net</email>
</author>
<published>2012-05-12T05:13:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=3332943c9d20a8b5e09816b11f38742de0e16085'/>
<id>3332943c9d20a8b5e09816b11f38742de0e16085</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo</title>
<updated>2012-05-03T10:39:03+00:00</updated>
<author>
<name>Xinchen Hui</name>
<email>laruence@php.net</email>
</author>
<published>2012-05-03T10:37:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=bbf8a50281ae46c6572bd5e68f62826cde356a28'/>
<id>bbf8a50281ae46c6572bd5e68f62826cde356a28</id>
<content type='text'>
picked form pull request of reeze.xia@gmail.com
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
picked form pull request of reeze.xia@gmail.com
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "- fix bug #61504, fix build errors on windows and possibly other"</title>
<updated>2012-03-28T07:41:18+00:00</updated>
<author>
<name>Gustavo André dos Santos Lopes</name>
<email>cataphract@php.net</email>
</author>
<published>2012-03-28T07:41:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=c6e15455a3e7fa62c77728bf29638207f496ac1d'/>
<id>c6e15455a3e7fa62c77728bf29638207f496ac1d</id>
<content type='text'>
This reverts commit 74ee335e3aea8c48380334098b8d20eb54d6c6be.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 74ee335e3aea8c48380334098b8d20eb54d6c6be.
</pre>
</div>
</content>
</entry>
<entry>
<title>- fix bug #61504, fix build errors on windows and possibly other</title>
<updated>2012-03-27T23:59:41+00:00</updated>
<author>
<name>Pierre Joye</name>
<email>pierre.php@gmail.com</email>
</author>
<published>2012-03-27T23:59:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=74ee335e3aea8c48380334098b8d20eb54d6c6be'/>
<id>74ee335e3aea8c48380334098b8d20eb54d6c6be</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
