-
Notifications
You must be signed in to change notification settings - Fork 402
[Tutorial] How to add another PHP version (PHP 8.3.4)
Alexander Walther edited this page May 11, 2024
·
7 revisions
With Laragon, adding another PHP version is very easy. Here's how to add PHP 8.3.4
-
Download the latest PHP version (x64, Thread Safe): https://windows.php.net/download/, e.g.
php-8.3.4-Win32-vs16-x64.zip
-
Extract the downloaded to:
{LARAGON_ROOT}\bin\php\php-8.3.4-Win32-vs16-x64
C:\laragon
-- bin
---- php
-------- php-8.3.4-Win32-vs16-x64
-------- .............
- Select the new version at:
Laragon Menu > PHP > Version > php-8.3.4-Win32-vs16-x64
Very easy huh. That's all!
Please be noticed about PHP Version (so you can add new extensions properly)
-
x64
means 64-bit -
x86
means 32-bit -
nts
means Non Thread Safe
If something's wrong, please check and install correspond VC Redist (VC11, VC14, VC15, VC16...)
Also, if you receive an error message about "nghttp2_option_set_no_rfc9113_leading_and_trailing_ws_validation", be sure to update Apache. It's as easy as updating PHP.