如何在 apache 上使用 php8 启用 curl?

问题描述 投票:0回答:0

我有一个 apache 服务器,想添加 curl。

我做了

sudo apt-get update
sudo apt-get install curl (successfully completed)
sudo apt-get install php-curl (successfully completed)
sudo service apache2 restart

我明白了:

PHP 致命错误:未捕获错误:调用未定义函数 curl_init()

我错过了一步吗? 这篇文章(How do I install the ext-curl extension with PHP 7?)似乎表明它应该那么简单😇


有关信息,

php --version

PHP 8.1.13(cli)(内置:2022 年 11 月 26 日 14:07:36)(NTS) 版权所有 (c) The PHP Group Zend Engine v4.1.13,版权所有 (c) Zend Technologies Zend OPcache v8.1.13,版权所有 (c),Zend Technologies

curl -V

curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.3.0 libpsl/0.21.0 (+libidn2/2.2. 0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 发布日期:2020-01-08 协议: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 特点:AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets

php apache curl ubuntu-20.04
© www.soinside.com 2019 - 2024. All rights reserved.