ALL


  Install PHP 8 in WampServer

With the release of PHP 8.4, there are some new features added in, it reminds me that I may need to upgrade my development environment PHP version as well. It has php 5.x and php 7.x installed already, now I need to add php 8.x as well. This post will show the steps to achieve this.Step 1 Install PHP 8.xThe first step is that we need to download the new PHP version. Here we chose PHP 8.1.31. Once the zip file is downloaded, unzip it and copy the folder to c:/wamp64/bin/php and rename the folder name to php8.1.31.Step 2 Make Configuration ChangeThere are a few files needed to be updated: wampse...

23 0       WAMP GUIDE PHP VERSION PHP 8