<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git, branch php-7.3.22</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>Prepare 7.3.22 tag</title>
<updated>2020-09-01T08:33:15+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2020-09-01T08:33:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=c15e2532a2468e1e48429d203ed002ec029c61b0'/>
<id>c15e2532a2468e1e48429d203ed002ec029c61b0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare for 7.3.22RC1</title>
<updated>2020-08-18T07:19:25+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2020-08-18T07:16:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=3edc6eea84956efccd76913d3ff7e73b03d831ac'/>
<id>3edc6eea84956efccd76913d3ff7e73b03d831ac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix HTTP response status code</title>
<updated>2020-08-18T06:33:45+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2020-08-17T16:36:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=1ae80f8c92e37bc1940ee7d927ff365fc176f2d6'/>
<id>1ae80f8c92e37bc1940ee7d927ff365fc176f2d6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Null terminate the sodium_crypto_kx_keypair() result</title>
<updated>2020-08-14T13:51:31+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2020-08-14T13:51:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=f6d7af21a399979952ac4b4f066c42c7e167f5bf'/>
<id>f6d7af21a399979952ac4b4f066c42c7e167f5bf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #64705 errorInfo property of PDOException is null when PDO::__construct() fails</title>
<updated>2020-08-11T15:12:48+00:00</updated>
<author>
<name>Ahmed Abdou</name>
<email>email@ahmed.ro</email>
</author>
<published>2019-02-17T21:59:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=2fe2e5b48f8cf9a45ac2530dd0e2dca8f4287e01'/>
<id>2fe2e5b48f8cf9a45ac2530dd0e2dca8f4287e01</id>
<content type='text'>
PDO driver constructors are throwing PdoException without setting
errorInfo, so create a new reusable function that throws exceptions
for PDO and will also set the errorInfo. Use this function in
pdo_mysql, pdo_sqlite, and pdo_pgsql.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PDO driver constructors are throwing PdoException without setting
errorInfo, so create a new reusable function that throws exceptions
for PDO and will also set the errorInfo. Use this function in
pdo_mysql, pdo_sqlite, and pdo_pgsql.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug #75785 by attempt switching endianness on Maker's Note</title>
<updated>2020-08-11T14:26:34+00:00</updated>
<author>
<name>Nawarian</name>
<email>nickolas@phpsp.org.br</email>
</author>
<published>2020-07-12T19:53:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=2fa4ca95db262267aa6bd46c5e2f74aa42542fc3'/>
<id>2fa4ca95db262267aa6bd46c5e2f74aa42542fc3</id>
<content type='text'>
Different manufacturer models may come with a
different endianness (motorola/intel) format. In
order to avoid a big refactor and a gigantic lookup
table, this commit simply attempts to switch the
endianness and proceed when values are acceptable.

Closes GH-5849.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Different manufacturer models may come with a
different endianness (motorola/intel) format. In
order to avoid a big refactor and a gigantic lookup
table, this commit simply attempts to switch the
endianness and proceed when values are acceptable.

Closes GH-5849.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #48585: com_load_typelib holds reference, fails on second call</title>
<updated>2020-08-11T09:26:50+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2020-08-04T16:25:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=dc108feab8d88f62d7fcba3d2c9a058432463118'/>
<id>dc108feab8d88f62d7fcba3d2c9a058432463118</id>
<content type='text'>
Whether the type library is cached is actually irrelevant here; what
matters is that the symbols are imported, and since these are not
cached, we have to import them for every request.  And we cannot cache
the symbols, because the import depends on the current codepage, but
the codepage is a `PHP_INI_ALL` setting.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Whether the type library is cached is actually irrelevant here; what
matters is that the symbols are imported, and since these are not
cached, we have to import them for every request.  And we cannot cache
the symbols, because the import depends on the current codepage, but
the codepage is a `PHP_INI_ALL` setting.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bug #79951</title>
<updated>2020-08-11T08:33:59+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2020-08-11T08:33:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=9d9dffe60aee0fb469ee0d414eca2a5033a7eafc'/>
<id>9d9dffe60aee0fb469ee0d414eca2a5033a7eafc</id>
<content type='text'>
One branch did not release tmp_replace_entry_str.

Also reduce the scope of some variables.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
One branch did not release tmp_replace_entry_str.

Also reduce the scope of some variables.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make sure string is NUL byte terminated.</title>
<updated>2020-08-10T23:11:03+00:00</updated>
<author>
<name>George Wang</name>
<email>gwang@php.net</email>
</author>
<published>2020-08-10T23:11:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=07cb2755bec2fe4671b35defc9e76f495ce6e9d1'/>
<id>07cb2755bec2fe4671b35defc9e76f495ce6e9d1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Check the correct list</title>
<updated>2020-08-10T19:52:36+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2020-08-10T19:52:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=4723bd4ffa098b85f39cf8ad3c92009819eb8b6f'/>
<id>4723bd4ffa098b85f39cf8ad3c92009819eb8b6f</id>
<content type='text'>
This was supposed to check mx_list, not weight_list... oops.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This was supposed to check mx_list, not weight_list... oops.
</pre>
</div>
</content>
</entry>
</feed>
