Re: Re: [PHP] Which versions of Apache will PHP 5.3.6 work with??
Toby Hart Dyke <[email protected]>
| Newsgroups | gmane.comp.php.windows |
|---|---|
| Message-ID | <[email protected]> |
On 3/25/2011 3:15 PM, somebody wrote: > On Fri, Mar 25, 2011 at 12:12 PM, Tommy Pham<[email protected]> wrote: >> On Fri, Mar 25, 2011 at 10:52 AM, Curtis Tammany<[email protected]> wrote: >>> Help!! I am in a Windows environment (XP SP3 for development and Server 2003 >>> for production. I have to upgrade to PHP 5.3.6. It does not appear to work >>> with either Apache 2.2.11 or the new 2.2.17 from Apache Lounge. Apache will >>> run by itself but when PHP is installed, it adds: >>> >>> #BEGIN PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL >>> PHPIniDir "C:\Program Files\PHP536\" >>> LoadModule php5_module "C:\Program Files\PHP536\php5apache2_2.dll" >>> #END PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL >>> >>> Restarting Apache causes the following: >>> >>> httpd.exe - Application Error : The instruction at "0x0096c1bf" referenced >>> memory at "0x100058a8". The memory could not be "written". >>> >>> Thanks in advance, >>> >>> Curtis Try commenting out all the extensions. I'm using the Apache Lounge binary, and running PHP as a module. IIRC it was the zip extension which was causing the problem (I copied over an old php.ini). The zip extension is now internal to PHP. Toby -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php