Jump to content

Recommended Posts

hi everyone,

I have been searching EVERYWHERE for a solution to this problem but so far my search has proven unsuccessful!

On my local machine i have a WAMP stack and it was working fine until after I installed a new php extension (it was PDO). Now Apache can't start up and the error log says "unclean shutdown of previous Apache run?"

 

i managed to narrow it down to these (see below) as being the trouble makers.

 

[php_PDO_OCI]

extension=php_pdo_oci.dll

 

[php_PDO_OCI8]

extension=php_pdo_oci8.dll

 

[php_PDO_PGSQL]

extension=php_pdo_pgsql.dll

 

[php_PDO_SQLITE_EXTERNAL]

extension=php_pdo_sqlite_external.dll

 

When these are commented out apache runs and local host is accessible. Being new to this whole thing I don't really know what these things do so my question is what will happen if I just leave these commented out? Will they affect anything in any way?

 

Link to comment
https://forums.phpfreaks.com/topic/231228-php-extension-crashes-apache/
Share on other sites

Problems like this are usually caused when you use .dll files that weren't built for the exact version and flavor of php.

 

Did you use .dll files that came with your php distribution or how did you obtain the .dll files?

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.