We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 346ae4c commit 4d0a628Copy full SHA for 4d0a628
views/home/updates.php
@@ -97,6 +97,7 @@ function issue(int $nr) : string {
97
<dd>Fixed <?= bug(2216); ?>: With PHP8.3 and Apache 2.4.58 error_reporting() causing Apache process to hang</dd>
98
<dd>Fixed <?= bug(2230); ?>: Crash when xdebug and blackfire extensions are active</dd>
99
<dd>Fixed <?= bug(2233); ?>: High and continuous Apache server CPU use</dd>
100
+<dd>Fixed <?= bug(2250); ?>: Multiple 'DEBUG SESSION ENDED' messages with XDEBUG_SESSION_STOP_NO_EXEC</dd>
101
102
<hr/>
103
0 commit comments