ZEND
ошибка php -v
ZendGuardLoader.so: undefined symbol:compiler_globals"
1) re-configure with apache with prefork mode , by default it was worker mode.
2) add two parameter for php configure
--disable-maintainer-zts
--disable-safe-mode
ZendGuardLoader.so: undefined symbol:compiler_globals"
1) re-configure with apache with prefork mode , by default it was worker mode.
2) add two parameter for php configure
--disable-maintainer-zts
--disable-safe-mode
Комментарии
Отправить комментарий