Jump to content

php extension crashes apache


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
Share on other sites

The extensions were installed when PHP was installed so the dll files just came with whatever is in the setup for php..

I had installed php previously when the wamp was working and then uninstalled it to reinstall it with the added extension

Link to comment
Share on other sites

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.