php parse_str crashes on big data

ParsReis00

New Member
I try to post very long (10-15MB) \[code\]xml\[/code\] data. Therefore I have increased in my development \[code\]php.ini\[/code\] the following settings:\[code\]max_execution_time = 600max_input_time = -1memory_limit = 1024Mpost_max_size = 5000Mupload_max_filesize = 5000Mdefault_socket_timeout = 600\[/code\]But the \[code\]php\[/code\] function \[code\]parse_str\[/code\] still seems to crash - since all following commands are not executed and the page-response is 0 bytes.I am not really a php guru, could anywone give me a hint how to fix this issue?EDIT:There is no log, no response and apache error log is also not complaining anythingwhy I use parse_str? this is not my code :-)
 
Back
Top