Discussion:
[PHP-INSTALL] installing problem
saeed ahmed
2013-01-19 07:44:43 UTC
Permalink
i have installed apache2 and configured and now i am trying to install
php (xp sp 3)and work locally but i can not make it happen.is there
any easy way to install and make it possible to work with apache.(i do
not want to use xampp)
Christopher Jones
2013-01-22 04:54:09 UTC
Permalink
Post by saeed ahmed
i have installed apache2 and configured and now i am trying to install
php (xp sp 3)and work locally but i can not make it happen.is there
any easy way to install and make it possible to work with apache.(i do
not want to use xampp)
There are lots of installation instructions around. My instructions
to set PHP 5.4 up using FastCGI on Windows are at
http://www.oracle.com/technetwork/articles/dsl/inst-php-apache-windows-098333.html
(the notes also show configuring Oracle DB; you can ignore those
parts.)

Apache.org still doesn't have mod_fgcid listed on the download page so
you will have to manually navigate to
http://<yourmirror>/apache/httpd/binaries/win32/ (which is where the
Apache MSI is) e.g. http://mirror.ventraip.net.au/apache/httpd/binaries/win32/

Installation as an Apache mod is easier; other people have
instructions for that.

Chris
--
***@oracle.com http://twitter.com/ghrd
Newly updated, free PHP & Oracle book:
http://www.oracle.com/technetwork/topics/php/underground-php-oracle-manual-098250.html
Loading...