<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext, branch php-7.0.0alpha2</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'</title>
<updated>2015-06-23T14:50:52+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmb@php.net</email>
</author>
<published>2015-06-23T14:50:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=ec8731c46b40769ceac5242c04197e31477bf3d1'/>
<id>ec8731c46b40769ceac5242c04197e31477bf3d1</id>
<content type='text'>
* PHP-5.6:
  Fixed bug #69864 (Segfault in preg_replace_callback)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-5.6:
  Fixed bug #69864 (Segfault in preg_replace_callback)
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-5.5' into PHP-5.6</title>
<updated>2015-06-23T14:36:35+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmb@php.net</email>
</author>
<published>2015-06-23T14:36:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=bc47f10a97063a53cca9a4901399546f5115933d'/>
<id>bc47f10a97063a53cca9a4901399546f5115933d</id>
<content type='text'>
* PHP-5.5:
  updated NEWS
  Fixed bug #69864 (Segfault in preg_replace_callback)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-5.5:
  updated NEWS
  Fixed bug #69864 (Segfault in preg_replace_callback)
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed two errors in LDAP tests</title>
<updated>2015-06-23T14:11:12+00:00</updated>
<author>
<name>Côme Bernigaud</name>
<email>mcmic@php.net</email>
</author>
<published>2015-06-23T14:09:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=d29cc63bb681e426d93d69eb21941e2e9719a51f'/>
<id>d29cc63bb681e426d93d69eb21941e2e9719a51f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed two errors in LDAP tests</title>
<updated>2015-06-23T14:09:56+00:00</updated>
<author>
<name>Côme Bernigaud</name>
<email>mcmic@php.net</email>
</author>
<published>2015-06-23T14:09:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=9bcdd2aabe176cdcf78514297960d6a8eb7d40fd'/>
<id>9bcdd2aabe176cdcf78514297960d6a8eb7d40fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Simplify php_implode(). Fill the resulting string in direct order."</title>
<updated>2015-06-23T13:46:41+00:00</updated>
<author>
<name>Dmitry Stogov</name>
<email>dmitry@zend.com</email>
</author>
<published>2015-06-23T13:46:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=6bf3ecf69a76789c31415d4f7dbca818614285f5'/>
<id>6bf3ecf69a76789c31415d4f7dbca818614285f5</id>
<content type='text'>
The patch slightly improved performance of string imploding, but reduced speed of integers imploding.

This reverts commit 36d39b70443dcefeeb62d189ce67b414caf5486a.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The patch slightly improved performance of string imploding, but reduced speed of integers imploding.

This reverts commit 36d39b70443dcefeeb62d189ce67b414caf5486a.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bug #69864 (Segfault in preg_replace_callback)</title>
<updated>2015-06-23T11:00:17+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmb@php.net</email>
</author>
<published>2015-06-23T11:00:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=a39beaa2514514892d34bc2e9fd89f7333a6ed1f'/>
<id>a39beaa2514514892d34bc2e9fd89f7333a6ed1f</id>
<content type='text'>
When preg_replace_callback() is used, cache entries which are in use must not
be removed. We ensure that by deploying a simple refcounting mechanism.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When preg_replace_callback() is used, cache entries which are in use must not
be removed. We ensure that by deploying a simple refcounting mechanism.
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify php_implode(). Fill the resulting string in direct order.</title>
<updated>2015-06-23T09:57:36+00:00</updated>
<author>
<name>Dmitry Stogov</name>
<email>dmitry@zend.com</email>
</author>
<published>2015-06-23T09:57:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=36d39b70443dcefeeb62d189ce67b414caf5486a'/>
<id>36d39b70443dcefeeb62d189ce67b414caf5486a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop duplicate object-to-type notices</title>
<updated>2015-06-22T14:25:32+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikic@php.net</email>
</author>
<published>2015-06-22T14:24:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=8a83aed45847edf7e6ed59a996bc991dec3ef96b'/>
<id>8a83aed45847edf7e6ed59a996bc991dec3ef96b</id>
<content type='text'>
We already generate a recoverable fatal for these earlier, no need
to throw an additional notice.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We already generate a recoverable fatal for these earlier, no need
to throw an additional notice.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo + DSP reference</title>
<updated>2015-06-22T11:30:12+00:00</updated>
<author>
<name>Kalle Sommer Nielsen</name>
<email>kalle@php.net</email>
</author>
<published>2015-06-22T11:30:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=055755a4ae6f6f30b9345b416f5cf931f9abe40d'/>
<id>055755a4ae6f6f30b9345b416f5cf931f9abe40d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove these old references to the DSP files we don't use anymore</title>
<updated>2015-06-22T11:29:42+00:00</updated>
<author>
<name>Kalle Sommer Nielsen</name>
<email>kalle@php.net</email>
</author>
<published>2015-06-22T11:29:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=db22946b25181ddbb23067418ac7092a0c26d9b3'/>
<id>db22946b25181ddbb23067418ac7092a0c26d9b3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
