Search code examples
phpconfigurationphp-extensioneasyphp

EasyPHP 5.3.9, no available PHP extensions


This is a problem i wasn't able to solve despite extensive searches on the Internet or on the easyPHP website.

I just installed EasyPHP 5.3.9 and was running previously on EasyPHP 5.3.8. Of course, some PHP extensions are missing, but when I try to enable them (EasyPHP > PHP extension > ..), the list of available extensions comes EMPTY !

I still have the 5.3.8 installed and it show the available extensions that i can select...

easyPHP extensions missing

Is this a bug or has anyone already encountered this?


Solution

  • Ok, I found a (pretty sure NON ACEDEMIC solution) after some blind tests !!

    Comparing the 5.3.8 and 5.3.9 install files I noticed that i had a folder named "php539x120619095337" in the 3.9 instead of just "php" in the 3.8 (inside are the extensions in the /ext folder by the way).

    I just copied the content of this weird folder in the EasyPHP 5.3.9/php folder.

    SUMMARY : C:\Program Files (x86)\EasyPHP-5.3.9\php\php539x120619095337 > CONTENT moved to C:\Program Files (x86)\EasyPHP-5.3.9\php

    It worked... weird...