我有一个在 CentOS 上运行 nginx 的网络服务器。\n我更改了 php.ini 文件以增加一些限制,但是当我尝试重新启动 php 时,我收到错误消息:
\n\n[root@server ~]# php -v\nPHP 5.6.3 (cli) (built: Nov 23 2014 15:09:34)\nCopyright (c) 1997-2014 The PHP Group\nZend Engine v2.6.0, Copyright (c) 1998-2014 Zend Technologies\nwith the ionCube PHP Loader v4.7.1, Copyright (c) 2002-2014, by ionCube Ltd.\n\n[root@server ~]# systemctl restart php-fpm56.service\xe2\x80\x8f\nFailed to issue method call: Unit php-fpm56.service\\xe2\\x80\\x8f.service failed to load: No such file or directory.\n\n[root@server ~]# systemctl restart php56.service\nFailed to issue method call: Unit php56.service failed to load: No such file or directory.\n\n[root@server …Run Code Online (Sandbox Code Playgroud)