File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 62
62
"cs-fix" : " /usr/bin/env php -d swoole.enable_library=Off ./vendor/bin/php-cs-fixer fix" ,
63
63
"test" : " /usr/bin/env php -d swoole.enable_library=Off ./vendor/bin/phpunit" ,
64
64
"post-install-cmd" : [
65
- " rm -rf ./vendor/swoole/ide-helper/output/swoole_library"
65
+ " rm -rf ./vendor/swoole/ide-helper/src/swoole_library ./vendor/swoole/ide-helper/ output/swoole_library"
66
66
],
67
67
"post-update-cmd" : [
68
- " rm -rf ./vendor/swoole/ide-helper/output/swoole_library"
68
+ " rm -rf ./vendor/swoole/ide-helper/src/swoole_library ./vendor/swoole/ide-helper/ output/swoole_library"
69
69
]
70
70
}
71
71
}
Original file line number Diff line number Diff line change @@ -439,5 +439,11 @@ class Constant
439
439
440
440
public const OPTION_DEADLOCK_CHECK_DEPTH = 'deadlock_check_depth ' ;
441
441
442
+ public const OPTION_STATS_FILE = 'stats_file ' ;
443
+
444
+ public const OPTION_STATS_TIMER_INTERVAL = 'stats_timer_interval ' ;
445
+
446
+ public const OPTION_ADMIN_SERVER = 'admin_server ' ;
447
+
442
448
/* }}} OPTION */
443
449
}
You can’t perform that action at this time.
0 commit comments