使用这个脚本检查是否有禁用函数。命令行运行curl -Ss https://www.workerman.net/webman/check | php
curl -Ss https://www.workerman.net/webman/check | php
如果有提示Functions 函数名 has be disabled. Please check disable_functions in php.ini说明webman依赖的函数被禁用,需要在php.ini中解除禁用才能正常使用webman。解除禁用参考以下方法任选其一即可。
Functions 函数名 has be disabled. Please check disable_functions in php.ini
安装webman/console
webman/console
composer require webman/console ^v1.2.35
执行命令
php webman fix-disable-functions
执行脚本 curl -Ss https://www.workerman.net/webman/fix-disable-functions | php 以解除禁用
curl -Ss https://www.workerman.net/webman/fix-disable-functions | php
运行php --ini 找到php cli所使用的php.ini文件位置
php --ini
打开php.ini,找到disable_functions,解除以下函数的调用
disable_functions
stream_socket_server stream_socket_client pcntl_signal_dispatch pcntl_signal pcntl_alarm pcntl_fork posix_getuid posix_getpwuid posix_kill posix_setsid posix_getpid posix_getpwnam posix_getgrnam posix_getgid posix_setgid posix_initgroups posix_setuid posix_isatty proc_open proc_get_status proc_close shell_exec
https://www.workerman.net/doc/webman/others/disable-function-check.html#%E7%A6%81%E7%94%A8%E5%87%BD%E6%95%B0%E6%A3%80%E6%9F%A5
一片空白 5.8万
父爱如山,不善表达。回想十多年前,总记得父亲有个宽厚的肩膀,小小的自己跨坐在上面,越过人山人海去看更广阔的天空,那个时候期望自己有一双翅膀,能够像鸟儿一样飞得高,看得远。虽然父亲有时会和自己开玩笑,但在做错事的时候会受到严厉的训斥。父亲有双粗糙的大手掌。