我只是用IGBinary替换序列化的PHP。
我按照以下步骤操作:
cd /tmp
git clone https://github.com/phadej/igbinary
cd igbinary
phpize
./configure CFLAGS="-O2 -g" –-enable-igbinary –-with-php-config=/usr/bin/php-config
make
make test
make install
但是在步骤中:make test
我忍不住:
ERROR: Cannot run tests without CLI sapi.
这可能是造成这个其他错误的原因:
in
http://censocanino.com/log.php
这里我使用代码来查看会话是否正确启动。
这带来了一些错误:
Warning: session_start(): Cannot find serialization handler 'igbinary' - session startup failed in /sites/censocanino.com/public/log.php on line 6
和
The current "session.save_path" is "/var/lib/php5".
Session file name: "sess_".
该错误证明了phpmyadmin
无效的原因。
http://censocanino.com/phpmyadmin/
这里显示的是:
Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly. Also ensure that cookies are enabled in your browser.
所有这些都让我陷入了IGBinary错误。
感谢
答案 0 :(得分:0)
解决
你知道有12个小时的时间来调查代码无法正常工作的时间,而且你决定再次输入所有内容。
好吧,发生在我身上,似乎是一个错字错误。可能位于--enable-igbinary
,--
是不同的字符。
但无论如何,谢谢