I'm using apache2 on OSX, by default the php.ini
location is:
/private/etc/php.ini
I need to change it to this...
/Library/FileMaker Server/Web Publishing/publishing-engine/php/lion/lib/php.ini
Any help?
I'm using apache2 on OSX, by default the php.ini
location is:
/private/etc/php.ini
I need to change it to this...
/Library/FileMaker Server/Web Publishing/publishing-engine/php/lion/lib/php.ini
Any help?
If you are on Windows and using XAMPP, you can probably edit the file: xampp\apache\conf\extra\httpd-xampp.conf, and change the php.ini location as below:
Use PHPIniDir directive in apache config file after LoadModule :
Or set the PHPRC environment variable: