This section provides a tutorial example on how to get a list of all modules that are pre-compiled in the PHP engine: php -m.
The Windows binary version of PHP engine comes with many modules pre-compiled into the engine.
The "-m" option can give you a list of all compiled-in modules:
>\php\php -m
[PHP Modules]
bcmath
calendar
com_dotnet
ctype
date
dom
filter
ftp
hash
iconv
json
libxml
mbstring
mysql
odbc
pcre
Reflection
session
SimpleXML
SPL
standard
tokenizer
wddx
xml
xmlreader
xmlwriter
zlib
[Zend Modules]