diff --git a/.devilbox/www/config.php b/.devilbox/www/config.php
index b853a9b1..38117d87 100644
--- a/.devilbox/www/config.php
+++ b/.devilbox/www/config.php
@@ -13,8 +13,8 @@ error_reporting(-1);
putenv('RES_OPTIONS=retrans:1 retry:1 timeout:1 attempts:1');
-$DEVILBOX_VERSION = 'v1.9.1';
-$DEVILBOX_DATE = '2021-05-19';
+$DEVILBOX_VERSION = 'v1.9.2';
+$DEVILBOX_DATE = '2021-06-04';
$DEVILBOX_API_PAGE = 'devilbox-api/status.json';
//
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9c0fe8f0..7dccbe42 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,14 @@ Make sure to have a look at [UPDATING.md](https://github.com/cytopia/devilbox/bl
## Unreleased
+## Release v1.9.2 (2021-06-04)
+
+#### Added
+- Added Homebrew for all PHP images
+- Added `pdo_sqlsrv` PHP extension for 7.4 and 8.0
+- Xdebug 3.0 documentation
+
+
## Release v1.9.1 (2021-05-19)
#### Added
diff --git a/README.md b/README.md
index 0d58ec5b..97a44c86 100644
--- a/README.md
+++ b/README.md
@@ -630,8 +630,8 @@ The following tools will assist you on creating new projects easily as well as h
linkcheck is a command line tool that searches for URLs in files (optionally limited by extension) and validates their HTTP status code. |
- :wrench: linuxbrew |
- brew is a MacOS Homenbrew clone for Linux. |
+ :wrench: homebrew |
+ brew is a MacOS Homenbrew for Linux. |
:wrench: markdownlint |
@@ -778,7 +778,7 @@ The Devilbox is a development stack, so it is made sure that a lot of PHP module
| PDO_OCI | | | | | | d | d | d | d | d | d | d |
| pdo_pgsql | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 |
| pdo_sqlite | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ |
-| pdo_sqlsrv | | | | | | d | d | d | d | | | |
+| pdo_sqlsrv | | | | | | d | d | d | d | d | d | |
| pgsql | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 |
| phalcon | | d | d | d | d | d | d | d | d | d | | |
| Phar | 🗸 | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ |
@@ -801,7 +801,7 @@ The Devilbox is a development stack, so it is made sure that a lot of PHP module
| SPL | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ |
| SQLite | ✔ | ✔ | | | | | | | | | | |
| sqlite3 | | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ |
-| sqlsrv | | | | | | d | d | d | d | d | | |
+| sqlsrv | | | | | | d | d | d | d | d | d | |
| ssh2 | | | | | | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | | |
| standard | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ |
| swoole | | d | d | d | d | d | d | d | d | d | | |
diff --git a/docker-compose.yml b/docker-compose.yml
index 6359a989..85baf652 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -95,7 +95,7 @@ services:
# PHP
# ------------------------------------------------------------
php:
- image: devilbox/php-fpm:${PHP_SERVER}-work-0.125
+ image: devilbox/php-fpm:${PHP_SERVER}-work-0.127
hostname: php
##
diff --git a/docs/_includes/links/tools.rst b/docs/_includes/links/tools.rst
index 9b65ec0e..1f0cc124 100644
--- a/docs/_includes/links/tools.rst
+++ b/docs/_includes/links/tools.rst
@@ -21,6 +21,12 @@
awesome-ci
+.. |ext_lnk_tool_homebrew| raw:: html
+
+
+ Linux brew
+
+
.. |ext_lnk_tool_codecept| raw:: html
diff --git a/docs/readings/available-tools.rst b/docs/readings/available-tools.rst
index 6f969db0..501986b5 100644
--- a/docs/readings/available-tools.rst
+++ b/docs/readings/available-tools.rst
@@ -21,6 +21,8 @@ The PHP container is your workhorse and these are your tools:
+----------------------+---------------------------------------+
| various binaries | |ext_lnk_tool_awesome_ci| |
+----------------------+---------------------------------------+
+| ``brew`` | |ext_lnk_tool_homebrew| |
++----------------------+---------------------------------------+
| ``codecept`` | |ext_lnk_tool_codecept| |
+----------------------+---------------------------------------+
| ``composer`` | |ext_lnk_tool_composer| |