Skip to content

Instantly share code, notes, and snippets.

@luanpcweb
Created July 30, 2018 19:48
Show Gist options
  • Save luanpcweb/d97f32c91145020355df4639038031dc to your computer and use it in GitHub Desktop.
Save luanpcweb/d97f32c91145020355df4639038031dc to your computer and use it in GitHub Desktop.
# 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