09-28-2007, 02:08 PM
|
#3 (permalink)
|
|
La Vida es Sueño
Join Date: Sep 2007
Location: Oldham
Posts: 2,258
Thanks: 90
|
You can change the location of php.ini by setting it in httpd.conf on Apache - alongside the PHP definition.
Code:
PHPIniDir "C:/php"
LoadFile "C:/php/php5ts.dll"
LoadModule php5_module "C:/php/php5apache2.dll"
AddType application/x-httpd-php .php
__________________
The man who comes back through the Door in the Wall will never be quite the same as the man who went out.
|
|
|