0

PHP Warning — Unable to initialize module

Если встретилась такая ошибка:

PHP Warning:  PHP Startup: eio: Unable to initialize module
Module compiled with module API=20100525
PHP    compiled with module API=20131226
These options need to match
 in Unknown on line 0

Нужно переставить необходимыЙ модуль:
# pecl install -f eio
или, если нужна определенная версия:
# pecl install http://pecl.php.net/get/eio-1.2.1.tgz

Alexey Egorychev

FreeBSD and Linux sysadmin. Know many systems like mailsystems, DB, WWW stack. Automation with salt, ansible. Monitoring with nagios, zabbix.