PHP 8.5.0 Alpha 1 available for testing

Voting

: five minus four?
(Example: nine)

The Note You're Voting On

christian _no interest in at spam dot com
18 years ago
I had serious trouble with local Windows paths containing umlauts on my Apache 2 / Windows NT machine. Apache could not find any of those files if I just used rawurlencode. It's not noted anywhere here, but you fix this by simply making your path utf8 first:

rawurlencode(utf8_encode($str));

<< Back to user notes page

To Top