1
resposta

Como tratar, pegar, o erro fatal : Allowed memory size of

Ao tentar executar a seguinte linha de código

    curl_setopt( $ch, CURLOPT_POSTFIELDS, $fields_string);

Deu o seguinte erro "PHP Fatal error: Allowed memory size of...". Coloquei o bloco Try Catch e ele não consegui pegar o erro. Sabem como resolver isso?

Obrigado. Marcos.

1 resposta

Pode ser assim:

try{ catch(Error $e) { }