leokhoa / laragon

Laragon is a portable, isolated, fast & powerful universal development environment for PHP, Node.js, Python, Java, Go, Ruby. It is fast, lightweight, easy-to-use and easy-to-extend.
https://laragon.org
4.32k stars 365 forks source link

httpd.exe - Entry Point Not Found #650

Open prog98 opened 7 months ago

prog98 commented 7 months ago

Error in Thread Safe ( PHP 8.3.1 ) , No error in Non Thread Safe ( PHP 8.3.1 )

in the version of php VS16 x64 Thread Safe (2023-Dec-20 14:24:44) give me this error : the procedure entry point nghttp2_option_set_no_rfc9113_leading_and_trailing_ws_validation could not be located in the dynamic link library C:\laragon\bin\php\php-8.3.1-Win32-vs16-x64\ext\php_curl.dll

p3

but

in ehe vesion of php x64 Non Thread Safe (2023-Dec-20 14:25:40) No error


after adding PHP 8.3.1 Thread Safe in laragon , When php version 8.1.10, which was installed during the installation of Laragon itself, it also gave an error, but before adding PHP 8.3.1 Thread Safe, it did not give an error, the only error it does not give is PHP version 8.3.1 Non Thread Safe

this error : The procedure entry point_zend_get_parameters_array_ex could not be located in the dynamic link library C:\laragon\bin\php\php-8.1.10-Win32-vs16-x64\ext\php_intl.dII.

p4

prog98 commented 7 months ago

i found the problem :

To fix this error, which is related to the php 8.3.1 version in Laragon, you must also upgrade the Apache version of Laragon to : httpd-2.4.58 VS17

To upgrade apache in Laragon, download the apache zip file according to your system and extract it in the path : C:\laragon\bin\apache\ and empty the contents of the apache24 folder in this path

teamayu commented 7 months ago

Thanks

i found the problem :

To fix this error, which is related to the php 8.3.1 version in Laragon, you must also upgrade the Apache version of Laragon to : httpd-2.4.58 VS17

To upgrade apache in Laragon, download the apache zip file according to your system and extract it in the path : C:\laragon\bin\apache and empty the contents of the apache24 folder in this path

Thanks, I had the same issue and this fixed it.

rodrigomgrassioto commented 3 months ago

i found the problem :

To fix this error, which is related to the php 8.3.1 version in Laragon, you must also upgrade the Apache version of Laragon to : httpd-2.4.58 VS17

To upgrade apache in Laragon, download the apache zip file according to your system and extract it in the path : C:\laragon\bin\apache and empty the contents of the apache24 folder in this path

Hellow. Its work for me. Thanks!