您好,登錄后才能下訂單哦!
小編給大家分享一下如何解決php接收post參數(shù)時(shí)報(bào)錯(cuò)的問題,希望大家閱讀完這篇文章后大所收獲,下面讓我們一起去探討吧!
php接收post參數(shù)時(shí)報(bào)錯(cuò)的解決辦法:首先搜索【php.ini】中 【always_populate_raw_post_data 】;然后將前面的【;】去掉,并重啟服務(wù)即可。
php接收post參數(shù)時(shí)報(bào)錯(cuò)的解決辦法:
php接收postman數(shù)據(jù)時(shí)報(bào)錯(cuò)
Deprecated: Automatically populating $HTTP_RAW_POST_DATA is deprecated and will be removed in a future version. To avoid this warning set 'always_populate_raw_post_data' to '-1' in php.ini and use the php://input stream instead. in Unknown on line 0
Warning: Cannot modify header information - headers already sent in Unknown on line 0
網(wǎng)上查詢到的原因是:本地PHP版本過高,postman發(fā)過來的數(shù)據(jù)用$HTTP_RAW_POST_DATA 接收數(shù)據(jù)時(shí)報(bào)錯(cuò),改變$_POST的賦值方式就可以
搜索php.ini中 【always_populate_raw_post_data 】
將前面的【;】去掉,重啟服務(wù),就可以正常接收了,不過這一塊我目前也沒有很清楚,為什么在框架中,接收$_POST數(shù)據(jù)并沒有這個(gè)報(bào)錯(cuò),但是單獨(dú)的腳本接收數(shù)據(jù)時(shí)卻報(bào)錯(cuò)
看完了這篇文章,相信你對如何解決php接收post參數(shù)時(shí)報(bào)錯(cuò)的問題有了一定的了解,想了解更多相關(guān)知識,歡迎關(guān)注億速云行業(yè)資訊頻道,感謝各位的閱讀!
免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。