Last active
August 16, 2019 06:53
-
-
Save mig1098/05a20971555191b0fbaeeed4d5107082 to your computer and use it in GitHub Desktop.
aumentar el procesos de un archivo
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
ini_set("max_execution_time", "-1"); | |
ini_set("memory_limit", "-1"); | |
ignore_user_abort(true); | |
set_time_limit(0); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment