Skip to content

Commit bb97c99

Browse files
committed
added comment on where error comes from
1 parent 321452c commit bb97c99

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/start.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ if [[ "$ENABLE_XDEBUG" == "1" ]] ; then
130130
else
131131
echo "Enabling xdebug"
132132
echo "If you get this error, you can safely ignore it: /usr/local/bin/docker-php-ext-enable: line 83: nm: not found"
133+
# see https://github.com/docker-library/php/pull/420
133134
docker-php-ext-enable xdebug
134135
# see if file exists
135136
if [ -f $XdebugFile ]; then

0 commit comments

Comments
 (0)