1
0
Fork 0

devel: support sample cpp for dboth/dop

This commit is contained in:
Xuefer 2015-07-13 03:30:04 +08:00
parent 6de0d86846
commit 291b8819fa
1 changed files with 2 additions and 2 deletions

View File

@ -314,13 +314,13 @@ run() {
shift
cmd=(./php-cli -c devel.ini)
phpApp=(./bin/phpdc.phpr)
set -- -c -d "$@"
set -- "$@" -c -d
;;
dop)
shift
cmd=(./php-cli -c devel.ini)
phpApp=(./bin/phpdc.phpr)
set -- -c -d "$@"
set -- "$@" -d
;;
fcgi)
shift