Explorar el Código

removed time limit for the vendors script (closes #2282)

Fabien Potencier hace 13 años
padre
commit
2db24c264f
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      vendors.php

+ 2 - 0
vendors.php

@@ -19,6 +19,8 @@ http://symfony.com/download
 
 */
 
+set_time_limit(0);
+
 if (!is_dir($vendorDir = dirname(__FILE__).'/vendor')) {
     mkdir($vendorDir, 0777, true);
 }