<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/dom/tests, branch php-7.0.1</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 Bug #70558 ("Couldn't fetch" error in DOMDocument::registerNodeClass())</title>
<updated>2015-09-23T14:01:50+00:00</updated>
<author>
<name>Xinchen Hui</name>
<email>laruence@gmail.com</email>
</author>
<published>2015-09-23T14:01:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=c87ef023aa404d310582e7a4c8c69c518a52f382'/>
<id>c87ef023aa404d310582e7a4c8c69c518a52f382</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Fix #70029: nodeValue of DOMElement list content of children nodes"</title>
<updated>2015-09-06T13:36:43+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmb@php.net</email>
</author>
<published>2015-09-06T13:36:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=1b344f55f4dc033cba41a94cbe0d2fdc2ad606a6'/>
<id>1b344f55f4dc033cba41a94cbe0d2fdc2ad606a6</id>
<content type='text'>
This reverts commit 25a52d98d7cb2d4f3b3636eac45c71a1ae03c760.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 25a52d98d7cb2d4f3b3636eac45c71a1ae03c760.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #70029: nodeValue of DOMElement list content of children nodes</title>
<updated>2015-09-04T23:52:41+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2015-07-10T11:42:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=25a52d98d7cb2d4f3b3636eac45c71a1ae03c760'/>
<id>25a52d98d7cb2d4f3b3636eac45c71a1ae03c760</id>
<content type='text'>
According to the W3C DOM Core Level 3 specification DOMElement::nodeValue is
supposed to yield null, but currently the DOM extension yield the result of
calling xmlNodeGetContent(), what is the concatenation of the values of the
children of the element. This patch fixes the non standard behavior.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
According to the W3C DOM Core Level 3 specification DOMElement::nodeValue is
supposed to yield null, but currently the DOM extension yield the result of
calling xmlNodeGetContent(), what is the concatenation of the values of the
children of the element. This patch fixes the non standard behavior.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-5.6'</title>
<updated>2015-09-04T23:32:08+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmb@php.net</email>
</author>
<published>2015-09-04T23:32:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=c9a8733ce2a953e46c07c380b15617d62f51dabd'/>
<id>c9a8733ce2a953e46c07c380b15617d62f51dabd</id>
<content type='text'>
* PHP-5.6:
  Fix #70001: Assigning to DOMNode::textContent does additional entity encoding

Resolved conflicts:
	ext/dom/node.c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-5.6:
  Fix #70001: Assigning to DOMNode::textContent does additional entity encoding

Resolved conflicts:
	ext/dom/node.c
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #70001: Assigning to DOMNode::textContent does additional entity encoding</title>
<updated>2015-09-04T23:17:50+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmb@php.net</email>
</author>
<published>2015-07-07T12:55:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=b2954c64ab67bca980070c63f43cb7afb7ed6d16'/>
<id>b2954c64ab67bca980070c63f43cb7afb7ed6d16</id>
<content type='text'>
Assigning to DOMNode::textContent encodes entities, what does not match the
behavior of DOMText::__construct() and DOMDocument::createTextNode. This patch
changes the behavior of DOMNode::textContent in this regard.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Assigning to DOMNode::textContent encodes entities, what does not match the
behavior of DOMText::__construct() and DOMDocument::createTextNode. This patch
changes the behavior of DOMNode::textContent in this regard.
</pre>
</div>
</content>
</entry>
<entry>
<title>test fails with old libxml2; skip in this case</title>
<updated>2015-07-31T17:52:42+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmb@php.net</email>
</author>
<published>2015-07-31T17:52:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=6576d809a547b481fecfa8afff1d2ee519a85057'/>
<id>6576d809a547b481fecfa8afff1d2ee519a85057</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'</title>
<updated>2015-07-31T17:55:07+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmb@php.net</email>
</author>
<published>2015-07-31T17:55:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=78eab007a93c97a509f040d6b6cec58e4f9d22c3'/>
<id>78eab007a93c97a509f040d6b6cec58e4f9d22c3</id>
<content type='text'>
* PHP-5.6:
  test fails with old libxml2; skip in this case
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-5.6:
  test fails with old libxml2; skip in this case
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-5.6'</title>
<updated>2015-06-26T23:10:41+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmb@php.net</email>
</author>
<published>2015-06-26T23:10:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=86df85f43a74836ac3321fd0b85401bb14f1f668'/>
<id>86df85f43a74836ac3321fd0b85401bb14f1f668</id>
<content type='text'>
* PHP-5.6:
  added regression test for bug #69679
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-5.6:
  added regression test for bug #69679
</pre>
</div>
</content>
</entry>
<entry>
<title>added regression test for bug #69679</title>
<updated>2015-06-26T23:08:56+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmb@php.net</email>
</author>
<published>2015-06-26T23:08:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=6400ef192c7c50faf47e958141aac8142a1cef99'/>
<id>6400ef192c7c50faf47e958141aac8142a1cef99</id>
<content type='text'>
DOMDocument::loadHTML refuses to accept NULL bytes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
DOMDocument::loadHTML refuses to accept NULL bytes.
</pre>
</div>
</content>
</entry>
<entry>
<title>added test for bug #69846</title>
<updated>2015-06-19T10:46:19+00:00</updated>
<author>
<name>Anatol Belski</name>
<email>ab@php.net</email>
</author>
<published>2015-06-19T10:46:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=9649cec2a3925e3e66efbca8dfec10f923c452a2'/>
<id>9649cec2a3925e3e66efbca8dfec10f923c452a2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
