How do I create custom php.ini files for each virtual host?
问题 I've installed EasyPHP WAMP for local development only (I'm not hosting any websites). Is there a way to set custom php settings for separate virtual hosts? Currently and out-of-the-box, the php.ini file is loaded from: C:\Program Files (x86)\EasyPHP-DevServer-14.1VC11\binaries\php\php_runningversion\php.ini It would be nice if, say, I could drop in a custom php.ini file into the virtual host directory to override settings in the original php.ini This way, I could better emulate a production