Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions features/commandline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1656,6 +1656,15 @@ php >
the URI. Otherwise a 404 response code is returned.
</para>

<note>
<simpara>
As of PHP 8.4.0, this index file lookup is performed even when the
requested path looks like a file, i.e. its last path component contains a
period, but cannot be located. Previously, such requests skipped the
lookup and immediately returned a 404 response.
</simpara>
</note>

<para>
If a PHP file is given on the command line when the web server is
started it is treated as a "router" script. The script is run at
Expand Down