Thread: Zend Framework
View Single Post
Old 03-21-2009, 01:14 PM   #19 (permalink)
xenon
The Frequenter
Newcomer 
 
xenon's Avatar
 
Join Date: Dec 2007
Location: Bucharest, Romania
Posts: 438
Thanks: 3
xenon is on a distinguished road
Default

Is the PHP extension even loaded in Apache? You must have a line in your httpd.conf file that says something like this:

Code:
LoadModule php5_module "c:/webserver/bin/php/php5.2.9-1/php5apache2_2.dll"
This is what I have on my Windows box, running WAMP server. PHP will not work if it's not "injected" into the Apache engine first. If it is, then something must be wrong with that dll file (probably corrupt). Check the Apache error log if the line above is present (and, obviously, uncommented) in your httpd.conf file.

PS: I was referring to the httpd.conf file in the post before.
__________________
I have optimistic thoughts, even though sometimes (if not always) life's a bitch.
xenon is offline  
Reply With Quote