<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/sapi, branch php-7.3.24</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>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>Fix #77932: File extensions are case-sensitive</title>
<updated>2020-07-27T09:52:18+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2020-07-27T08:13:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=6f18d7e2f967a376b187d5447232c812bd128b72'/>
<id>6f18d7e2f967a376b187d5447232c812bd128b72</id>
<content type='text'>
The file extension to mime type mapping *must* not depend on the file
extension's case for case-insensitive file systems, and *should* not
for case-sensitive file systems.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The file extension to mime type mapping *must* not depend on the file
extension's case for case-insensitive file systems, and *should* not
for case-sensitive file systems.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-7.2' into PHP-7.3</title>
<updated>2020-07-23T19:36:35+00:00</updated>
<author>
<name>George Wang</name>
<email>gwang@php.net</email>
</author>
<published>2020-07-23T19:36:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=874284d1c96c79b46a6197504b7e495d7f0d5bf1'/>
<id>874284d1c96c79b46a6197504b7e495d7f0d5bf1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Security: update to LiteSpeed SAPI v7.7 to address an buffer overflow, and some log message tunings.</title>
<updated>2020-07-23T19:35:32+00:00</updated>
<author>
<name>George Wang</name>
<email>gwang@php.net</email>
</author>
<published>2020-07-23T19:35:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=c39f5fe94e4e1b5c2555292020d1bbc359bf7917'/>
<id>c39f5fe94e4e1b5c2555292020d1bbc359bf7917</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 #79030 Use usec from apache request time</title>
<updated>2020-06-24T12:41:50+00:00</updated>
<author>
<name>Herbert256</name>
<email>herbert@groot.jebbink.nl</email>
</author>
<published>2020-06-24T07:44:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=4a26628b292b7735d1d220509eab1155346ddc6e'/>
<id>4a26628b292b7735d1d220509eab1155346ddc6e</id>
<content type='text'>
Don't unnecessarily truncate to milliseconds.

Closes GH-5760.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't unnecessarily truncate to milliseconds.

Closes GH-5760.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #79650: php-win.exe 100% cpu lockup</title>
<updated>2020-06-01T11:22:44+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2020-05-31T11:28:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=923c45bdcaebf317ce84a4bfb3fa39beae1bf952'/>
<id>923c45bdcaebf317ce84a4bfb3fa39beae1bf952</id>
<content type='text'>
As of PHP 7.3.0, `sapi_cli_single_write()` is supposed to return `&lt; 0`
on failure, but `fwrite()` returns a `size_t`, and signals error by
setting the stream's error indicator.  We have to cater to that.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As of PHP 7.3.0, `sapi_cli_single_write()` is supposed to return `&lt; 0`
on failure, but `fwrite()` returns a `size_t`, and signals error by
setting the stream's error indicator.  We have to cater to that.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix INI setting member name</title>
<updated>2020-05-19T13:59:21+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2020-05-18T14:07:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=85ac5643ff07e07e40df89510726e1bc66e6a50b'/>
<id>85ac5643ff07e07e40df89510726e1bc66e6a50b</id>
<content type='text'>
Since the member is not used in `OnUpdateEol()` that's not really an
issue, but still it's confusing to apparently have two INI settings
targeting the same member.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since the member is not used in `OnUpdateEol()` that's not really an
issue, but still it's confusing to apparently have two INI settings
targeting the same member.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #79489: .user.ini does not inherit</title>
<updated>2020-05-12T09:47:47+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2020-05-05T08:36:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=bdba0cd3d270d5c0511709e3b8e2e0cd6186a410'/>
<id>bdba0cd3d270d5c0511709e3b8e2e0cd6186a410</id>
<content type='text'>
On Windows, PATH_TRANSLATED may contain backslashes as well as slashes,
so we must not only check for `DEFAULT_SLASH`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
On Windows, PATH_TRANSLATED may contain backslashes as well as slashes,
so we must not only check for `DEFAULT_SLASH`.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #79491: Search for .user.ini extends up to root dir</title>
<updated>2020-04-20T08:56:36+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2020-04-19T12:22:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=fa10abd6d75aeb9fde1f53cf80116e39577a4555'/>
<id>fa10abd6d75aeb9fde1f53cf80116e39577a4555</id>
<content type='text'>
The `start` parameter of `php_cgi_ini_activate_user_config` is supposed
to hold the byte offset of the doc root in the given `path`.  However,
the current expression which fixes a potential type incompatibility
will ever only evaluate to zero or one, because it uses the *logical*
and operator (`&amp;&amp;`).  Furthermore we notice that subtracting one from
`doc_root_len` is not necessary, so there is even no need for the
`start` parameter at all.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The `start` parameter of `php_cgi_ini_activate_user_config` is supposed
to hold the byte offset of the doc root in the given `path`.  However,
the current expression which fixes a potential type incompatibility
will ever only evaluate to zero or one, because it uses the *logical*
and operator (`&amp;&amp;`).  Furthermore we notice that subtracting one from
`doc_root_len` is not necessary, so there is even no need for the
`start` parameter at all.
</pre>
</div>
</content>
</entry>
<entry>
<title>Apply doc root fix for FPM</title>
<updated>2020-04-20T08:47:54+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2020-04-20T08:46:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=f62571c121ce2874858b5e7dd33642755ee9309c'/>
<id>f62571c121ce2874858b5e7dd33642755ee9309c</id>
<content type='text'>
This is the change from GH-5417 but for FPM. This was stripping the
last character from the doc_root. Given how it is used, this should
be harmless, but let's make it less confusing...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is the change from GH-5417 but for FPM. This was stripping the
last character from the doc_root. Given how it is used, this should
be harmless, but let's make it less confusing...
</pre>
</div>
</content>
</entry>
</feed>
