Closed as not planned
Description
Description
Create an empty dir and put Hello
in index.php
.
run php -S localhost:8080
in that directory
go to http://localhost:8080/foo/bar
, see Hello
.
go to http://localhost:8080/foo/bar.baz
, see a 404 from the builtin webserver instead of the expected Hello
.
This must be a recent regression?
PHP 8.4 is not affected, but PHP 8.2.24 and 8.3.12 are (I didn't test earlier versions)
PHP Version
PHP 8.2.24
Operating System
No response