This website works better with JavaScript.
Home
Help
Register
Sign In
xcache
/
xcache
Watch
1
Star
0
Fork
0
Code
Releases
44
Activity
Browse Source
devel: support sample cpp for dboth/dop
master
Xuefer
5 years ago
parent
6de0d86846
commit
291b8819fa
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
devel/run
+ 2
- 2
devel/run
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
Write
Preview
Loading…
Cancel
Save