<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/sapi, branch php-7.2.31</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>Added environment LSAPI_CLEAN_SHUTDOWN to control clean shutdown. Update SAPI version to LiteSpeed v7.6 .</title>
<updated>2019-11-21T22:57:50+00:00</updated>
<author>
<name>George Wang</name>
<email>gwang@php.net</email>
</author>
<published>2019-11-21T22:57:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=c7141412ce4fba14dc33a8182cab7d84658ca613'/>
<id>c7141412ce4fba14dc33a8182cab7d84658ca613</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-7.1' into PHP-7.2</title>
<updated>2019-10-21T20:17:09+00:00</updated>
<author>
<name>Stanislav Malyshev</name>
<email>stas@php.net</email>
</author>
<published>2019-10-21T20:17:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=4b5cdda0c793ef4f225a82d448183044441ca2b5'/>
<id>4b5cdda0c793ef4f225a82d448183044441ca2b5</id>
<content type='text'>
* PHP-7.1:
  Fix bug #78599 (env_path_info underflow can lead to RCE) (CVE-2019-11043)
  bump versions after release
  set versions for release
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.1:
  Fix bug #78599 (env_path_info underflow can lead to RCE) (CVE-2019-11043)
  bump versions after release
  set versions for release
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug #78599 (env_path_info underflow can lead to RCE) (CVE-2019-11043)</title>
<updated>2019-10-21T05:50:04+00:00</updated>
<author>
<name>Jakub Zelenka</name>
<email>bukka@php.net</email>
</author>
<published>2019-10-12T14:56:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=ab061f95ca966731b1c84cf5b7b20155c0a1c06a'/>
<id>ab061f95ca966731b1c84cf5b7b20155c0a1c06a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add tilde to allowed status/ping path</title>
<updated>2019-09-17T10:19:21+00:00</updated>
<author>
<name>Drakano</name>
<email>drakano@arcor.de</email>
</author>
<published>2019-09-12T08:18:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=252ebce0d7dc05695c6bfaad493e2626e1a2233f'/>
<id>252ebce0d7dc05695c6bfaad493e2626e1a2233f</id>
<content type='text'>
Because of user specific webdirs it should be possible to set a
status/ping path like "/~username/status".

Closes GH-4698.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Because of user specific webdirs it should be possible to set a
status/ping path like "/~username/status".

Closes GH-4698.
</pre>
</div>
</content>
</entry>
<entry>
<title>Checked in LiteSpeed SAPI 7.5, addressed two main problems in "clean shutdown" introduced in 7.4.3,</title>
<updated>2019-07-21T03:59:43+00:00</updated>
<author>
<name>George Wang</name>
<email>gwang@php.net</email>
</author>
<published>2019-07-21T03:59:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=eb7e45f662bb8bba292caaa03f93759912bcddf0'/>
<id>eb7e45f662bb8bba292caaa03f93759912bcddf0</id>
<content type='text'>
1. falls in an infinite loop because PHP engine's inconsistent state, now override the ITIMER_PROF to 0.1 second, clean shutdown must finish before that.
2. generate too much error log, we completely disable "error_reporting" before calling php_request_shutdown().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
1. falls in an infinite loop because PHP engine's inconsistent state, now override the ITIMER_PROF to 0.1 second, clean shutdown must finish before that.
2. generate too much error log, we completely disable "error_reporting" before calling php_request_shutdown().
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bug #78297</title>
<updated>2019-07-16T09:09:17+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2019-07-16T09:08:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=8a19fe29de77d7477d59db472dd6aadabd5ac249'/>
<id>8a19fe29de77d7477d59db472dd6aadabd5ac249</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated to LiteSpeed SAPI V7.4.3</title>
<updated>2019-07-04T16:03:21+00:00</updated>
<author>
<name>George Wang</name>
<email>gwang@php.net</email>
</author>
<published>2019-07-04T16:03:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=32af676bd9f13815d40138a2299e862a3c6985cf'/>
<id>32af676bd9f13815d40138a2299e862a3c6985cf</id>
<content type='text'>
Increased response header count limit from 100 to 1000.
Added crash handler to cleanly shutdown PHP request.
Added CloudLinux mod_lsapi mode
Fixed bug #76058
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Increased response header count limit from 100 to 1000.
Added crash handler to cleanly shutdown PHP request.
Added CloudLinux mod_lsapi mode
Fixed bug #76058
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bug #78050</title>
<updated>2019-06-04T14:26:34+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2019-06-04T13:08:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=a3e6b50442db106d354931ecaa0284a200609be6'/>
<id>a3e6b50442db106d354931ecaa0284a200609be6</id>
<content type='text'>
This is a backport of a9821255612a99f9773c3601ff1914de4e7a7e32.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a backport of a9821255612a99f9773c3601ff1914de4e7a7e32.
</pre>
</div>
</content>
</entry>
<entry>
<title>Reload tsrmls_id in release builds as well</title>
<updated>2019-06-04T14:12:59+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2019-06-04T13:23:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=2d3bc71e89e270e90ba0886eef37ea106f010ca0'/>
<id>2d3bc71e89e270e90ba0886eef37ea106f010ca0</id>
<content type='text'>
If TSRM is shut down and started again (something that phpdbg does),
then tsrmls_id needs to be reloaded everywhere. As tsrmls_id
update is a rare operation, doing that shouldn't be a problem.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If TSRM is shut down and started again (something that phpdbg does),
then tsrmls_id needs to be reloaded everywhere. As tsrmls_id
update is a rare operation, doing that shouldn't be a problem.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add ping to the fpm test for bug #77934</title>
<updated>2019-05-13T17:50:24+00:00</updated>
<author>
<name>Jakub Zelenka</name>
<email>bukka@php.net</email>
</author>
<published>2019-05-13T17:47:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=ad63bd169bd82347acd24e69fec500589f185272'/>
<id>ad63bd169bd82347acd24e69fec500589f185272</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
