PHP 8.5.0 Beta 1 available for testing

Voting

: four plus four?
(Example: nine)

The Note You're Voting On

c dot affolter at stepping-stone dot ch
19 years ago
For those people who want to use the PHPRC environment variable:
You have to specify the path to the directory containing your php.ini, not the direct path to the php.ini.

Example (php.ini resides in /your/path/php.ini):
right:
export PHPRC=/your/path

wrong:
export PHPRC=/your/path/php.ini

<< Back to user notes page

To Top