Po instalacji Zend Core i zrestartowaniu kompa (a co za tym idzie serwera Apache) nie moge uruchomic tego serwera. Zend Core dopisuje do httpd.conf cos takiego:
Kod
LoadModule zend_enabler_module "C:/Program Files/Zend/Core/modules/apache2/zend_fcgi.dll"
FastCgiConfig "C:/Program Files/Zend/Core/etc/fastcgi.conf"
AddHandler fastcgi-script .php
AddType application/x-httpd-php .php
<Location /ZendCore>
Order deny,allow
Allow from all
</Location>
Alias /ZendCore "C:/Program Files/Zend/Core/GUI"
FastCgiConfig "C:/Program Files/Zend/Core/etc/fastcgi.conf"
AddHandler fastcgi-script .php
AddType application/x-httpd-php .php
<Location /ZendCore>
Order deny,allow
Allow from all
</Location>
Alias /ZendCore "C:/Program Files/Zend/Core/GUI"
Jest na to jakas rada? Czyli zeby dziala Zend Platform i php 5.2.0 (najlepiej z WAMPa) ?