php-opcache

为什么 PHP 模块没有加载到 PHP 中?
php-opcache

为什么 PHP 模块没有加载到 PHP 中?

展示我的案例如何调试 PHP 模块未加载到 PHP 中的问题。 我使用 OpenSUSE v42.2 Linux 操作系统,带有 Apache Web 服务器、PHP v7.1、Mysql。 因为它没有提供我需要的 PHP v7.1,所以我从源代码构建了 PHP v7.1。使用 PHP-FPM。 我把它安装到 /opt/php-7.1/ php.ini 位于: /opt/php-7.1/lib/php.ini 我发现,opcache 安装到 /opt/php-7.1/lib64/extensions/no-debug-non-zts-20160303/o...

Admin

Zend OPcache Huge_code_pages:madvise(HUGEPAGE)失败
php-opcache

Zend OPcache Huge_code_pages:madvise(HUGEPAGE)失败

我在新安装的服务器上运行 PHP 命令行脚本时遇到此错误: PHP 警告:Zend OPcache Huge_code_pages:madvise(HUGEPAGE)失败:参数无效 服务器运行 CentOS 7.3,PHP 7.1.4 来自雷米存储库。 根据remi 论坛上的这个帖子, 和plesk.com 上的此主题huge_code_pages,解决办法是在php-opcache.ini中禁用: opcache.huge_code_pages=0 然而,雷米说这个问题应该只发生在 CentOS 6 上,而不是 CentOS 7 上。 ...

Admin

如何使用 PHP7 在 centOS 7 上安装 Zend Opcache 和 Memcached
php-opcache

如何使用 PHP7 在 centOS 7 上安装 Zend Opcache 和 Memcached

我升级了php7,但是当我安装时 yum install php-opcache and php-memcache,出现错误 Error: php70u-common conflicts with php-common-5.6.31-1.el7.remi.x86_64 You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest 如何解决这个问题或通过安装? ...

Admin