10. 虽然不算山寨机,但比起安卓来说差远了,而且,塞班这一被世人淘汰了的系统,用起来,那滋味,,,,苦啊
15. 目前发现eaccelerator安装之后如果php.ini中设置open_basedir将导致open_basedir的一些报错(open_basedir restriction in effect. File() is not within the allowed path(s)), 在网上查找说这是eaccelerator的一个BUG所导致,解决方法有以下几种:
1.在解压eaccelerator后修改eaccelerator-0.9.6/eaccelerator.c文件1156行的参数,如下:
if (PG(open_basedir) && php_check_open_basedir(realname TSRMLS_CC)) {
修改成:
if (PG(open_basedir) && php_check_open_basedir(file_handle->filename TSRMLS_CC)) {
修改完成后再安装。
2.在编译eAccelerator的时候增加 "--without-eaccelerator-use-inode" 参数
/usr/local/bin/phpize
./configure --with-php-config=/usr/local/bin/php-config
以上两种方法测试通过。作为记录。
16.
@梦浪的小虾米,你意思是说php有问题咯,那我是用免费空间,那要怎么搞?
20. 000webhost上不能安装,当年Youhsting很火爆的时候我还专门改过源码来支持这类空间。
现在就算改过的也不行,因为这从那次用户数据泄露以后这些空间现在都是不能访问外网的。