Explorar el Código

removed safe mode check

this is not available in PHP >5.4.0 anyway.

> This feature has been DEPRECATED as of PHP 5.3.0 and REMOVED as of PHP
5.4.0.

http://php.net/manual/en/features.safe-mode.php
Carsten Brandt hace 11 años
padre
commit
b528289495
Se han modificado 1 ficheros con 0 adiciones y 7 borrados
  1. 0 7
      requirements.php

+ 0 - 7
requirements.php

@@ -107,13 +107,6 @@ $requirements = array(
         'memo' => $imagickMemo,
     ),
     // PHP ini :
-    'phpSafeMode' => array(
-        'name' => 'PHP safe mode',
-        'mandatory' => false,
-        'condition' => $requirementsChecker->checkPhpIniOff("safe_mode"),
-        'by' => 'File uploading and console command execution',
-        'memo' => '"safe_mode" should be disabled at php.ini',
-    ),
     'phpExposePhp' => array(
         'name' => 'Expose PHP',
         'mandatory' => false,