PHP 8.5.0 Alpha 1 available for testing

Voting

: min(seven, two)?
(Example: nine)

The Note You're Voting On

jonathan at reinink dot ca
11 years ago
In order to set project specific configuration options, simply add a php.ini file to your project, and then run the built-in server with this flag:

php -S localhost:8000 -c php.ini

This is especially helpful for settings that cannot be set at runtime (ini_set()).

<< Back to user notes page

To Top