This commit is contained in:
2022-11-28 10:13:17 +08:00
commit 283bac61eb
7 changed files with 83 additions and 0 deletions

7
php/php Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
#echo ${BASH_ARGV[*]}
docker exec test-php php \
-dxdebug.mode=debug \
-dxdebug.start_with_request=1 \
`basename ${BASH_ARGV[0]}` \
"${@:1:$#-1}"