Posiadam windows7 32bit, zainstalowałem apache a potem ręcznie php. Robilem wg http://devoracles.com/installing-php-5x-on...eta-in-cli-mode i niestety wywala mi błąd w linijce pierwszej,że nie może odnależć określonego modułu.
apache 2.2 php5.2.11
Kod
LoadModule php5_module "c:/php5/php5apache2.dll"
#for Apache 2.2 comment the line above
#and uncomment the below one
#LoadModule php5_module "c:/php5/php5apache2_2.dll"
AddType application/x-httpd-php .php
# configure the path to php.ini
PHPIniDir "C:/php5"
#for Apache 2.2 comment the line above
#and uncomment the below one
#LoadModule php5_module "c:/php5/php5apache2_2.dll"
AddType application/x-httpd-php .php
# configure the path to php.ini
PHPIniDir "C:/php5"
Pomoże mi ktoś?