How to update the PHP version in WampServer?

5

Does anyone know how to upgrade the latest version of PHP in WampServer?

    
asked by anonymous 10.03.2014 / 03:15

2 answers

1

I think you want this:

1st: Download the latest version of php here [ link 1

Assuming that you use the Windows operating system and did the default installation go to C: \ wamp \ bin \ php and delete the old php folder and paste the new one there.

/ p>

3rd: Note incompatibility problems and different directory names, in the last case rename the folder of the new version of php to the name it had in the old XD folder.

4th: Finally if you want to create a script with the code below, save and execute. You should see the php version you downloaded and some more information.

<?php
phpinfo();
?>
    
12.03.2014 / 21:01
-1

You can find several PHP addons to download here , then just install the new version of PHP and soon.

Now, if you prefer to do the whole process manually, I believe that this discussion > from the WampServer forum itself can help.

    
10.03.2014 / 03:38