PHP 8.5.0 RC 5 available for testing

Voting

: three minus two?
(Example: nine)

The Note You're Voting On

vitoandre.doria
7 years ago
As pointed out here http://php.net/manual/de/reserved.variables.environment.php#98113 make sure that variables_order = "EGPCS" is set in your php.ini (might come without the E flag which means ignore Env variables) otherwise PHP will ignore your Environment variables. This should be part of the documentation btw...

<< Back to user notes page

To Top