Skip to content

Commit 93bd250

Browse files
authored
Merge pull request #784 from comxd/patch-1
Update Xdebug for PHP 7.3 compatibility
2 parents 0599d1e + af8f024 commit 93bd250

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

distribution/debugging.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ it's recommended to add a custom stage to the end of the `api/Dockerfile`.
1313
# api/Dockerfile
1414
FROM api_platform_php as api_platform_php_dev
1515

16-
ARG XDEBUG_VERSION=2.6.0
16+
ARG XDEBUG_VERSION=2.7.1
1717
RUN set -eux; \
1818
apk add --no-cache --virtual .build-deps $PHPIZE_DEPS; \
1919
pecl install xdebug-$XDEBUG_VERSION; \
@@ -55,12 +55,9 @@ services:
5555
Inspect the installation with the following command. The requested Xdebug
5656
version should be displayed in the output.
5757
58-
```bash
58+
```console
5959
$ docker-compose exec php php --version
6060

61-
PHP 7.2.8 (cli) (built: Jul 21 2018 08:09:37) ( NTS )
62-
Copyright (c) 1997-2018 The PHP Group
63-
Zend Engine v3.2.0, Copyright (c) 1998-2018 Zend Technologies
64-
with Zend OPcache v7.2.8, Copyright (c) 1999-2018, by Zend Technologies
65-
with Xdebug v2.6.0, Copyright (c) 2002-2018, by Derick Rethans
61+
PHP …
62+
with Xdebug v2.7.1 …
6663
```

0 commit comments

Comments
 (0)