PHP Warning: ob_start() : output handler 'ob_gzhandler conflicts with 'zlib output compression'

时间:2025-03-15 00:04:49

安装phpcms过程中,会遇到Warning:  ob_start() : output handler 'ob_gzhandler conflicts with 'zlib output compression'  in 。。。。57 行,解决办法是在第五十七行ob_start('ob_gzhandler');前面加上一句ob_end_clean();这样安装就能成功了。