We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03dd786 commit 9910fb9Copy full SHA for 9910fb9
distribution/debugging.md
@@ -17,7 +17,7 @@ it's recommended to add a custom stage to the end of the `api/Dockerfile`.
17
# api/Dockerfile
18
FROM api_platform_php as api_platform_php_dev
19
20
-ARG XDEBUG_VERSION=2.9.2
+ARG XDEBUG_VERSION=3.0.2
21
RUN set -eux; \
22
apk add --no-cache --virtual .build-deps $PHPIZE_DEPS; \
23
pecl install xdebug-$XDEBUG_VERSION; \
@@ -77,5 +77,6 @@ version should be displayed in the output.
77
$ docker-compose exec php php --version
78
79
PHP …
80
- with Xdebug v2.9.2 …
+ with Xdebug v3.0.2, Copyright (c) 2002-2021, by Derick Rethans
81
+ …
82
```
0 commit comments