]> git.mxchange.org Git - mailer.git/blobdiff - inc/ajax/ajax_installer.php
Continued a bit:
[mailer.git] / inc / ajax / ajax_installer.php
index d697b582946d88b1216bf4231edf1ce2a66622d6..77cc42b8f2cc19c9346c0e87be5e9b03b4699f4d 100644 (file)
@@ -666,6 +666,12 @@ function doAjaxInstallerStepInstallExtensions () {
        // Make sure ext-sql_patches is first
        array_unshift($extensions, 'sql_patches');
 
+       // This takes longer
+       if (ini_set('max_input_time', 0) === FALSE) {
+               // Something didn't work
+               logDebugMessage(__FUNCTION__, __LINE__, 'Cannot set max_input_time to 0.');
+       } // END - if
+
        // "Walk" through all extensions
        foreach ($extensions as $key => $ext_name) {
                // Debug message