Skip to content

Instantly share code, notes, and snippets.

@mig1098
Last active August 16, 2019 06:53
Show Gist options
  • Save mig1098/05a20971555191b0fbaeeed4d5107082 to your computer and use it in GitHub Desktop.
Save mig1098/05a20971555191b0fbaeeed4d5107082 to your computer and use it in GitHub Desktop.
aumentar el procesos de un archivo
<?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