short name.

This commit is contained in:
李铭昕 2019-06-21 13:35:38 +08:00
parent c5728834c2
commit cc3e730c37

View File

@ -1 +1,19 @@
# 常见问题
# 常见问题
## Swoole短名显示未关闭
有小伙伴在关闭短名后,还是会显示以下提示
```
ERROR Swoole short name have to disable before start server, please set swoole.use_shortname = 'Off' into your php.ini.
```
这是因为你可能是这么设置的
```
swoole.use_shortname = 'off'
swoole.use_shortname = off
swoole.use_shortname = Off
```
以上这些都是不可以的,注意 `大小写``引号`