I am loading an array with data from a text file and it dies with no error well before it finishes. The script works fine on one server but not on another. The file is 2703 KB with 296700 rows --so the script should loop 296700 times to load the data into the array. I already changed: max_input_time = 300 in php.ini
but the script times out after about a minute. Yes I have these two lines in the script:
error_reporting(E_ALL);
ini_set('display_errors', true);
Memory? CPU?
but the script times out after about a minute. Yes I have these two lines in the script:
error_reporting(E_ALL);
ini_set('display_errors', true);
Memory? CPU?