<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/libxml/libxml.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>Generate class entries from stubs for ldap, libxml, mbstring and mysqli</title>
<updated>2021-02-16T13:46:19+00:00</updated>
<author>
<name>Máté Kocsis</name>
<email>kocsismate@woohoolabs.com</email>
</author>
<published>2021-02-09T22:21:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=cad66533f0cb936154caca6e6857a3490887cc11'/>
<id>cad66533f0cb936154caca6e6857a3490887cc11</id>
<content type='text'>
Closes GH-6684
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes GH-6684
</pre>
</div>
</content>
</entry>
<entry>
<title>Implicitly enable function entry generation when class entry generation is enabled</title>
<updated>2021-02-09T12:37:24+00:00</updated>
<author>
<name>Máté Kocsis</name>
<email>kocsismate@woohoolabs.com</email>
</author>
<published>2021-02-08T19:08:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=99b08ac2817672c108149a65509c79baf261e819'/>
<id>99b08ac2817672c108149a65509c79baf261e819</id>
<content type='text'>
Closes GH-6675
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes GH-6675
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for generating class entries from stubs</title>
<updated>2021-01-26T10:50:36+00:00</updated>
<author>
<name>Máté Kocsis</name>
<email>kocsismate@woohoolabs.com</email>
</author>
<published>2021-01-26T10:50:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=1954e5975846b3952ce1d2d6506e6d7134c89684'/>
<id>1954e5975846b3952ce1d2d6506e6d7134c89684</id>
<content type='text'>
Closes GH-6289

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-6289

Co-authored-by: Nikita Popov &lt;nikita.ppv@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Deprecate libxml_disable_entity_loader()</title>
<updated>2020-08-03T19:53:29+00:00</updated>
<author>
<name>Dik Takken</name>
<email>d.h.j.takken@freedom.nl</email>
</author>
<published>2020-07-16T12:20:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=e0fa48f69dd14b52c8f1b2904ac7bd30472849a8'/>
<id>e0fa48f69dd14b52c8f1b2904ac7bd30472849a8</id>
<content type='text'>
This method was used to protect code against XXE processing attacks.
Since PHP now requires libxml &gt;= 2.9.0 external entity loading no longer
needs to be disabled to prevent these attacks. It is disabled by default.
Also, the method has an unwanted side effect that causes a lot of
confusion: Parsing XML data from resources like files is no longer possible.

Closes GH-5867.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This method was used to protect code against XXE processing attacks.
Since PHP now requires libxml &gt;= 2.9.0 external entity loading no longer
needs to be disabled to prevent these attacks. It is disabled by default.
Also, the method has an unwanted side effect that causes a lot of
confusion: Parsing XML data from resources like files is no longer possible.

Closes GH-5867.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix UNKNOWN default values in various extensions</title>
<updated>2020-05-05T17:08:20+00:00</updated>
<author>
<name>Máté Kocsis</name>
<email>kocsismate@woohoolabs.com</email>
</author>
<published>2020-05-02T13:25:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=3ebce8e9fc10b97ad46ce88268f5b96e7e1be8ac'/>
<id>3ebce8e9fc10b97ad46ce88268f5b96e7e1be8ac</id>
<content type='text'>
Closes GH-5514
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes GH-5514
</pre>
</div>
</content>
</entry>
<entry>
<title>Generate function entries for another batch of extensions</title>
<updated>2020-04-05T19:15:30+00:00</updated>
<author>
<name>Máté Kocsis</name>
<email>kocsismate@woohoolabs.com</email>
</author>
<published>2020-04-05T19:15:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=21cfa03f1740042d0c48269430e0490e319e1408'/>
<id>21cfa03f1740042d0c48269430e0490e319e1408</id>
<content type='text'>
Closes GH-5352
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes GH-5352
</pre>
</div>
</content>
</entry>
<entry>
<title>Add union return types with one class</title>
<updated>2019-11-18T11:44:38+00:00</updated>
<author>
<name>Máté Kocsis</name>
<email>kocsismate@woohoolabs.com</email>
</author>
<published>2019-11-16T17:40:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=c58b12334df9980b8832925c3920b992593eb09a'/>
<id>c58b12334df9980b8832925c3920b992593eb09a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert libxml arginfo to php stubs</title>
<updated>2019-09-29T08:40:37+00:00</updated>
<author>
<name>Craig Duncan</name>
<email>git@duncanc.co.uk</email>
</author>
<published>2019-09-22T14:21:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=676f455f74fbee757568c772b5a4e3bc18b963be'/>
<id>676f455f74fbee757568c772b5a4e3bc18b963be</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
