Prequisites before building Shindig for PHP
In order to build and run Shindig for PHP, you must have the following:
A Subversion client installed in order to checkout the code.
Instructions for downloading and installing Subversion can be found here: http://subversion.tigris.org/
Apache with mod_rewrite enabled.
PHP 5.2.x with the json, simplexml, mcrypt and curl extent...
php5的simplexml解析错误
前些日子用simplexml来解析一个rss数据源,很轻松就获得了想要的结果.不想没几天就开始报错:
Warning: simplexml_load_file() [function.simplexml-load-file]: input conversion failed due to input error, bytes 0xAD 0xB5 0x3C 0x2F
刚开始猜想是php5的一个bug,但是搜索发现,有可能是rss源内混杂了其它编码的字符,导致simplexml解析错误.
也就是说,如果rss的声明是这样子:
PLAIN TEXTXML:
<?xml ver...