Skip to content

Commit

Permalink
Update test and info: sodium extension added in 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed Mar 5, 2018
1 parent aca5e15 commit 720aaef
Show file tree
Hide file tree
Showing 5 changed files with 153 additions and 1 deletion.
File renamed without changes.
75 changes: 75 additions & 0 deletions 7/test/php_modules/7.1
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
[PHP Modules]
amqp
apcu
ast
bcmath
blackfire
bz2
calendar
Core
ctype
curl
date
dom
ds
exif
fileinfo
filter
ftp
gd
geoip
grpc
hash
iconv
imagick
imap
intl
json
ldap
libxml
mbstring
mcrypt
memcached
mongodb
mysqli
mysqlnd
newrelic
OAuth
openssl
pcntl
pcre
PDO
pdo_mysql
pdo_pgsql
pdo_sqlite
pgsql
Phar
posix
readline
redis
Reflection
session
SimpleXML
soap
sockets
SPL
sqlite3
standard
tokenizer
uploadprogress
xdebug
xml
xmlreader
xmlrpc
xmlwriter
xsl
yaml
Zend OPcache
zip
zlib

[Zend Modules]
Xdebug
Zend OPcache
blackfire

76 changes: 76 additions & 0 deletions 7/test/php_modules/7.2
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
[PHP Modules]
amqp
apcu
ast
bcmath
blackfire
bz2
calendar
Core
ctype
curl
date
dom
ds
exif
fileinfo
filter
ftp
gd
geoip
grpc
hash
iconv
imagick
imap
intl
json
ldap
libxml
mbstring
mcrypt
memcached
mongodb
mysqli
mysqlnd
newrelic
OAuth
openssl
pcntl
pcre
PDO
pdo_mysql
pdo_pgsql
pdo_sqlite
pgsql
Phar
posix
readline
redis
Reflection
session
SimpleXML
soap
sockets
sodium
SPL
sqlite3
standard
tokenizer
uploadprogress
xdebug
xml
xmlreader
xmlrpc
xmlwriter
xsl
yaml
Zend OPcache
zip
zlib

[Zend Modules]
Xdebug
Zend OPcache
blackfire

2 changes: 1 addition & 1 deletion 7/test/tests
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ php -m > ~/php_modules.tmp
echo -n "Checking PHP modules... "

# Modify copy, keep the mounted version untouched.
cp ~/php_modules ~/expected_modules
cp ~/php_modules/"${PHP_VERSION:0:3}" ~/expected_modules

if [[ -n "${PHP_DEBUG}" ]]; then
sed -i '/blackfire/d' ~/expected_modules
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@ The default configuration is not recommended to be used for production environme
| SimpleXML | | | | |
| soap | | | | |
| sockets | | | | |
| sodium | | - | - | - |
| SPL | | | | |
| SQLite | - | - | - | - |
| sqlite3 | | | | |
Expand Down

0 comments on commit 720aaef

Please sign in to comment.