How to Update PHP Version on Wampserver?

Asked

Viewed 16,023 times

5

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

  • See: http://www.websanova.com/blog/php/manually-adding-php-versions-to-wamp#. Uyc-q_mK_8M and also http://www.dotkernel.com/php-development/how-to-upgrade-wamp-to-php-5-3-4/. Tested and worked.

2 answers

1

I think you want this:

1º: Download the latest version of php here [http://www.baixaki.com.br/download/php.htm1

2nd: Assuming you use Windows OS and made the default installation goes on C: wamp bin php and delete the old php folder and paste the new one there.

3º: Be aware of incompatibility issues and differentiated directory names, ultimately renames the folder of the new php version to the name it had in the old XD folder.

4º: Finally, if you want to create a script with the code below, save and execute. Should show the php version you downloaded and some more information.

<?php
phpinfo();
?>
  • 1

    Do not recommend downloading by third party website, have many ads and viruses. Use the official websites instead.

-1

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

Now, if you prefer to do the whole process manually, I believe that discussion (in English) from the Wampserver forum itself.

  • yes, I already downloaded but I don’t quite understand how to update, like the php site has the latest downloadable version but I don’t know how to implement wamp

  • If you are going to use one of these PHP Addons just install them and then click on Wampserver -> PHP -> Version -> and select the desired version. Note: don’t forget to check if the PHP version is compatible with the Apache version.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.