Created
July 30, 2018 19:48
-
-
Save luanpcweb/d97f32c91145020355df4639038031dc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# php -m | |
bcmath | |
bz2 | |
calendar | |
Core | |
ctype | |
date | |
dom | |
exif | |
fileinfo | |
filter | |
ftp | |
gettext | |
hash | |
iconv | |
intl | |
json | |
libxml | |
mbstring | |
mcrypt | |
mysqli | |
mysqlnd | |
openssl | |
pcntl | |
pcre | |
PDO | |
pdo_mysql | |
pdo_pgsql | |
pgsql | |
Phar | |
posix | |
readline | |
Reflection | |
session | |
shmop | |
SimpleXML | |
sockets | |
SPL | |
standard | |
sysvmsg | |
sysvsem | |
sysvshm | |
tokenizer | |
wddx | |
xml | |
xmlreader | |
xmlrpc | |
xmlwriter | |
xsl | |
Zend OPcache | |
zip | |
zlib | |
To enable an installed module: | |
# phpenmod <modulename> | |
To disable an installed module: | |
# phpdismod <modulename> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment