-
Notifications
You must be signed in to change notification settings - Fork 7.7k
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
Broken curl extension in PHP 8.3.2 on Windows #13303
Comments
It works on my machine with the CLI SAPI. |
Hi. I've got standard PHP build This table was crucial: |
Oh and only those two libraries are needed: # Load libraries required for PHP extensions (curl, openssl, ldap)
LoadFile "${MY_PHP_ROOT}/libssh2.dll"
LoadFile "${MY_PHP_ROOT}/libssl-3-x64.dll" In PHP7 it was only: LoadFile "${MY_PHP_ROOT}/libssh2.dll" |
I was also getting curl error
thank you @Eccenux |
thank you @Eccenux :) |
Description
Cannot get curl to load at all. Used to have problems with ldap and openssl, bu they load fine after adding
LoadFile "${MY_PHP_ROOT}/libssl-3-x64.dll"
I think.Configuration
php.ini:
apache httpd.conf:
Resulted in this output:
But I expected this output instead:
No bugz :) (or a helpful message at least, see separate report: #13302)
PHP Version
PHP 8.3.2
Operating System
Windows 10 22H2
The text was updated successfully, but these errors were encountered: