Author: Lev Veyde (lveyde) Committer: GitHub (web-flow) Pusher: cmb69 Date: 2021-08-04T22:19:29+02:00
Commit: https://github.com/php/web-php/commit/bb4adb38388f8ebeefe65ef94badb8ea1859f190 Raw diff: https://github.com/php/web-php/commit/bb4adb38388f8ebeefe65ef94badb8ea1859f190.diff Fix typo in Changelog Closes GH-432. Changed paths: M ChangeLog-8.php Diff: diff --git a/ChangeLog-8.php b/ChangeLog-8.php index e0234da15..2a370cbd3 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -17,7 +17,7 @@ <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> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php