Reputation: 2610
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...
Is this a bug or has anyone already encountered this?
Upvotes: 0
Views: 3779
Reputation: 1
Usando un VPS la manera mas facil de recompilar PHP
http://www.lkperu.com/2014/01/29/tutoriales-compilar-php-con-easyphp-en-un-vps/
Upvotes: 0
Reputation: 2610
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...
Upvotes: 1