<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/xmlreader/php_xmlreader.stub.php, branch master</title>
<subtitle>git.php.net: repository/php-src.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/'/>
<entry>
<title>Declare XMLReader properties</title>
<updated>2021-03-01T15:58:23+00:00</updated>
<author>
<name>Máté Kocsis</name>
<email>kocsismate@woohoolabs.com</email>
</author>
<published>2021-02-28T21:15:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=1cb823c82eaf48c62ceab14e8ad01edee1cbe745'/>
<id>1cb823c82eaf48c62ceab14e8ad01edee1cbe745</id>
<content type='text'>
Closes GH-6741
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes GH-6741
</pre>
</div>
</content>
</entry>
<entry>
<title>Generate class entries from stubs for com, standard, xmlreader, xmlwriter, xsl, zip, Zend</title>
<updated>2021-02-22T14:24:03+00:00</updated>
<author>
<name>Máté Kocsis</name>
<email>kocsismate@woohoolabs.com</email>
</author>
<published>2021-02-17T12:42:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=4c6533c257cfabd5dd78988bb277f410b2778140'/>
<id>4c6533c257cfabd5dd78988bb277f410b2778140</id>
<content type='text'>
Closes GH-6706
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes GH-6706
</pre>
</div>
</content>
</entry>
<entry>
<title>Update ext/xsl parameter names</title>
<updated>2020-10-08T08:28:50+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2020-10-07T15:55:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=1fba22072596c34b32fa09986107bde3b4ab946d'/>
<id>1fba22072596c34b32fa09986107bde3b4ab946d</id>
<content type='text'>
Additionally normalize to using $namespace rather than $uri for
namespace parameters, including in XMLReader and XMLWriter. I went
with that one as it is currently used by DOM, SimpleXML and XSL --
and our DOM parameter names follow the DOM specification.

Closes GH-6295.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Additionally normalize to using $namespace rather than $uri for
namespace parameters, including in XMLReader and XMLWriter. I went
with that one as it is currently used by DOM, SimpleXML and XSL --
and our DOM parameter names follow the DOM specification.

Closes GH-6295.
</pre>
</div>
</content>
</entry>
<entry>
<title>Review parameter names in ext/xmlreader</title>
<updated>2020-10-06T07:47:13+00:00</updated>
<author>
<name>Dik Takken</name>
<email>d.h.j.takken@freedom.nl</email>
</author>
<published>2020-10-01T18:55:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=a7856c1bae688c5c0c9e7c211f7112b0bbf459dc'/>
<id>a7856c1bae688c5c0c9e7c211f7112b0bbf459dc</id>
<content type='text'>
Closes GH-6255.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes GH-6255.
</pre>
</div>
</content>
</entry>
<entry>
<title>Throw from XmlReader::expand() if DOM extension missing</title>
<updated>2020-10-05T10:31:48+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2020-10-05T10:31:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=faea5ab837ab6393c8821f85cf8abe2723593e8e'/>
<id>faea5ab837ab6393c8821f85cf8abe2723593e8e</id>
<content type='text'>
Otherwise it is hard to uphold the arginfo contract for this
function -- we cannot simply mirror the zpp call, as the class
entry it is based on does not exist.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Otherwise it is hard to uphold the arginfo contract for this
function -- we cannot simply mirror the zpp call, as the class
entry it is based on does not exist.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update php_xmlreader.stub.php</title>
<updated>2020-09-16T11:47:58+00:00</updated>
<author>
<name>Máté Kocsis</name>
<email>kocsismate@woohoolabs.com</email>
</author>
<published>2020-09-16T11:47:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=81d6ceedec637fb62e259daa76770af7b581cc73'/>
<id>81d6ceedec637fb62e259daa76770af7b581cc73</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>XMLReader::getAttributeNs() can no longer return false</title>
<updated>2020-09-16T11:45:13+00:00</updated>
<author>
<name>Máté Kocsis</name>
<email>kocsismate@woohoolabs.com</email>
</author>
<published>2020-09-16T11:45:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=7a48381e22668240b5a4f233cb4ba3f547d94107'/>
<id>7a48381e22668240b5a4f233cb4ba3f547d94107</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Promote warnings to exceptions in ext/xmlreader</title>
<updated>2020-08-25T09:54:45+00:00</updated>
<author>
<name>Máté Kocsis</name>
<email>kocsismate@woohoolabs.com</email>
</author>
<published>2020-08-19T20:35:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=f068fbcf1fe1faa89827630131536f68af1a28b2'/>
<id>f068fbcf1fe1faa89827630131536f68af1a28b2</id>
<content type='text'>
Closes GH-6021
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes GH-6021
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix UNKNOWN default values in ext/xml</title>
<updated>2020-05-06T17:15:39+00:00</updated>
<author>
<name>Máté Kocsis</name>
<email>kocsismate@woohoolabs.com</email>
</author>
<published>2020-05-03T10:58:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=60412c37aea007107e5b3cf03287321216cb58c4'/>
<id>60412c37aea007107e5b3cf03287321216cb58c4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Generate function entries from stubs for a couple of extensions</title>
<updated>2020-04-14T09:49:02+00:00</updated>
<author>
<name>Máté Kocsis</name>
<email>kocsismate@woohoolabs.com</email>
</author>
<published>2020-04-13T14:28:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=c5fb4f0794c6efe06f64d6d462e14357d527b564'/>
<id>c5fb4f0794c6efe06f64d6d462e14357d527b564</id>
<content type='text'>
Migrates ext/standard, ext/tidy, ext/tokenizer,
ext/xml, ext/xml_reader, and ext/xml_writer. Closes GH-5381.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Migrates ext/standard, ext/tidy, ext/tokenizer,
ext/xml, ext/xml_reader, and ext/xml_writer. Closes GH-5381.
</pre>
</div>
</content>
</entry>
</feed>
