Heim >Backend-Entwicklung >PHP-Tutorial >php脚本运行报"Empty row packet body",这个错误是什么原因?

php脚本运行报"Empty row packet body",这个错误是什么原因?

WBOY
WBOYOriginal
2016-06-06 20:19:154069Durchsuche

php脚本运行报"Empty row packet body",这个错误是什么原因?

回复内容:

php脚本运行报"Empty row packet body",这个错误是什么原因?

打开php.ini,加上这么一行

<code>always_populate_raw_post_data=-1</code>

然后重启服务器

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn
Vorheriger Artikel:求大神帮忙解密SegmentFaultNächster Artikel:php双重循环问题