REL-0.12 Fix bold headline

This commit is contained in:
cytopia 2017-10-10 09:13:12 +02:00
parent 1fa6bc7008
commit 062aa18730
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2

View File

@ -188,12 +188,12 @@ The devilbox has everything setup for you. The only thing you will have to insta
#### Features
* **Mass virtual host**
* **Custom domains** (`*.loc`, `*.local`, `*.dev`, `*.sub.loc`, ...)
* **Custom domains** (`*.loc`, `*.local`, `*.dev`, `*.example.com`, ...)
* **Auto-DNS** (Internal Bind server running)
* **Email catch-all** (Internal postfix with catch-all)
* **Log files** (available on host computer)
* **Config overwrites** (`my.cnf`, `nginx.conf`, `httpd.conf` or `php.ini`)
* **Custom PHP modules**
* **Custom PHP modules** (can be loaded on the fly)
* **Self-validation** (projects and configured options are validated and marked in the intranet)
* **Xdebug**
@ -229,7 +229,7 @@ The devilbox is a development stack, so it is made sure that a lot of PHP module
> *apc, apcu, bcmath, bz2, calendar, Core, ctype, curl, date, dom, ereg, exif, fileinfo, filter, ftp, gd, gettext, gmp, hash, iconv, igbinary, imagick, imap, intl, json, ldap, libxml, magickwand, mbstring, mcrypt, memcache, memcached, mhash, mongodb, msgpack, mysql, mysqli, mysqlnd, openssl, pcntl, pcre, PDO, pdo_mysql, pdo_pgsql, pdo_sqlite, pgsql, phalcon, Phar, posix, pspell, readline, recode, redis, Reflection, session, shmop, SimpleXML, soap, sockets, SPL, sqlite3, standard, sysvmsg, sysvsem, sysvshm, tidy, tokenizer, uploadprogress, wddx, xdebug, xml, xmlreader, xmlrpc, xmlwriter, xsl, Zend OPcache, zip, zlib*
** Custom PHP Modules**
**Custom PHP Modules**
You can also copy any custom modules into `mod/(php-fpm|hhvm)-<VERSION>` and add a custom `*.ini` file to load them. See [Custom PHP Modules](docs/Configure.md#425-custom-php-modules) in the Configuration documentation for how to do that in two simple steps.