<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/simplexml/tests, branch php-7.0.26</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>Fixed test</title>
<updated>2017-09-12T20:47:22+00:00</updated>
<author>
<name>Dmitry Stogov</name>
<email>dmitry@zend.com</email>
</author>
<published>2017-09-12T20:47:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=2874fa8fb024ff30cc15181a1a10bffbacee08dc'/>
<id>2874fa8fb024ff30cc15181a1a10bffbacee08dc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix test compat with libxml2 2.9.5</title>
<updated>2017-09-11T14:12:04+00:00</updated>
<author>
<name>Anatol Belski</name>
<email>ab@php.net</email>
</author>
<published>2017-09-11T14:12:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=cab41ecb933ad0566526ede5b68b8ca554d258ec'/>
<id>cab41ecb933ad0566526ede5b68b8ca554d258ec</id>
<content type='text'>
One warning disappeared, but the flow is still valid.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
One warning disappeared, but the flow is still valid.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bug #74950 (nullpointer deref in simplexml_element_getDocNamespaces)</title>
<updated>2017-07-21T10:16:11+00:00</updated>
<author>
<name>Xinchen Hui</name>
<email>laruence@gmail.com</email>
</author>
<published>2017-07-21T10:16:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=3a7b0027f32881710ff64278a4f98b7e052578d2'/>
<id>3a7b0027f32881710ff64278a4f98b7e052578d2</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-5.6' into PHP-7.0</title>
<updated>2016-09-09T14:30:26+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2016-09-09T14:30:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=7a90fc96d86c06f7a6b22a1a64c7d87042baf1fc'/>
<id>7a90fc96d86c06f7a6b22a1a64c7d87042baf1fc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove ignored --FAIL-- section from test case</title>
<updated>2016-09-09T14:27:50+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2016-09-09T14:27:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=c42a7f2f3fdac5c71300e52b0f639d771791f20c'/>
<id>c42a7f2f3fdac5c71300e52b0f639d771791f20c</id>
<content type='text'>
This is just confusing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is just confusing.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug #72957</title>
<updated>2016-08-30T11:05:53+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikic@php.net</email>
</author>
<published>2016-08-30T11:05:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=bfd4277008d3bda95ff5b418c60d41d50488d33b'/>
<id>bfd4277008d3bda95ff5b418c60d41d50488d33b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Followup for bug #72971</title>
<updated>2016-08-30T10:53:50+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikic@php.net</email>
</author>
<published>2016-08-30T10:43:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=6adb7e0b7a1d57407f5267293b8b8d63f74b60a7'/>
<id>6adb7e0b7a1d57407f5267293b8b8d63f74b60a7</id>
<content type='text'>
Property writes did not respect the namespace either. This is an
incomplete fix in that it only handles the case where an existing
child element is modified, not when a new one is created.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Property writes did not respect the namespace either. This is an
incomplete fix in that it only handles the case where an existing
child element is modified, not when a new one is created.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug #72971</title>
<updated>2016-08-30T08:54:31+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikic@php.net</email>
</author>
<published>2016-08-30T08:54:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=07cc6a6ba2d8cebe2b375353491a26953b250149'/>
<id>07cc6a6ba2d8cebe2b375353491a26953b250149</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 #72588 (Using global var doesn't work while accessing SimpleXML element)</title>
<updated>2016-07-13T02:49:58+00:00</updated>
<author>
<name>Xinchen Hui</name>
<email>laruence@gmail.com</email>
</author>
<published>2016-07-13T02:49:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=8129b839922c14e1a4b3a82c702faa178e1cdec3'/>
<id>8129b839922c14e1a4b3a82c702faa178e1cdec3</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-5.6' into PHP-7.0</title>
<updated>2016-03-08T12:16:08+00:00</updated>
<author>
<name>Anatol Belski</name>
<email>ab@php.net</email>
</author>
<published>2016-03-08T12:16:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=7a4c2fa829bc5a5ae731febe2cf7a74167012e37'/>
<id>7a4c2fa829bc5a5ae731febe2cf7a74167012e37</id>
<content type='text'>
* PHP-5.6:
  fix regression introduced in 5683b6fa39
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-5.6:
  fix regression introduced in 5683b6fa39
</pre>
</div>
</content>
</entry>
</feed>
