06-04-2008, 05:56 PM
|
#19 (permalink)
|
|
is cute and cuddly
Join Date: Mar 2008
Location: Vegas, Baby
Posts: 963
Thanks: 31
|
Quote:
|
The reason why I went w/ xampp is because it had phpcgi.exe, where the install of Php that I had original didn't have that.
|
Any particular reason? PHP installed as a module is actually much faster, and also permits a few odds and ends here and there that may be useful in the future, which PHP installed as CGI doesn't. As for using different php.ini files, that is determined in your httpd.conf for apache with the following line:
PHPIniDir "C:/path/to/folder/containing/proper/ini/usually/path/to/PHP/"
Hope this helps.
-m
|
|
|
|