PHP调试小错误汇总

1.中文显示乱码

解决:加上header('Content-type:text');

2.Unable to find the wrapper "https

解决:到php.ini中把extension=php_openssl.dll前面的;删掉,重启apache服务

原文地址:https://www.cnblogs.com/zhengwk/p/5830476.html