Created
April 27, 2018 03:09
-
-
Save rydurham/faf76d10e2c0093435df8eb1c4638dbb 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 --version | |
PHP 7.0.28-0ubuntu0.16.04.1 (cli) ( NTS ) | |
Copyright (c) 1997-2017 The PHP Group | |
Zend Engine v3.0.0, Copyright (c) 1998-2017 Zend Technologies | |
with Zend OPcache v7.0.28-0ubuntu0.16.04.1, Copyright (c) 1999-2017, by Zend Technologies | |
$ php -m | |
[PHP Modules] | |
bcmath | |
bz2 | |
calendar | |
Core | |
ctype | |
curl | |
date | |
dom | |
exif | |
fileinfo | |
filter | |
ftp | |
gd | |
gettext | |
hash | |
iconv | |
igbinary | |
imagick | |
intl | |
json | |
libxml | |
mbstring | |
memcached | |
msgpack | |
openssl | |
pcntl | |
pcre | |
PDO | |
pdo_pgsql | |
pgsql | |
Phar | |
posix | |
readline | |
Reflection | |
session | |
shmop | |
SimpleXML | |
sockets | |
SPL | |
standard | |
sysvmsg | |
sysvsem | |
sysvshm | |
tokenizer | |
wddx | |
xml | |
xmlreader | |
xmlwriter | |
xsl | |
Zend OPcache | |
zip | |
zlib | |
[Zend Modules] | |
Zend OPcache |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment