mirror of
https://github.com/cytopia/devilbox.git
synced 2024-12-18 20:37:55 +00:00
Docs: Update available PHP exts
This commit is contained in:
parent
617241ce42
commit
76c6467806
@ -94,7 +94,7 @@ MODS="$( echo "${PHP52_MODS}, ${PHP53_MODS}, ${PHP54_MODS}, ${PHP55_MODS}, ${PHP
|
||||
###
|
||||
### Get disabled modules
|
||||
###
|
||||
DISABLED=",blackfire,ioncube,phalcon,psr,$( grep -E '^PHP_MODULES_DISABLE=' "${DVLBOX_PATH}/env-example" | sed 's/.*=//g' ),"
|
||||
DISABLED=",blackfire,ioncube,phalcon,psr,xhprof,$( grep -E '^PHP_MODULES_DISABLE=' "${DVLBOX_PATH}/env-example" | sed 's/.*=//g' ),"
|
||||
#echo $DISABLED
|
||||
B="✔" # Enabled base modules (cannot be disabled)
|
||||
E="🗸" # Enabled mods modules (can be disabled)
|
||||
|
12
README.md
12
README.md
@ -326,9 +326,9 @@ The Devilbox tries to be a zero-configuration stack out of the box and has autom
|
||||
<td>
|
||||
<strong>Intranet</strong><br/>
|
||||
:star: <code>Virtual Hosts</code><br/>
|
||||
:star: <code>C&C</code><br/>
|
||||
:star: <code>Email Reader</code><br/>
|
||||
:star: <code>OpCache Gui</code><br/>
|
||||
:star: <code>XHProf UI</code><br/>
|
||||
</td>
|
||||
<td>
|
||||
<strong>Batteries</strong><br/>
|
||||
@ -845,6 +845,7 @@ The Devilbox is a development stack, so it is made sure that a lot of PHP module
|
||||
| <sup>vips</sup> | | | | | | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | |
|
||||
| <sup>wddx</sup> | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | | | | |
|
||||
| <sup>Xdebug</sup> | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 |
|
||||
| <sup>xhprof</sup> | | d | d | d | d | d | d | d | d | d | d | d | d |
|
||||
| <sup>xlswriter</sup> | | | | | | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 |
|
||||
| <sup>xml</sup> | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ |
|
||||
| <sup>xmlreader</sup> | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ |
|
||||
@ -873,7 +874,7 @@ PHP modules can be enabled or disabled on demand to reflect the state of your ta
|
||||
</details>
|
||||
|
||||
|
||||
<details><summary><strong>🛠️ Available Tools</strong></summary>
|
||||
<details><summary><strong>🛠️ Available CLI Tools</strong></summary>
|
||||
|
||||
<h3>Available Tools</h3>
|
||||
|
||||
@ -1242,10 +1243,13 @@ Logos and banners can be found at **[devilbox/artwork](https://github.com/devilb
|
||||
|
||||
<img style="width:64px; height:64px;" width="64" height="64" src="https://github.com/devilbox/artwork/blob/master/submissions_logo/cytopia/01/png/logo_128_trans.png?raw=true" /> <img style="width:64px; height:64px;" width="64" height="64" src="https://github.com/devilbox/artwork/blob/master/submissions_logo/cytopia/02/png/logo_128_trans.png?raw=true" /> <img style="height:64px;" height="64" src="https://github.com/devilbox/artwork/blob/master/submissions_banner/cytopia/01/png/banner_128_trans.png?raw=true" />
|
||||
|
||||
|
||||
|
||||
## 🗎 License
|
||||
|
||||
**[MIT License](LICENSE.md)**
|
||||
|
||||
Copyright (c) 2016 **[cytopia](https://github.com/cytopia)**
|
||||
|
||||
|
||||
<a href="https://github.com/cytopia/devilbox/graphs/contributors">
|
||||
<img src="https://contrib.rocks/image?repo=cytopia/devilbox" />
|
||||
</a>
|
||||
|
Loading…
Reference in New Issue
Block a user