<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/intl/breakiterator, branch php-7.3.0</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>Remove unused variables</title>
<updated>2018-07-26T01:05:41+00:00</updated>
<author>
<name>Gabriel Caruso</name>
<email>carusogabriel34@gmail.com</email>
</author>
<published>2018-07-26T01:05:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=fb966b982585541d70489df5fa0e4873a1b91503'/>
<id>fb966b982585541d70489df5fa0e4873a1b91503</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Uze ZVAL_COPY_DEREF() instead of ZVAL_DEREF() and ZVAL_COPY()</title>
<updated>2018-07-09T09:46:46+00:00</updated>
<author>
<name>Dmitry Stogov</name>
<email>dmitry@zend.com</email>
</author>
<published>2018-07-09T09:46:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=67b4c3379a1c7f8a34522972c9cb3adf3776bc4a'/>
<id>67b4c3379a1c7f8a34522972c9cb3adf3776bc4a</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-7.2'</title>
<updated>2018-06-30T21:22:20+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2018-06-30T21:21:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=1b61c3b210da6f57c00fd1e5a7da0f42ce4bb91f'/>
<id>1b61c3b210da6f57c00fd1e5a7da0f42ce4bb91f</id>
<content type='text'>
* PHP-7.2:
  Fix #76556: get_debug_info handler for BreakIterator shows wrong type
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.2:
  Fix #76556: get_debug_info handler for BreakIterator shows wrong type
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #76556: get_debug_info handler for BreakIterator shows wrong type</title>
<updated>2018-06-30T21:15:02+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2018-06-30T17:41:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=1118fca75dca112e7a6aa60296626733ccfc4284'/>
<id>1118fca75dca112e7a6aa60296626733ccfc4284</id>
<content type='text'>
We use the retrieved type for the "type" element instead of the text.
This has been confused during the PHP 7 upgrade[1].

[1] http://git.php.net/?p=php-src.git;a=commit;h=1d793348067e5769144c0f7efd86428a4137baec
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We use the retrieved type for the "type" element instead of the text.
This has been confused during the PHP 7 upgrade[1].

[1] http://git.php.net/?p=php-src.git;a=commit;h=1d793348067e5769144c0f7efd86428a4137baec
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-7.2'</title>
<updated>2018-06-13T21:48:37+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2018-06-13T21:48:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=bc56bb847d317a46b6d95131da1d6596a19f880c'/>
<id>bc56bb847d317a46b6d95131da1d6596a19f880c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make $locale parameter to BreakIterator ctors optional</title>
<updated>2018-06-13T21:47:20+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2018-06-13T21:47:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=e77077edebfb8510f5659947bbb61636549172c9'/>
<id>e77077edebfb8510f5659947bbb61636549172c9</id>
<content type='text'>
It's documented as such and already accepts null.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's documented as such and already accepts null.
</pre>
</div>
</content>
</entry>
<entry>
<title>Export standard object handlers, to avoid indirect access</title>
<updated>2018-05-31T08:57:22+00:00</updated>
<author>
<name>Dmitry Stogov</name>
<email>dmitry@zend.com</email>
</author>
<published>2018-05-31T08:57:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=f2b4ec4bdc595773fb49b7d6ae8942c61f436288'/>
<id>f2b4ec4bdc595773fb49b7d6ae8942c61f436288</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-7.2'</title>
<updated>2018-04-12T16:26:31+00:00</updated>
<author>
<name>Anatol Belski</name>
<email>ab@php.net</email>
</author>
<published>2018-04-12T16:26:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=319856dc629a91025208f695de03e20bd91f5c72'/>
<id>319856dc629a91025208f695de03e20bd91f5c72</id>
<content type='text'>
* PHP-7.2:
  Fix memory leak
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.2:
  Fix memory leak
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix memory leak</title>
<updated>2018-04-12T16:25:27+00:00</updated>
<author>
<name>Anatol Belski</name>
<email>ab@php.net</email>
</author>
<published>2018-04-12T16:25:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=5fe6d2134b45818222248b8e20694f407bb52d63'/>
<id>5fe6d2134b45818222248b8e20694f407bb52d63</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify namespace access</title>
<updated>2018-03-31T23:03:40+00:00</updated>
<author>
<name>Anatol Belski</name>
<email>ab@php.net</email>
</author>
<published>2018-03-31T23:03:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=d8200e48857aeaf09f7127751efc5632ef7660a7'/>
<id>d8200e48857aeaf09f7127751efc5632ef7660a7</id>
<content type='text'>
The icu namespace is an alias which resolves to the real namespace.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The icu namespace is an alias which resolves to the real namespace.
</pre>
</div>
</content>
</entry>
</feed>
