ini_set()
is not in PHP's disabled_functions
directive (some shared hosting providers will disable ini_set()
)auto_detect_line_endings
option.pcre.backtrack_limit
to 250000
.memory_limit
to 1G
for the duration of the import to help ensure the import is successful.