ubuntu php 安装 xmlwriter, curl Published on Dec 18, 2023 in 随笔 with 0 comment Im working with a plugin that requires XMLReader, and XMLWriter PHP modules to be installed. So I need to activate the DOMDocument, XMLReader, and XMLWriter PHP modules. So far i have tried : ``` sudo apt install php-xmlwriter ``` apparently is installed but the message still is displayed. Am i missing something else? another module? Then we can install Perl and PHP bindings from package names using the apt command: ``` sudo apt install php8.1-curl # PHP 8.1 sudo apt install libwww-curl-perl # Perl ``` ``` sudo service apache2 restart ``` 本文由 admin 创作,采用 知识共享署名4.0 国际许可协议进行许可。本站文章除注明转载/出处外,均为本站原创或翻译,转载前请务必署名。