<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/simplexml/tests, branch php-8.0.3</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>Run tidy</title>
<updated>2020-09-18T12:28:32+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2020-09-18T12:28:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=c5401854fcea27ff9aabfd0682ff4d81bbb3c888'/>
<id>c5401854fcea27ff9aabfd0682ff4d81bbb3c888</id>
<content type='text'>
This should fix most of the remaining issues with tabs and spaces
being mixed in tests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This should fix most of the remaining issues with tabs and spaces
being mixed in tests.
</pre>
</div>
</content>
</entry>
<entry>
<title>Promote warnings to exceptions in ext/simplexml</title>
<updated>2020-08-25T13:15:58+00:00</updated>
<author>
<name>Máté Kocsis</name>
<email>kocsismate@woohoolabs.com</email>
</author>
<published>2020-08-18T17:20:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=6c8fb123d25235b08908c4d69b5056143f64e696'/>
<id>6c8fb123d25235b08908c4d69b5056143f64e696</id>
<content type='text'>
Closes GH-6011

Co-authored-by: Nikita Popov &lt;nikita.ppv@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes GH-6011

Co-authored-by: Nikita Popov &lt;nikita.ppv@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't return temporary from SXE write_property handler</title>
<updated>2020-08-25T09:28:44+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2020-08-25T09:27:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=f4e9d0e32508249aca195b177c943d63c420666f'/>
<id>f4e9d0e32508249aca195b177c943d63c420666f</id>
<content type='text'>
Return the original value. If we don't return the original value,
we need to own the zval, which we don't.

For clarity also switch things to work on a zend_string* value
instead of a zval*.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Return the original value. If we don't return the original value,
we need to own the zval, which we don't.

For clarity also switch things to work on a zend_string* value
instead of a zval*.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a missing null check in simplexml</title>
<updated>2020-08-13T14:46:08+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2020-08-13T14:34:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=8f61854108a916938095eccaad078b9c53078d4d'/>
<id>8f61854108a916938095eccaad078b9c53078d4d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Throw on uninitialized SimpleXMLElement</title>
<updated>2020-08-13T14:13:02+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2020-08-13T13:52:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=fc7bab3aee68fd7917c9fe2fd6abc2abe510e64d'/>
<id>fc7bab3aee68fd7917c9fe2fd6abc2abe510e64d</id>
<content type='text'>
Elevate this warning into an Error, as usual. Add a few checks
in places that were missing them.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Elevate this warning into an Error, as usual. Add a few checks
in places that were missing them.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add many missing closing PHP tags to tests</title>
<updated>2020-08-09T20:03:36+00:00</updated>
<author>
<name>Máté Kocsis</name>
<email>kocsismate@woohoolabs.com</email>
</author>
<published>2020-08-09T09:06:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=7aacc705d03887c64a90489e367f4c40b46aa3c2'/>
<id>7aacc705d03887c64a90489e367f4c40b46aa3c2</id>
<content type='text'>
Closes GH-5958
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes GH-5958
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #63575: Root elements are not properly cloned</title>
<updated>2020-06-17T14:48:50+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2020-04-23T14:16:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=3a0bdb720a9e54b91c812665f36b936e6cf44ef3'/>
<id>3a0bdb720a9e54b91c812665f36b936e6cf44ef3</id>
<content type='text'>
Cloning of root elements has to preserve that property, so they require
some special treatment.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Cloning of root elements has to preserve that property, so they require
some special treatment.
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up calls to extension_loaded('json') in tests</title>
<updated>2020-05-28T19:07:47+00:00</updated>
<author>
<name>Tyson Andre</name>
<email>tysonandre775@hotmail.com</email>
</author>
<published>2020-05-28T16:53:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=32a1ebbd43830937996116c73e39af4c4aa909d7'/>
<id>32a1ebbd43830937996116c73e39af4c4aa909d7</id>
<content type='text'>
These are no longer needed after https://wiki.php.net/rfc/always_enable_json

Closes GH-5637
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These are no longer needed after https://wiki.php.net/rfc/always_enable_json

Closes GH-5637
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-7.4'</title>
<updated>2020-05-01T10:42:09+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2020-05-01T10:42:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=1d2044367978f468720f2f76622e6ee0ed849b75'/>
<id>1d2044367978f468720f2f76622e6ee0ed849b75</id>
<content type='text'>
* PHP-7.4:
  Fix #79528: Different object of the same xml between 7.4.5 and 7.4.4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.4:
  Fix #79528: Different object of the same xml between 7.4.5 and 7.4.4
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-7.3' into PHP-7.4</title>
<updated>2020-05-01T10:40:37+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2020-05-01T10:38:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=9b9252c6675e05f01d0788fcb7138a5c277610ca'/>
<id>9b9252c6675e05f01d0788fcb7138a5c277610ca</id>
<content type='text'>
* PHP-7.3:
  Fix #79528: Different object of the same xml between 7.4.5 and 7.4.4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.3:
  Fix #79528: Different object of the same xml between 7.4.5 and 7.4.4
</pre>
</div>
</content>
</entry>
</feed>
