“Limit czasu PHP (Max_Execution_Time):” Kod odpowiedzi

php max_execution_time

ini_set ( 'max_execution_time', -1); //unlimit
Puzzled Pheasant

Max_Execution_time PHP

ini_set ( 'max_execution_time', 1200); //1200 is time in secondss
M. Wasim Abbasi

Limit czasu PHP (Max_Execution_Time):

1- Increasing PHP Time Limit via PHP.ini file

	max_execution_time = 300;

2- Alternative to editing PHP.ini through wp-config.php
  
  	set_time_limit(300);

3- Modifying the .htaccess file
  
  	max_execution 300
Ninja Hathori

Odpowiedzi podobne do “Limit czasu PHP (Max_Execution_Time):”

Pytania podobne do “Limit czasu PHP (Max_Execution_Time):”

Więcej pokrewnych odpowiedzi na “Limit czasu PHP (Max_Execution_Time):” w PHP

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu