コード例 #1
0
ファイル: test.PHPCLI.php プロジェクト: biggtfish/cms
 public function PHPCLI()
 {
     parent::AbstractTest("PHP Command Line", "Testing PHP command line (default is php)");
 }
コード例 #2
0
ファイル: test.GPC.php プロジェクト: bloveing/openulteo
 function GPC()
 {
     parent::AbstractTest("Magic quotes", "Magic quotes enabled : " . get_magic_quotes_gpc());
 }
コード例 #3
0
ファイル: test.PHP_OB.php プロジェクト: biggtfish/cms
 public function PHP_OB()
 {
     parent::AbstractTest("PHP Output Buffer disabled", "You should disable php output_buffering parameter for better performances with Pydio.");
 }
コード例 #4
0
 function PHPLimits()
 {
     parent::AbstractTest("PHP Limits variables", "<b>Testing configs</b>");
 }
コード例 #5
0
 function AJXPVersion()
 {
     parent::AbstractTest("AjaXplorer version", "AJXP version : " . AJXP_VERSION);
 }
コード例 #6
0
ファイル: test.Zlib.php プロジェクト: bloveing/openulteo
 function Zlib()
 {
     parent::AbstractTest("Zlib extension (ZIP)", "Extension enabled : " . (function_exists('gzopen') ? "1" : "0"));
 }
コード例 #7
0
 function PHPErrorLevel()
 {
     parent::AbstractTest("PHP error level", PHPErrorLevel::error2string(error_reporting()));
 }
コード例 #8
0
 function ServerEncoding()
 {
     parent::AbstractTest("Server charset encoding", "You must set a correct charset encoding in your locale definition in the form: en_us.UTF-8. Please refer to setlocale man page. If your detected locale is C, please check <a href=\"http://www.ajaxplorer.info/documentation/chapter-8-faq/#c87\">http://www.ajaxplorer.info/documentation/chapter-8-faq/#c87</a>. ");
 }
コード例 #9
0
 function Client()
 {
     parent::AbstractTest("Client Browser", "Current client " . $_SERVER['HTTP_USER_AGENT']);
 }
コード例 #10
0
 public function PHP_magic_quotes()
 {
     parent::AbstractTest("Magic quotes disabled", "Magic quotes need to be disabled, only relevent for php 5.3");
 }
コード例 #11
0
ファイル: test.PHPOS.php プロジェクト: umbecr/camilaframework
 function PHPOS()
 {
     parent::AbstractTest("PHP operating system", "Current operating system " . PHP_OS);
 }
コード例 #12
0
ファイル: test.PHPVersion.php プロジェクト: biggtfish/cms
 public function PHPVersion()
 {
     parent::AbstractTest("PHP version", "Minimum required version is PHP 5.3.0");
 }
コード例 #13
0
 function fsAccessTest()
 {
     parent::AbstractTest("Filesystem Plugin", "");
 }
コード例 #14
0
ファイル: test.PHPMCrypt.php プロジェクト: biggtfish/cms
 public function PHPMCrypt()
 {
     parent::AbstractTest("MCrypt enabled", "MCrypt is required by all security functions.");
 }
コード例 #15
0
ファイル: test.sshAccess.php プロジェクト: bloveing/openulteo
 function sshAccessTest()
 {
     parent::AbstractTest("Remote SSH Filesystem Plugin", "");
 }
コード例 #16
0
 function ServerEncoding()
 {
     parent::AbstractTest("Server charset encoding", "You must set a correct charset encoding in your locale definition in the form: en_us.UTF-8. Please refer to setlocale man page. If your detected locale is C, please check the <a href=\"http://www.ajaxplorer.info/wordpress/documentation-3/chapter-faq/#toc-i-have-a-warning-concerning-the-character-encoding-when-i-first-start-ajaxplorer-what-should-i-do\">F.A.Q.</a>. ");
 }
コード例 #17
0
 function PHPSession()
 {
     parent::AbstractTest("PHP Session", "<b>Testing configs</b>");
 }
コード例 #18
0
ファイル: test.Upload.php プロジェクト: biggtfish/cms
 public function Upload()
 {
     parent::AbstractTest("Upload particularities", "<b>Testing configs</b>");
 }
コード例 #19
0
ファイル: test.ftpAccess.php プロジェクト: bloveing/openulteo
 function ftpAccessTest()
 {
     parent::AbstractTest("Remote FTP Filesystem Plugin", "");
 }
コード例 #20
0
ファイル: test.AJXPVersion.php プロジェクト: biggtfish/cms
 public function AJXPVersion()
 {
     parent::AbstractTest("Pydio version", "Version : " . AJXP_VERSION);
 }
コード例 #21
0
 function PHPVersion()
 {
     parent::AbstractTest("PHP version", "Minimum required version is PHP 5.1.0, PHP 5.2 or higher recommended when using foreign language");
 }
コード例 #22
0
ファイル: test.PHP_APC.php プロジェクト: biggtfish/cms
 public function PHP_APC()
 {
     parent::AbstractTest("PHP APC extension", "Pydio framework loads a lot of PHP files at each query, and using a PHP accelerator is greatly recommanded.");
 }
コード例 #23
0
 function PHPMCrypt()
 {
     parent::AbstractTest("MCrypt enabled", "MCrypt is required for generating publiclets");
 }
コード例 #24
0
ファイル: test.ServerEncoding.php プロジェクト: biggtfish/cms
 public function ServerEncoding()
 {
     parent::AbstractTest("Server charset encoding", "You must set a correct charset encoding in your locale definition in the form: en_us.UTF-8. Please refer to setlocale man page. If your detected locale is C, please check the <a href=\"http://ajaxplorer.info/knowledge-base-2/f-a-q/#39172\">F.A.Q.</a>. ");
 }
コード例 #25
0
 function PHPDomXML()
 {
     parent::AbstractTest("DOM Xml enabled", "Dom XML is required, you may have to install the php-xml extension.");
 }
コード例 #26
0
 function SSLEncryption()
 {
     parent::AbstractTest("SSL Encryption", "You are not using SSL encryption, or it was not detected by the server. Be aware that it is strongly recommended to secure all communication of data over the network.");
 }
コード例 #27
0
ファイル: test.Writeability.php プロジェクト: biggtfish/cms
 public function Writeability()
 {
     parent::AbstractTest("Required writeable folder", "One of the following folder should be writeable and is not : ");
 }
コード例 #28
0
 function PHPGDVersion()
 {
     parent::AbstractTest("PHP GD version", "GD is required for generating thumbnails");
 }
コード例 #29
0
ファイル: test.UsersConfig.php プロジェクト: biggtfish/cms
 public function UsersConfig()
 {
     parent::AbstractTest("Users Configuration", "Current config for users");
 }
コード例 #30
0
ファイル: test.PHPExif.php プロジェクト: rcmarotz/pydio-core
 public function PHPExif()
 {
     parent::AbstractTest("Exif Extension enabled", "Installing php-exif extension is recommended if you plan to handle images");
 }