Php 8.0.0 and php 8.0.3 not working
-
by changing as below it is working but can not load PHP extensions
LoadModule php_module "D:/laragon/bin/php/php-8.0.0-Win32-vs16-x64/php8apache2_4.dll"
with LoadModule php_module
get below error
Composer detected issues in your platform: Your Composer dependencies require the following PHP extensions to be installed: curl, fileinfo, mbstring, openssl
I try to enable those extensions but it is not working.
-
@pragneshvi There are three known problems when switching Largon to PHP8:
- mod_php.conf needs to be renamed see PHP 8.0 (8.0.0alpha1) testing anyone?
- VS16 is required see PHP 8.0 (8.0.0alpha1) testing anyone?
- extensions are not automatically registering in php.ini see Don't support PHP8?
-
@Pen-y-Fan Thank you for a response, I have already followed step 1 and 2, after making changes as per 3rd step it is working perfectly.