<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git, branch php-7.3.20</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>Bump version to 7.3.20</title>
<updated>2020-07-07T07:02:09+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2020-07-07T07:02:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=f1a84334be96b4b440fa9726ae8bb116e509455a'/>
<id>f1a84334be96b4b440fa9726ae8bb116e509455a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version to 7.3.20RC1</title>
<updated>2020-06-23T07:17:34+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2020-06-23T07:17:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=a20c3d4f45a4bcacdf22445455967873b66655e3'/>
<id>a20c3d4f45a4bcacdf22445455967873b66655e3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bug #79570</title>
<updated>2020-06-19T15:31:28+00:00</updated>
<author>
<name>Böszörményi Zoltán</name>
<email>zboszor@pr.hu</email>
</author>
<published>2020-06-19T12:31:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=6aff9a50cae40582d2571e7aa6f336d5c6a99547'/>
<id>6aff9a50cae40582d2571e7aa6f336d5c6a99547</id>
<content type='text'>
Use the same logic for getgrgid_r, getpwnam_r and getpwuid_r
as for getgrnam_r in #75696

Closes GH-5740.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use the same logic for getgrgid_r, getpwnam_r and getpwuid_r
as for getgrnam_r in #75696

Closes GH-5740.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bug #79710</title>
<updated>2020-06-19T08:46:26+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2020-06-19T08:46:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=32f377b0b94482a5b126408942646b9bd101c042'/>
<id>32f377b0b94482a5b126408942646b9bd101c042</id>
<content type='text'>
Make sure we don't use zresource after the stream has been destroyed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make sure we don't use zresource after the stream has been destroyed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #79687: Sony picture - PHP Warning - Make, Model, MakerNotes</title>
<updated>2020-06-13T16:30:57+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2020-06-13T12:09:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=5621c5faf899c94baa2b41acb457494ca30368c3'/>
<id>5621c5faf899c94baa2b41acb457494ca30368c3</id>
<content type='text'>
Even if the length of a maker note does not match our expectations
(either because the maker note is corrupted, or because our
expectations do not quite match reality), there is no need to let
parsing fail; we can still go on parsing the other meta information.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Even if the length of a maker note does not match our expectations
(either because the maker note is corrupted, or because our
expectations do not quite match reality), there is no need to let
parsing fail; we can still go on parsing the other meta information.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #79676: imagescale adds black border with IMG_BICUBIC</title>
<updated>2020-06-12T12:05:54+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2020-06-05T14:36:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=86e1f0ea1197e878a657288562d0a11d6f427a18'/>
<id>86e1f0ea1197e878a657288562d0a11d6f427a18</id>
<content type='text'>
We have to loop over all image pixels to avoid the black border.  This
is also done in external libgd in `_gdScaleOneAxis` and `_gdScalePass`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We have to loop over all image pixels to avoid the black border.  This
is also done in external libgd in `_gdScaleOneAxis` and `_gdScalePass`.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix possibly unsupported timercmp() usage</title>
<updated>2020-06-09T14:52:19+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2020-06-09T08:12:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=7ac0fb5ae48b2513c8949780c2b067be7bfdceb0'/>
<id>7ac0fb5ae48b2513c8949780c2b067be7bfdceb0</id>
<content type='text'>
The `timercmp()` manpage[1] points out that some systems have a broken
implementation which does not support `&gt;=`.  This is definitely the
case for the Windows SDK, which only supports `&lt;` and `&gt;`.

[1] &lt;https://linux.die.net/man/3/timercmp&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The `timercmp()` manpage[1] points out that some systems have a broken
implementation which does not support `&gt;=`.  This is definitely the
case for the Windows SDK, which only supports `&lt;` and `&gt;`.

[1] &lt;https://linux.die.net/man/3/timercmp&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #62890: default_socket_timeout=-1 causes connection to timeout</title>
<updated>2020-06-09T14:45:34+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2020-06-09T10:42:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=eadd98070662f0c56d7138bcb2a42d397c11f6e4'/>
<id>eadd98070662f0c56d7138bcb2a42d397c11f6e4</id>
<content type='text'>
While unencrypted connections ignore negative timeouts, SSL/TLS
connections did not special case that, and so always failed due to
timeout.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
While unencrypted connections ignore negative timeouts, SSL/TLS
connections did not special case that, and so always failed due to
timeout.
</pre>
</div>
</content>
</entry>
<entry>
<title>[ci skip] Update NEWS</title>
<updated>2020-06-09T14:37:17+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2020-06-09T14:37:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=eac700b1e664ef916da66bd919127d0292a6c435'/>
<id>eac700b1e664ef916da66bd919127d0292a6c435</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #74267: segfault with streams and invalid data</title>
<updated>2020-06-08T21:19:43+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2020-06-08T21:19:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=12c59f6660706321f9d42c55421ff6864439c8b7'/>
<id>12c59f6660706321f9d42c55421ff6864439c8b7</id>
<content type='text'>
If the current character is a line break character, it cannot be a tab
or space character, so we would always fail with an invalid sequence
error.  Obviously, these `scan_stat == 4` conditions are meant to be
exclusive.

Furthermore, if `in_pp == NULL || in_left_p == NULL` is true, we hit a
segfault if we are not returning right away.  Obviously, the additional
constraints don't make sense, so we remove them.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If the current character is a line break character, it cannot be a tab
or space character, so we would always fail with an invalid sequence
error.  Obviously, these `scan_stat == 4` conditions are meant to be
exclusive.

Furthermore, if `in_pp == NULL || in_left_p == NULL` is true, we hit a
segfault if we are not returning right away.  Obviously, the additional
constraints don't make sense, so we remove them.
</pre>
</div>
</content>
</entry>
</feed>
