Created a post form, where from the client’s side the user loads a text file and clicks on submit. Everything!

enter image description here

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

Yes, it’s clear from the lines, you need to change the always_populate_raw_post_data property to 0 in php.ini. And he did. Did not help. Pokhim with zero - again, by. What to do, people?

enter image description here

I do not want to change the version of the compiler))

    0