can't install php-devel on centos

后端 未结 9 1136
天涯浪人
天涯浪人 2020-12-08 22:03

I need help with installation of php-devel (I need it, cause it has phpize, which is necessary to install eAccelerator). But when I try to install php-devel with yum i

9条回答
  •  借酒劲吻你
    2020-12-08 22:13

    About the initial question (install eAccelerator).

    This project is dead, and have never work with PHP >= 5.4.

    So if you need an opcode cache, please choose a maintained one. I would recommend "opcache", the official cache maintained by the PHP project, included in php-src since 5.5, and available in pecl for 5.4.

    And if you use "remi" repository, before trying to build an extension, check first if it is available in the repository, as most of the PECL extensions are available as RPM, see http://blog.remirepo.net/pages/PECL-extensions-RPM-status

提交回复
热议问题