Когда я запускаю сервер Apache из laragon в Windows, я получаю эту ошибку:
The procedure entry point nghttp2_option_set_no_rfc9113_leading_and_trailing_ws_validation could not be located in the dynamic link library F:\laragon\bin\php\php-8.3.4-Win32-vs16-x64\ext\php_curl.dll
Как говорится, он не может найти библиотеку динамических ссылок в F:\laragon\bin\php\php-8.3.4-Win32-vs16-x64\ext\php_curl .dll. Но файл есть.
Я пытался установить точное местоположение в файле php.ini, но не получилось.
; The ldap extension must be before curl if OpenSSL 1.0.2 and OpenLDAP is used
; otherwise it results in segfault when unloading after using SASL.
; See https://github.com/php/php-src/issues/8620 for more info.
;extension=ldap
extension=F:\laragon\bin\php\php-8.3.4-Win32-vs16-x64\ext\php_curl.dll
;extension=ffi
;extension=ftp
Подробнее здесь: https://stackoverflow.com/questions/782 ... -not-be-lo
Мобильная версия