今天在apache的错误日志中发现如下一行:
[Fri Apr 15 02:09:40 2011] [error] [client 119.177.37.124] PHP Warning: Header may not contain more than a single header, new line detected.
in /www/blog/wp-content/plugins/ba…
Posts Tagged ‘php’
[AMP] php-header
2011.4 25
[AMP] php支持gd库
2011.4 14
几次在编译php的时候加入–with-gd ,在make test 的时候都提示有错误。
我查看了centos默认安装的php-gd中,有gd.so文件和gd.ini的配置。我就干脆从centos 5.5安装盘中找到这php-gd-5.1.6-27.el5.i386.rpm这个安装包,然后把它直接解开试试。如果直接用rpm来安装的话,又要提示少这个少那个了。
rpm包是采用cap封装…