P.S.:
进入报表/常用报表:点击常用报表时如果弹出的窗口如果只有以下内容: Warning: domdocument::domdocument() expects at least 1 parameter, 0 given in D:\xampp\htdocs\include\phpreports\PHPReportsUtil.php on line 203
Fatal error: Call to undefined method domdocument::load() in D:\xampp\htdocs\include\phpreports\PHPReportsUtil.php on line 204
常用报表出现"Warning: domdocument::domdocument() expects at least 1 parameter"问题的解决方法: http://bugs.php.net/bug.php?id=45538
php5在windows下运行,不需要去掉php.ini中的php_domxml.dll前面的“;”,但是不要删除php_domxml.dll文件。
If you use PHP 5 in windows, you don't need to declare php_domxml.dll in your php.ini file.