<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/libxml, 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>Merge branch 'PHP-8.0'</title>
<updated>2021-03-24T10:53:53+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2021-03-24T10:53:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=6adec555db6ded85368d0c808a9151b901abf607'/>
<id>6adec555db6ded85368d0c808a9151b901abf607</id>
<content type='text'>
* PHP-8.0:
  Fix #73533: Invalid memory access in php_libxml_xmlCheckUTF8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-8.0:
  Fix #73533: Invalid memory access in php_libxml_xmlCheckUTF8
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-7.4' into PHP-8.0</title>
<updated>2021-03-24T10:52:54+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2021-03-24T10:52:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=5832be768c1e9e28bfdedbf8fba91a3fa2baedc1'/>
<id>5832be768c1e9e28bfdedbf8fba91a3fa2baedc1</id>
<content type='text'>
* PHP-7.4:
  Fix #73533: Invalid memory access in php_libxml_xmlCheckUTF8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.4:
  Fix #73533: Invalid memory access in php_libxml_xmlCheckUTF8
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #73533: Invalid memory access in php_libxml_xmlCheckUTF8</title>
<updated>2021-03-24T10:50:50+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2021-03-23T15:13:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=498eb8e0529fbe1dd8a91ae3ee8592eda868d3aa'/>
<id>498eb8e0529fbe1dd8a91ae3ee8592eda868d3aa</id>
<content type='text'>
A string passed to `php_libxml_xmlCheckUTF8()` may be longer than
1&lt;&lt;31-1 bytes, so we're better using a `size_t`.

Closes GH-6802.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A string passed to `php_libxml_xmlCheckUTF8()` may be longer than
1&lt;&lt;31-1 bytes, so we're better using a `size_t`.

Closes GH-6802.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-8.0'</title>
<updated>2021-03-08T14:16:55+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2021-03-08T14:16:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=9f826e8ce9a7b51a5b8be48339c9febd749cd946'/>
<id>9f826e8ce9a7b51a5b8be48339c9febd749cd946</id>
<content type='text'>
* PHP-8.0:
  Fix #51903: simplexml_load_file() doesn't use HTTP headers
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-8.0:
  Fix #51903: simplexml_load_file() doesn't use HTTP headers
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-7.4' into PHP-8.0</title>
<updated>2021-03-08T14:15:59+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2021-03-08T14:08:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=7931956805beba80188f3c0638c285f8fb75dfe1'/>
<id>7931956805beba80188f3c0638c285f8fb75dfe1</id>
<content type='text'>
* PHP-7.4:
  Fix #51903: simplexml_load_file() doesn't use HTTP headers
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.4:
  Fix #51903: simplexml_load_file() doesn't use HTTP headers
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #51903: simplexml_load_file() doesn't use HTTP headers</title>
<updated>2021-03-08T14:07:01+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2021-03-03T18:23:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=f901bec494ae921f36e1066e4380b92888757f0f'/>
<id>f901bec494ae921f36e1066e4380b92888757f0f</id>
<content type='text'>
The `encoding` attribute of the XML declaration is optional; it is good
practice to use external encoding information where available if it is
missing.  Thus, we check for `charset` info of `Content-Type` headers,
and see whether the encoding is supported.

We cater to trailing parameters and quoted-strings, but not to escaped
backslashes and quotes in quoted-strings, since no known character
encoding contains these anyway.

Co-authored-by: Michael Wallner &lt;mike@php.net&gt;

Closes GH-6747.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The `encoding` attribute of the XML declaration is optional; it is good
practice to use external encoding information where available if it is
missing.  Thus, we check for `charset` info of `Content-Type` headers,
and see whether the encoding is supported.

We cater to trailing parameters and quoted-strings, but not to escaped
backslashes and quotes in quoted-strings, since no known character
encoding contains these anyway.

Co-authored-by: Michael Wallner &lt;mike@php.net&gt;

Closes GH-6747.
</pre>
</div>
</content>
</entry>
<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>Improve class entry generation</title>
<updated>2021-02-16T12:09:56+00:00</updated>
<author>
<name>Máté Kocsis</name>
<email>kocsismate@woohoolabs.com</email>
</author>
<published>2021-02-15T21:14:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=bf0f6aaf18895c979dcf61ecb26bdd58a238a69b'/>
<id>bf0f6aaf18895c979dcf61ecb26bdd58a238a69b</id>
<content type='text'>
Related to GH-6701
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Related to GH-6701
</pre>
</div>
</content>
</entry>
<entry>
<title>Add missing classes to stubs</title>
<updated>2021-02-09T21:38:06+00:00</updated>
<author>
<name>Máté Kocsis</name>
<email>kocsismate@woohoolabs.com</email>
</author>
<published>2021-02-09T21:38:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=45fa7596dc4247fc8750b4bdb7a57f020997925e'/>
<id>45fa7596dc4247fc8750b4bdb7a57f020997925e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>
</feed>
