Refs #439 Adding sqlsrv and pdo_sqlsrv for PHP 7.0, 7.1, 7.2 and 7.3

This commit is contained in:
cytopia 2018-12-23 12:19:38 +01:00
parent 3ebeebef10
commit 6e238cc095
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2
5 changed files with 9 additions and 9 deletions

View File

@ -14,7 +14,7 @@ putenv('RES_OPTIONS=retrans:1 retry:1 timeout:1 attempts:1');
$DEVILBOX_VERSION = 'v0.15';
$DEVILBOX_DATE = '2018-12-22';
$DEVILBOX_DATE = '2018-12-23';
$DEVILBOX_API_PAGE = 'devilbox-api/status.json';
//

View File

@ -592,7 +592,7 @@ Well-known and popular tools will be at your service as well:
The Devilbox is a development stack, so it is made sure that a lot of PHP modules are available out of the box in order to work with many different frameworks.
> *amqp, apcu, bcmath, bz2, calendar, Core, ctype, curl, date, dba, dom, enchant, exif, fileinfo, filter, ftp, gd, gettext, gmp, hash, iconv, igbinary, imagick, imap, interbase, intl, json, ldap, libxml, mbstring, mcrypt, memcache, memcached, mongodb, msgpack, mysqli, mysqlnd, openssl, pcntl, pcre, PDO, pdo_dblib, PDO_Firebird, pdo_mysql, pdo_pgsql, pdo_sqlite, pgsql, phalcon, Phar, posix, pspell, rdkafka, readline, recode, redis, Reflection, session, shmop, SimpleXML, snmp, soap, sockets, sodium, SPL, sqlite3, standard, swoole, sysvmsg, sysvsem, sysvshm, tidy, tokenizer, uploadprogress, wddx, xdebug, xml, xmlreader, xmlrpc, xmlwriter, xsl, Zend OPcache, zip, zlib*
> *amqp, apc, apcu, bcmath, bz2, calendar, Core, ctype, curl, date, dba, dom, enchant, ereg, exif, fileinfo, filter, ftp, gd, gettext, gmp, hash, iconv, igbinary, imagick, imap, interbase, intl, ioncube, json, ldap, libxml, mbstring, mcrypt, memcache, memcached, mhash, mongo, mongodb, msgpack, mysql, mysqli, mysqlnd, openssl, pcntl, pcre, PDO, pdo_dblib, PDO_Firebird, pdo_mysql, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, Phar, posix, pspell, rdkafka, readline, recode, redis, Reflection, session, shmop, SimpleXML, snmp, soap, sockets, sodium, SPL, SQLite, sqlite3, sqlsrv, standard, swoole, sysvmsg, sysvsem, sysvshm, tidy, tokenizer, uploadprogress, wddx, xdebug, xml, xmlreader, xmlrpc, xmlwriter, xsl, Zend OPcache, zip, zlib*
PHP modules can be enabled or disabled on demand to reflect the state of your target environment.

View File

@ -95,7 +95,7 @@ services:
# PHP / HHVM
# ------------------------------------------------------------
php:
image: devilbox/php-fpm:${PHP_SERVER}-work-0.57
image: devilbox/php-fpm:${PHP_SERVER}-work-0.58
##
## All .env variables

View File

@ -1201,11 +1201,11 @@ PHP_MODULES_DISABLE
Disable any PHP modules in a comma separated list.
+-------------------------+--------------------------------------+--------------------+
+-------------------------+--------------------------------------+--------------------------------------+
| Name | Allowed values | Default value |
+=========================+======================================+====================+
| ``PHP_MODULES_DISABLE`` | comma separated list of module names | ``rdkafka,swoole`` |
+-------------------------+--------------------------------------+--------------------+
+=========================+======================================+======================================+
| ``PHP_MODULES_DISABLE`` | comma separated list of module names | ``pdo_sqlsrv,sqlsrv,rdkafka,swoole`` |
+-------------------------+--------------------------------------+--------------------------------------+
Example:

View File

@ -472,7 +472,7 @@ PHP_MODULES_ENABLE=
###
### PHP_MODULES_DISABLE=xdebug,imagick,swoole
###
PHP_MODULES_DISABLE=rdkafka,swoole
PHP_MODULES_DISABLE=pdo_sqlsrv,sqlsrv,rdkafka,swoole
###