现在网络搜索越来越不靠谱,搜索结果排在前面的,不是广告就是乱七八糟的一些错误信息。之前搜索“php-7.0 zip 扩展”,出来的都是一些过时或者错误的东东,浪费不少时间。所以有些东西还是自己收藏一下更方便。
收集一下,以备查阅
sudo apt-get install php7.4-bcmath
sudo apt-get install php7.4-bz2
sudo apt-get install php7.4-calendar
sudo apt-get install php7.4-ctype
sudo apt-get install php7.4-curl
sudo apt-get install php7.4-dom
sudo apt-get install php7.4-enchant
sudo apt-get install php7.4-exif
sudo apt-get install php7.4-fileinfo
sudo apt-get install php7.4-ftp
sudo apt-get install php7.4-gd
sudo apt-get install php7.4-gettext
sudo apt-get install php7.4-gmp
sudo apt-get install php7.4-iconv
sudo apt-get install php7.4-intl
sudo apt-get install php7.4-json
sudo apt-get install php7.4-ldap
sudo apt-get install php7.4-mbstring
sudo apt-get install php7.4-mysqli
sudo apt-get install php7.4-mysqlnd
sudo apt-get install php7.4-opcache
sudo apt-get install php7.4-pdo
sudo apt-get install php7.4-phar
sudo apt-get install php7.4-posix
sudo apt-get install php7.4-pspell
sudo apt-get install php7.4-readline
sudo apt-get install php7.4-shmop
sudo apt-get install php7.4-simplexml
sudo apt-get install php7.4-snmp
sudo apt-get install php7.4-soap
sudo apt-get install php7.4-sockets
sudo apt-get install php7.4-sqlite3
sudo apt-get install php7.4-sysvmsg
sudo apt-get install php7.4-sysvsem
sudo apt-get install php7.4-sysvshm
sudo apt-get install php7.4-wddx
sudo apt-get install php7.4-xml
sudo apt-get install php7.4-xsl
以下不能一次性全部安装,因为要选 y
sudo apt-get install php7.4-recode
sudo apt-get install php7.4-dba
sudo apt-get install php7.4-imap
sudo apt-get install php7.4-interbase
sudo apt-get install php7.4-odbc
sudo apt-get install php7.4-pgsql
sudo apt-get install php7.4-tidy
sudo apt-get install php7.4-zip
还有一些其他的 php 扩展就没有列出来了,上面这些应该是常用的,可以满足普通需求了
有话要说