摘要:
本文介绍php出现Warning: A non-numeric value encountered问题,或者 Notice: A non well formed numeric value encountered 用实例分析出现这种错误的原因,并提供避免及解决问题的方法。 <?phperror_re 阅读全文
摘要:
nginx出现502有很多原因,但大部分原因可以归结为资源数量不够用,也就是说后端PHP-fpm处理有问题,nginx将正确的客户端请求发给了后端的php-fpm进程,但是因为php-fpm进程的问题导致不能正确解析php代码,最终返回给了客户端502错误。 nginx+php出现502 bad g 阅读全文