Skip to content
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

Open
redactuk opened this issue Nov 3, 2023 · 17 comments
Open

PHP 8.1 and 8.2 Entry Point Not Found #600

redactuk opened this issue Nov 3, 2023 · 17 comments

Comments

@redactuk
Copy link

redactuk commented Nov 3, 2023

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

@globdug
Copy link

globdug commented Nov 8, 2023

I got this error too.

These are the combination of Apache/PHP that give me that error.

apache-2.4.54-win64-vc15 apache-2.4.54-win64-vc16 httpd-2.4.55-win64-VC16 httpd-2.4.58-win64-VS17
php-8.1.24-Win32-vs16-x64 🆗 🆗 🆗 🆗
php-8.1.25-Win32-vs16-x64 🆗 🆗
php-8.2.12-Win32-vs16-x64 🆗 🆗

@SirousFakhri
Copy link

same here with php-8.2.12-Win32-vs16-x64.
any update on this?

@rgdevelsolutions
Copy link

Me too with php-8.2.12-Win32-vs16-x64

@rgdevelsolutions
Copy link

Me too with php-8.2.12-Win32-vs16-x64

Just updated apache to 2.4.58 and problem solved!

@commodoretim
Copy link

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.

@SirousFakhri
Copy link

Me too with php-8.2.12-Win32-vs16-x64

Just updated apache to 2.4.58 and problem solved!

thanks. Just upgrade to Apache 2.4.58 and it's works like a charm.
I think it's safe to say that upgrading Apache is the solution.

@HafizMDanish
Copy link

2.4.58

Thanks man. It worked.

@rahmannudn
Copy link

thanks it's also work for me 😁
here's the link to download apache v 2.4.58
https://www.apachelounge.com/download/#google_vignette

@vuducnguyentb
Copy link

i update version apache at here
https://www.kreaweb.be/laragon-update-apache/

@prymhdv
Copy link

prymhdv commented Mar 17, 2024

thanks

@MarcusAfolabi
Copy link

thanks for this. It also worked for me
https://www.apachelounge.com/download/#google_vignette

@albeiroricard
Copy link

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

@clientprojects-dev
Copy link

Download Apache form https://www.apachelounge.com/download/#google_vignette and extracting it into the C:\laragon\bin\apache folder

@wiraaji
Copy link

wiraaji commented May 4, 2024

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

@Wahid-Alii
Copy link

Me too with php-8.2.12-Win32-vs16-x64

Just updated apache to 2.4.58 and problem solved!

Yes, worked for me updated apache to latest version. Thanks

@rashmimore120
Copy link

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 :)

@ugintl
Copy link

ugintl commented Oct 13, 2024

php 8.3. Updated to Apache 2.4.62. Problem solved. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests