Search code examples
phpwampserver

WampServer doesn't update the PHP version list


as the title above, WampServer seems like doesn't update the PHP version list....

I already download and include php7.4.10 folder, but the list doesn't seems to be updated....

I also even restart my computer, and the list didn't updated..

enter image description here enter image description here

For your info, this is on production server...

While in test server and my localhost, there's nothing problem at all to upgrade the php version...

This problem occurred only to my production server..

Is there any alternative way to update the php version?


Solution

  • Found it ! Add the following in line 2 of the wamp64/scripts/refresh.php file :

    ini_set('memory_limit', '2048M');

    It will just avoid a memory exceed issue aborting wamp manager update. Then restart wampmanager :)