PHP error when starting Apache 2.2

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ziycon
    Contributor
    • Sep 2008
    • 384

    PHP error when starting Apache 2.2

    I've installed PHP on Apache many a time, this is my first time installing it together on a Windows 7 machine.

    Apache 2.2.17 is installed grand, I've installed PHP 5.2.17 and put the below lines into the httpd.conf file but when I start up Apache it gave the below error in the event viewer, any ideas?

    I'm using the V6 Thread Safe installer for Apache.

    Code:
    #BEGIN PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL
    PHPIniDir "C:\Program Files\PHP"
    LoadModule php5_module "C:\Program Files\PHP\php5apache2_2.dll"
    #END PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL
    Faulting application name: httpd.exe, version: 2.2.17.0, time stamp: 0x4cbbe9e8
    Faulting module name: php5ts.dll, version: 5.2.17.17, time stamp: 0x4d25fb49
    Exception code: 0xc0000005
    Fault offset: 0x000f424c
    Faulting process id: 0x14b8
    Faulting application start time: 0x01cc10a32c5d1 096
    Faulting application path: C:\Program Files\Apache Software Foundation\Apac he2.2\bin\httpd .exe
    Faulting module path: C:\Program Files\PHP\php5t s.dll
    Report Id: 6b08df1e-7c96-11e0-938d-bc305babff2e
  • ziycon
    Contributor
    • Sep 2008
    • 384

    #2
    Solved it, don't use the installer, use the ZIP instead.

    Comment

    Working...