PHP 8.0 Installation on Windows 10 and Configure Apache Http Server 2.4 for PHP 8 | PHP 8 released
In this video we are going to see how to install and configure php 8 on Windows 10 with Apache http server 2.4.
Installation method is offline. Make sure you have downloaded the php 8 thread safe package (php-8.0.0-Win32-vs16-x64) which contains php8apache2_4.dll to get integrated with Apache http server 2.4. you can download the latest PHP version from the below link.
PHP 8 for Windows can be downloaded from: https://windows.php.net/download/
Microsoft Visual C++ 2015-2019 Runtime is required by PHP 8 and
Microsoft Visual C++ 2015 Runtime is required by Apache Http Server amd can be downloaded from
https://support.microsoft.com/en-in/help/2977003/the-latest-supported-visual-c-downloads
Latest Apache Httpd Server for Windows can be downloaded from: https://www.apachelounge.com/download/
Apache Httpd 2.4 installation on Windows tutorial: https://youtu.be/IvcdwaDs-ik
PHP 8.0 comes with numerous improvements and new features such as:
Union Types
Named Arguments
Match Expressions
Attributes
Constructor Property Promotion
Nullsafe Operator
Weak Maps
Just In Time Compilation
And much much more...