I'm not experienced in PHP and I had problems logging out big arrays using error_log
and print_r
.
I was told here to change the log_errors_max_len
of the php.ini file and I went ahead and did a <?php phpinfo(); ?>
to see where the php.ini file was loaded from. Then I changed it to log_errors_max_len = 0
but still the output is truncated.
I'm also using Laravel.
Anybody has any idea why this is not working? (I already restarted apache :)