1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Fix typo in Changelog

Closes GH-432.
This commit is contained in:
Lev Veyde
2021-08-04 23:19:29 +03:00
committed by GitHub
parent 3622e49520
commit bb4adb3838

View File

@@ -17,7 +17,7 @@ changelog_header(8, $MINOR_VERSIONS);
<li><?php bugfix(81163); ?> (incorrect handling of indirect vars in __sleep).</li>
<li><?php bugfix(81159); ?> (Object to int warning when using an object as a string offset).</li>
<li><?php bugfix(80728); ?> (PHP built-in web server resets timeout when it can kill the process).</li>
<li><?php bugfix(73630); ?> (Built-in Weberver - overwrite $_SERVER['request_uri']).</li>
<li><?php bugfix(73630); ?> (Built-in Webserver - overwrite $_SERVER['request_uri']).</li>
<li><?php bugfix(80173); ?> (Using return value of zend_assign_to_variable() is not safe).</li>
<li><?php bugfix(73226); ?> (--r[fcez] always return zero exit code).</li>
</ul></li>