-
Notifications
You must be signed in to change notification settings - Fork 386
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PHP 8.1 and 8.2 Entry Point Not Found #600
Comments
I got this error too. These are the combination of Apache/PHP that give me that error.
|
same here with |
Me too with php-8.2.12-Win32-vs16-x64 |
Just updated apache to 2.4.58 and problem solved! |
Upgrading Apache solved the problem for me as well. I made sure to stop Apache before switching versions of Apache or PHP. |
thanks. Just upgrade to Apache 2.4.58 and it's works like a charm. |
Thanks man. It worked. |
thanks it's also work for me 😁 |
i update version apache at here |
thanks |
thanks for this. It also worked for me |
After downloading the latest version of Apache and extracting it into the C:\laragon\bin\apache folder, enter the httpd-2.4.59-240404-win64-VS17 folder and open the Apache24 folder. Cut all the content and paste it outside the folder or in the path C:\laragon\bin\apache\httpd-2.4.59-240404-win64-VS17 |
Download Apache form https://www.apachelounge.com/download/#google_vignette and extracting it into the C:\laragon\bin\apache folder |
I experienced the same thing, then I upgraded Apache to the latest version (in this case I used the version httpd-2.4.59-240404-win64-VS17) finally the error message no longer appeared. And finally it can run. Thank You |
Yes, worked for me updated apache to latest version. Thanks |
I had been facing this problem for a long time and spent a lot of time trying to solve it, and today the problem is finally solved. Thanks to everyone :) |
php 8.3. Updated to Apache 2.4.62. Problem solved. :) |
I have a new setup of Laragon 6.0.0 with Apache 2.4.54.
I have installed 4 versions of PHP:
php-7.4.33-Win32-vc15-x64
php-8.0.30-Win32-vc16-x64
php-8.1.25-Win32-vc16-x64
php-8.2.12-Win32-vc16-x64
With either of the PHP 8.1 or 8.2 versions, when starting up all services I get these messages:
httpd.exe - Entry Point not found
The procedure entry point nghttp2_option_set_no_rcf9113_leading_and_trailing_ws_validation could not be located in the dynamic link library C:\laragon\bin\php\php-8.2.12-Win32-vc16-x64\ext\php_curl.dll
Everything still loads and curl seems to work.
Note: This issue does not occur with either PHP 7.4.x or 8.0.x
However, if under Lagon > PHP > Extensions I unselected Curl the error goes away (but then curl is not loaded)
I suspect this is related to issues discussed under:
#276
but none of the suggestions there regarding memory, clearing path etc... resolve the problem
The text was updated successfully, but these errors were encountered: