Author: Lev Veyde (lveyde) Committer: GitHub (web-flow) Pusher: cmb69 Date: 2021-08-04T22:18:48+02:00
Commit: https://github.com/php/web-php/commit/3622e4952079bac049d26e7520800e09d71fb1d2 Raw diff: https://github.com/php/web-php/commit/3622e4952079bac049d26e7520800e09d71fb1d2.diff Fix typo in Changelog Closes GH-431. Changed paths: M ChangeLog-7.php Diff: diff --git a/ChangeLog-7.php b/ChangeLog-7.php index ff8f3d869..bb03a85cd 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -16,7 +16,7 @@ <li><?php bugfix(81145); ?> (copy() and stream_copy_to_stream() fail for +4GB files).</li> <li><?php bugfix(81163); ?> (incorrect handling of indirect vars in __sleep).</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> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php