B
B
Bogdan Zhuvak2019-08-02 19:24:44
PHP
Bogdan Zhuvak, 2019-08-02 19:24:44

Why doesn't curl work on apache?

Connected in php.ini file

extension=mysqli
extension=curl
extension=openssl

At the same time, mysqli works, but curl and openssl do not
PHP Warning:  PHP Startup: Unable to load dynamic library 'curl'
PHP Warning:  PHP Startup: Unable to load dynamic library 'openssl'

Answer the question

In order to leave comments, you need to log in

1 answer(s)
T
ThunderCat, 2019-08-02
@ThunderCat

Connected in php.ini file
firstly, there are 2 of them, it would not hurt to check which one is used.
At the same time, mysqli works, but curl and openssl do not
phpinfo() see what is connected and what is not.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question