mirror of
https://github.com/yiisoft/yii.git
synced 2026-02-19 17:11:23 +01:00
update links
This commit is contained in:
@@ -2,7 +2,7 @@ How to contribute to Yii?
|
||||
=========================
|
||||
|
||||
> **Note that only PHP 7 and PHP 8 compatibility issues are accepted since Yii 1.1 has reached EOL.
|
||||
For security issues please [contact maintainers privately](http://www.yiiframework.com/security/).**
|
||||
For security issues please [contact maintainers privately](https://www.yiiframework.com/security/).**
|
||||
|
||||
When contributing to Yii you have to follow some conventions and a simple
|
||||
workflow. It allows us to handle the requests quickly and ensure best quality
|
||||
|
||||
2
README
2
README
@@ -61,4 +61,4 @@ and join discussions with other Yii users.
|
||||
|
||||
|
||||
The Yii Developer Team
|
||||
http://www.yiiframework.com
|
||||
https://www.yiiframework.com
|
||||
|
||||
@@ -5,7 +5,7 @@ Thank you for choosing Yii - a high-performance component-based PHP framework.
|
||||
|
||||
[](https://github.com/yiisoft/yii/actions)
|
||||
|
||||
> Note that Yii 1.1 [has reached end of life](http://www.yiiframework.com/news/90/update-on-yii-1-1-support-and-end-of-life/)
|
||||
> Note that Yii 1.1 [has reached end of life](https://www.yiiframework.com/news/90/update-on-yii-1-1-support-and-end-of-life/)
|
||||
and won't receive updates except security fixes. Please start new projects using [Yii 2](https://github.com/yiisoft/yii2).
|
||||
|
||||
INSTALLATION
|
||||
@@ -65,4 +65,4 @@ and join discussions with other Yii users.
|
||||
|
||||
|
||||
The Yii Developer Team
|
||||
http://www.yiiframework.com
|
||||
https://www.yiiframework.com
|
||||
|
||||
14
UPGRADE
14
UPGRADE
@@ -97,7 +97,7 @@ Upgrading from v1.1.15
|
||||
The reason is that file uploads were often handled incorrectly by using real database attribute which lead to ability to
|
||||
write arbitrary data into database column.
|
||||
|
||||
If you've followed [wiki article about uploading files](http://www.yiiframework.com/wiki/2/how-to-upload-a-file-using-a-model/),
|
||||
If you've followed [wiki article about uploading files](https://www.yiiframework.com/wiki/2/how-to-upload-a-file-using-a-model/),
|
||||
you need to mark attribute as `unsafe`:
|
||||
|
||||
public function rules()
|
||||
@@ -121,11 +121,11 @@ Upgrading from v1.1.15
|
||||
|
||||
- We upgraded the bundled jQuery version to 1.11.1. Previous version was 1.8.3.
|
||||
There were breaking changes in the jQuery API which you can find in the jQuery blog:
|
||||
<http://jquery.com/upgrade-guide/1.9/#changes-of-note-in-jquery-1-9>. The [jquery-migrate plugin](https://github.com/jquery/jquery-migrate/)
|
||||
<https://jquery.com/upgrade-guide/1.9/#changes-of-note-in-jquery-1-9>. The [jquery-migrate plugin](https://github.com/jquery/jquery-migrate/)
|
||||
can help checking your code for deprecated functionality.
|
||||
|
||||
- jQueryUI was updated. Check the upgrade guides for [1.10](http://jqueryui.com/upgrade-guide/1.10) and
|
||||
[1.11](http://jqueryui.com/upgrade-guide/1.11).
|
||||
- jQueryUI was updated. Check the upgrade guides for [1.10](https://jqueryui.com/upgrade-guide/1.10) and
|
||||
[1.11](https://jqueryui.com/upgrade-guide/1.11).
|
||||
|
||||
- The implementation of `CSecurityManager::encrypt()` and `decrypt()` were changed to be more secure.
|
||||
If you use these methods to encrypt your data, you should take the following steps to use the new version:
|
||||
@@ -212,8 +212,8 @@ Upgrading from v1.1.13
|
||||
|
||||
Upgrading from v1.1.12
|
||||
----------------------
|
||||
- Both jQuery and jQueryUI were updated. Check [jQuery UI upgrade guide](http://jqueryui.com/upgrade-guide/1.9/)
|
||||
and [jQuery release notes](http://blog.jquery.com/2012/08/09/jquery-1-8-released/).
|
||||
- Both jQuery and jQueryUI were updated. Check [jQuery UI upgrade guide](https://jqueryui.com/upgrade-guide/1.9/)
|
||||
and [jQuery release notes](https://blog.jquery.com/2012/08/09/jquery-1-8-released/).
|
||||
|
||||
- We completed the behavior of CFormatter::sizeFormat() which has been introduced in Yii 1.1.11. If you are using it with your own translation file
|
||||
you have to move your translations to the `yii` category in `yii.php` file which is handled by the application component `coreMessages`.
|
||||
@@ -593,7 +593,7 @@ Upgrading from v1.0.1
|
||||
For more details about scenario-based assignment and validation,
|
||||
please read the following tutorial section:
|
||||
|
||||
http://www.yiiframework.com/doc/guide/form.model#securing-attribute-assignments
|
||||
https://www.yiiframework.com/doc/guide/form.model#securing-attribute-assignments
|
||||
|
||||
- The signature of CModel::validate() has been changed to:
|
||||
|
||||
|
||||
@@ -2,14 +2,14 @@
|
||||
"name": "yiisoft/yii",
|
||||
"description": "Yii Web Programming Framework",
|
||||
"keywords": ["yii", "framework"],
|
||||
"homepage": "http://www.yiiframework.com/",
|
||||
"homepage": "https://www.yiiframework.com/",
|
||||
"type": "library",
|
||||
"license": "BSD-3-Clause",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Qiang Xue",
|
||||
"email": "qiang.xue@gmail.com",
|
||||
"homepage": "http://www.yiiframework.com/",
|
||||
"homepage": "https://www.yiiframework.com/",
|
||||
"role": "Founder and project lead"
|
||||
},
|
||||
{
|
||||
|
||||
@@ -3,9 +3,9 @@
|
||||
* MessageCommand class file.
|
||||
*
|
||||
* @author Qiang Xue <qiang.xue@gmail.com>
|
||||
* @link http://www.yiiframework.com/
|
||||
* @link https://www.yiiframework.com/
|
||||
* @copyright 2008-2013 Yii Software LLC
|
||||
* @license http://www.yiiframework.com/license/
|
||||
* @license https://www.yiiframework.com/license/
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
@@ -3,9 +3,9 @@
|
||||
* MigrateCommand class file.
|
||||
*
|
||||
* @author Qiang Xue <qiang.xue@gmail.com>
|
||||
* @link http://www.yiiframework.com/
|
||||
* @link https://www.yiiframework.com/
|
||||
* @copyright 2008-2013 Yii Software LLC
|
||||
* @license http://www.yiiframework.com/license/
|
||||
* @license https://www.yiiframework.com/license/
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
@@ -3,9 +3,9 @@
|
||||
* ShellCommand class file.
|
||||
*
|
||||
* @author Qiang Xue <qiang.xue@gmail.com>
|
||||
* @link http://www.yiiframework.com/
|
||||
* @link https://www.yiiframework.com/
|
||||
* @copyright 2008-2013 Yii Software LLC
|
||||
* @license http://www.yiiframework.com/license/
|
||||
* @license https://www.yiiframework.com/license/
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
@@ -3,9 +3,9 @@
|
||||
* WebAppCommand class file.
|
||||
*
|
||||
* @author Qiang Xue <qiang.xue@gmail.com>
|
||||
* @link http://www.yiiframework.com/
|
||||
* @link https://www.yiiframework.com/
|
||||
* @copyright 2008-2013 Yii Software LLC
|
||||
* @license http://www.yiiframework.com/license/
|
||||
* @license https://www.yiiframework.com/license/
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
@@ -3,9 +3,9 @@
|
||||
* ControllerCommand class file.
|
||||
*
|
||||
* @author Qiang Xue <qiang.xue@gmail.com>
|
||||
* @link http://www.yiiframework.com/
|
||||
* @link https://www.yiiframework.com/
|
||||
* @copyright 2008-2013 Yii Software LLC
|
||||
* @license http://www.yiiframework.com/license/
|
||||
* @license https://www.yiiframework.com/license/
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
@@ -3,9 +3,9 @@
|
||||
* CrudCommand class file.
|
||||
*
|
||||
* @author Qiang Xue <qiang.xue@gmail.com>
|
||||
* @link http://www.yiiframework.com/
|
||||
* @link https://www.yiiframework.com/
|
||||
* @copyright 2008-2013 Yii Software LLC
|
||||
* @license http://www.yiiframework.com/license/
|
||||
* @license https://www.yiiframework.com/license/
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
@@ -3,9 +3,9 @@
|
||||
* FormCommand class file.
|
||||
*
|
||||
* @author Qiang Xue <qiang.xue@gmail.com>
|
||||
* @link http://www.yiiframework.com/
|
||||
* @link https://www.yiiframework.com/
|
||||
* @copyright 2008-2013 Yii Software LLC
|
||||
* @license http://www.yiiframework.com/license/
|
||||
* @license https://www.yiiframework.com/license/
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
@@ -3,9 +3,9 @@
|
||||
* HelpCommand class file.
|
||||
*
|
||||
* @author Qiang Xue <qiang.xue@gmail.com>
|
||||
* @link http://www.yiiframework.com/
|
||||
* @link https://www.yiiframework.com/
|
||||
* @copyright 2008-2013 Yii Software LLC
|
||||
* @license http://www.yiiframework.com/license/
|
||||
* @license https://www.yiiframework.com/license/
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
@@ -3,9 +3,9 @@
|
||||
* ModelCommand class file.
|
||||
*
|
||||
* @author Qiang Xue <qiang.xue@gmail.com>
|
||||
* @link http://www.yiiframework.com/
|
||||
* @link https://www.yiiframework.com/
|
||||
* @copyright 2008-2013 Yii Software LLC
|
||||
* @license http://www.yiiframework.com/license/
|
||||
* @license https://www.yiiframework.com/license/
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
@@ -3,9 +3,9 @@
|
||||
* ModuleCommand class file.
|
||||
*
|
||||
* @author Qiang Xue <qiang.xue@gmail.com>
|
||||
* @link http://www.yiiframework.com/
|
||||
* @link https://www.yiiframework.com/
|
||||
* @copyright 2008-2013 Yii Software LLC
|
||||
* @license http://www.yiiframework.com/license/
|
||||
* @license https://www.yiiframework.com/license/
|
||||
* @version $Id: ModuleCommand.php 433 2008-12-30 22:59:17Z qiang.xue $
|
||||
*/
|
||||
|
||||
|
||||
@@ -29,9 +29,9 @@
|
||||
* </div>
|
||||
*
|
||||
* @author Qiang Xue <qiang.xue@gmail.com>
|
||||
* @link http://www.yiiframework.com/
|
||||
* @link https://www.yiiframework.com/
|
||||
* @copyright 2008-2010 Yii Software LLC
|
||||
* @license http://www.yiiframework.com/license/
|
||||
* @license https://www.yiiframework.com/license/
|
||||
*/
|
||||
|
||||
div.form
|
||||
|
||||
@@ -15,6 +15,6 @@ $this->pageTitle=Yii::app()->name;
|
||||
</ul>
|
||||
|
||||
<p>For more details on how to further develop this application, please read
|
||||
the <a href="http://www.yiiframework.com/doc/">documentation</a>.
|
||||
Feel free to ask in the <a href="http://www.yiiframework.com/forum/">forum</a>,
|
||||
the <a href="httpss://www.yiiframework.com/doc/">documentation</a>.
|
||||
Feel free to ask in the <a href="https://www.yiiframework.com/forum/">forum</a>,
|
||||
should you have any questions.</p>
|
||||
|
||||
@@ -3,9 +3,9 @@
|
||||
* CPgsqlSchema class file.
|
||||
*
|
||||
* @author Qiang Xue <qiang.xue@gmail.com>
|
||||
* @link http://www.yiiframework.com/
|
||||
* @link https://www.yiiframework.com/
|
||||
* @copyright 2008-2013 Yii Software LLC
|
||||
* @license http://www.yiiframework.com/license/
|
||||
* @license https://www.yiiframework.com/license/
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
@@ -3,9 +3,9 @@
|
||||
* CSqliteSchema class file.
|
||||
*
|
||||
* @author Qiang Xue <qiang.xue@gmail.com>
|
||||
* @link http://www.yiiframework.com/
|
||||
* @link https://www.yiiframework.com/
|
||||
* @copyright 2008-2013 Yii Software LLC
|
||||
* @license http://www.yiiframework.com/license/
|
||||
* @license https://www.yiiframework.com/license/
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
@@ -3,9 +3,9 @@
|
||||
* CCodeFile class file.
|
||||
*
|
||||
* @author Qiang Xue <qiang.xue@gmail.com>
|
||||
* @link http://www.yiiframework.com/
|
||||
* @link https://www.yiiframework.com/
|
||||
* @copyright 2008-2013 Yii Software LLC
|
||||
* @license http://www.yiiframework.com/license/
|
||||
* @license https://www.yiiframework.com/license/
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
@@ -3,9 +3,9 @@
|
||||
* CCodeForm class file.
|
||||
*
|
||||
* @author Qiang Xue <qiang.xue@gmail.com>
|
||||
* @link http://www.yiiframework.com/
|
||||
* @link https://www.yiiframework.com/
|
||||
* @copyright 2008-2013 Yii Software LLC
|
||||
* @license http://www.yiiframework.com/license/
|
||||
* @license https://www.yiiframework.com/license/
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
@@ -3,9 +3,9 @@
|
||||
* CCodeGenerator class file.
|
||||
*
|
||||
* @author Qiang Xue <qiang.xue@gmail.com>
|
||||
* @link http://www.yiiframework.com/
|
||||
* @link https://www.yiiframework.com/
|
||||
* @copyright 2008-2013 Yii Software LLC
|
||||
* @license http://www.yiiframework.com/license/
|
||||
* @license https://www.yiiframework.com/license/
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
@@ -3,9 +3,9 @@
|
||||
* CCodeModel class file.
|
||||
*
|
||||
* @author Qiang Xue <qiang.xue@gmail.com>
|
||||
* @link http://www.yiiframework.com/
|
||||
* @link https://www.yiiframework.com/
|
||||
* @copyright 2008-2013 Yii Software LLC
|
||||
* @license http://www.yiiframework.com/license/
|
||||
* @license https://www.yiiframework.com/license/
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
@@ -3,9 +3,9 @@
|
||||
* GiiModule class file.
|
||||
*
|
||||
* @author Qiang Xue <qiang.xue@gmail.com>
|
||||
* @link http://www.yiiframework.com/
|
||||
* @link https://www.yiiframework.com/
|
||||
* @copyright 2008-2013 Yii Software LLC
|
||||
* @license http://www.yiiframework.com/license/
|
||||
* @license https://www.yiiframework.com/license/
|
||||
*/
|
||||
|
||||
Yii::import('system.gii.CCodeGenerator');
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* FancyBox - jQuery Plugin
|
||||
* Simple and fancy lightbox alternative
|
||||
*
|
||||
* Examples and documentation at: http://fancybox.net
|
||||
* Examples and documentation at: https://fancybox.net
|
||||
*
|
||||
* Copyright (c) 2008 - 2010 Janis Skarnelis
|
||||
*
|
||||
@@ -10,8 +10,8 @@
|
||||
* Requires: jQuery v1.3+
|
||||
*
|
||||
* Dual licensed under the MIT and GPL licenses:
|
||||
* http://www.opensource.org/licenses/mit-license.php
|
||||
* http://www.gnu.org/licenses/gpl.html
|
||||
* https://www.opensource.org/licenses/mit-license.php
|
||||
* https://www.gnu.org/licenses/gpl.html
|
||||
*/
|
||||
|
||||
#fancybox-loading {
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* FancyBox - jQuery Plugin
|
||||
* Simple and fancy lightbox alternative
|
||||
*
|
||||
* Examples and documentation at: http://fancybox.net
|
||||
* Examples and documentation at: https://fancybox.net
|
||||
*
|
||||
* Copyright (c) 2008 - 2010 Janis Skarnelis
|
||||
*
|
||||
@@ -10,8 +10,8 @@
|
||||
* Requires: jQuery v1.3+
|
||||
*
|
||||
* Dual licensed under the MIT and GPL licenses:
|
||||
* http://www.opensource.org/licenses/mit-license.php
|
||||
* http://www.gnu.org/licenses/gpl.html
|
||||
* https://www.opensource.org/licenses/mit-license.php
|
||||
* https://www.gnu.org/licenses/gpl.html
|
||||
*/
|
||||
|
||||
(function(b){var m,u,x,g,D,i,z,A,B,p=0,e={},q=[],n=0,c={},j=[],E=null,s=new Image,G=/\.(jpg|gif|png|bmp|jpeg)(.*)?$/i,S=/[^\.]\.(swf)\s*$/i,H,I=1,k,l,h=false,y=b.extend(b("<div/>")[0],{prop:0}),v=0,O=!b.support.opacity&&!window.XMLHttpRequest,J=function(){u.hide();s.onerror=s.onload=null;E&&E.abort();m.empty()},P=function(){b.fancybox('<p id="fancybox_error">The requested content cannot be loaded.<br />Please try again later.</p>',{scrolling:"no",padding:20,transitionIn:"none",transitionOut:"none"})},
|
||||
|
||||
@@ -9,10 +9,10 @@
|
||||
* $Horde: framework/Text_Diff/Diff.php,v 1.11.2.12 2009/01/06 15:23:41 jan Exp $
|
||||
*
|
||||
* Copyright 2004 Geoffrey T. Dairiki <dairiki@dairiki.org>
|
||||
* Copyright 2004-2009 The Horde Project (http://www.horde.org/)
|
||||
* Copyright 2004-2009 The Horde Project (https://www.horde.org/)
|
||||
*
|
||||
* See the enclosed file COPYING for license information (LGPL). If you did
|
||||
* not receive this file, see http://opensource.org/licenses/lgpl-license.php.
|
||||
* not receive this file, see https://opensource.org/licenses/lgpl-license.php.
|
||||
*
|
||||
* @package Text_Diff
|
||||
* @author Geoffrey T. Dairiki <dairiki@dairiki.org>
|
||||
|
||||
@@ -6,9 +6,9 @@
|
||||
*
|
||||
* The algorithm used here is mostly lifted from the perl module
|
||||
* Algorithm::Diff (version 1.06) by Ned Konz, which is available at:
|
||||
* http://www.perl.com/CPAN/authors/id/N/NE/NEDKONZ/Algorithm-Diff-1.06.zip
|
||||
* https://www.perl.com/CPAN/authors/id/N/NE/NEDKONZ/Algorithm-Diff-1.06.zip
|
||||
*
|
||||
* More ideas are taken from: http://www.ics.uci.edu/~eppstein/161/960229.html
|
||||
* More ideas are taken from: https://www.ics.uci.edu/~eppstein/161/960229.html
|
||||
*
|
||||
* Some ideas (and a bit of code) are taken from analyze.c, of GNU
|
||||
* diffutils-2.7, which can be found at:
|
||||
@@ -20,10 +20,10 @@
|
||||
*
|
||||
* $Horde: framework/Text_Diff/Diff/Engine/native.php,v 1.7.2.5 2009/01/06 15:23:41 jan Exp $
|
||||
*
|
||||
* Copyright 2004-2009 The Horde Project (http://www.horde.org/)
|
||||
* Copyright 2004-2009 The Horde Project (https://www.horde.org/)
|
||||
*
|
||||
* See the enclosed file COPYING for license information (LGPL). If you did
|
||||
* not receive this file, see http://opensource.org/licenses/lgpl-license.php.
|
||||
* not receive this file, see https://opensource.org/licenses/lgpl-license.php.
|
||||
*
|
||||
* @author Geoffrey T. Dairiki <dairiki@dairiki.org>
|
||||
* @package Text_Diff
|
||||
|
||||
@@ -7,10 +7,10 @@
|
||||
*
|
||||
* $Horde: framework/Text_Diff/Diff/Engine/shell.php,v 1.6.2.4 2009/01/06 15:23:41 jan Exp $
|
||||
*
|
||||
* Copyright 2007-2009 The Horde Project (http://www.horde.org/)
|
||||
* Copyright 2007-2009 The Horde Project (https://www.horde.org/)
|
||||
*
|
||||
* See the enclosed file COPYING for license information (LGPL). If you did
|
||||
* not receive this file, see http://opensource.org/licenses/lgpl-license.php.
|
||||
* not receive this file, see https://opensource.org/licenses/lgpl-license.php.
|
||||
*
|
||||
* @author Milian Wolff <mail@milianw.de>
|
||||
* @package Text_Diff
|
||||
|
||||
@@ -12,13 +12,13 @@
|
||||
*
|
||||
* $Horde: framework/Text_Diff/Diff/Engine/string.php,v 1.5.2.7 2009/07/24 13:04:43 jan Exp $
|
||||
*
|
||||
* Copyright 2005 Örjan Persson <o@42mm.org>
|
||||
* Copyright 2005-2009 The Horde Project (http://www.horde.org/)
|
||||
* Copyright 2005 <EFBFBD>rjan Persson <o@42mm.org>
|
||||
* Copyright 2005-2009 The Horde Project (https://www.horde.org/)
|
||||
*
|
||||
* See the enclosed file COPYING for license information (LGPL). If you did
|
||||
* not receive this file, see http://opensource.org/licenses/lgpl-license.php.
|
||||
* not receive this file, see https://opensource.org/licenses/lgpl-license.php.
|
||||
*
|
||||
* @author Örjan Persson <o@42mm.org>
|
||||
* @author <EFBFBD>rjan Persson <o@42mm.org>
|
||||
* @package Text_Diff
|
||||
* @since 0.2.0
|
||||
*/
|
||||
|
||||
@@ -2,15 +2,15 @@
|
||||
/**
|
||||
* Class used internally by Diff to actually compute the diffs.
|
||||
*
|
||||
* This class uses the xdiff PECL package (http://pecl.php.net/package/xdiff)
|
||||
* This class uses the xdiff PECL package (https://pecl.php.net/package/xdiff)
|
||||
* to compute the differences between the two input arrays.
|
||||
*
|
||||
* $Horde: framework/Text_Diff/Diff/Engine/xdiff.php,v 1.4.2.5 2009/07/24 13:06:24 jan Exp $
|
||||
*
|
||||
* Copyright 2004-2009 The Horde Project (http://www.horde.org/)
|
||||
* Copyright 2004-2009 The Horde Project (https://www.horde.org/)
|
||||
*
|
||||
* See the enclosed file COPYING for license information (LGPL). If you did
|
||||
* not receive this file, see http://opensource.org/licenses/lgpl-license.php.
|
||||
* not receive this file, see https://opensource.org/licenses/lgpl-license.php.
|
||||
*
|
||||
* @author Jon Parise <jon@horde.org>
|
||||
* @package Text_Diff
|
||||
|
||||
@@ -2,10 +2,10 @@
|
||||
/**
|
||||
* $Horde: framework/Text_Diff/Diff/Mapped.php,v 1.3.2.4 2009/01/06 15:23:41 jan Exp $
|
||||
*
|
||||
* Copyright 2007-2009 The Horde Project (http://www.horde.org/)
|
||||
* Copyright 2007-2009 The Horde Project (https://www.horde.org/)
|
||||
*
|
||||
* See the enclosed file COPYING for license information (LGPL). If you did
|
||||
* not receive this file, see http://opensource.org/licenses/lgpl-license.php.
|
||||
* not receive this file, see https://opensource.org/licenses/lgpl-license.php.
|
||||
*
|
||||
* @package Text_Diff
|
||||
* @author Geoffrey T. Dairiki <dairiki@dairiki.org>
|
||||
|
||||
@@ -7,10 +7,10 @@
|
||||
*
|
||||
* $Horde: framework/Text_Diff/Diff/Renderer.php,v 1.5.10.12 2009/07/24 13:26:40 jan Exp $
|
||||
*
|
||||
* Copyright 2004-2009 The Horde Project (http://www.horde.org/)
|
||||
* Copyright 2004-2009 The Horde Project (https://www.horde.org/)
|
||||
*
|
||||
* See the enclosed file COPYING for license information (LGPL). If you did
|
||||
* not receive this file, see http://opensource.org/licenses/lgpl-license.php.
|
||||
* not receive this file, see https://opensource.org/licenses/lgpl-license.php.
|
||||
*
|
||||
* @package Text_Diff
|
||||
*/
|
||||
|
||||
@@ -6,10 +6,10 @@
|
||||
*
|
||||
* $Horde: framework/Text_Diff/Diff/Renderer/context.php,v 1.3.2.4 2009/01/06 15:23:42 jan Exp $
|
||||
*
|
||||
* Copyright 2004-2009 The Horde Project (http://www.horde.org/)
|
||||
* Copyright 2004-2009 The Horde Project (https://www.horde.org/)
|
||||
*
|
||||
* See the enclosed file COPYING for license information (LGPL). If you did
|
||||
* not receive this file, see http://opensource.org/licenses/lgpl-license.php.
|
||||
* not receive this file, see https://opensource.org/licenses/lgpl-license.php.
|
||||
*
|
||||
* @package Text_Diff
|
||||
*/
|
||||
|
||||
@@ -4,10 +4,10 @@
|
||||
*
|
||||
* $Horde: framework/Text_Diff/Diff/Renderer/inline.php,v 1.4.10.16 2009/07/24 13:25:29 jan Exp $
|
||||
*
|
||||
* Copyright 2004-2009 The Horde Project (http://www.horde.org/)
|
||||
* Copyright 2004-2009 The Horde Project (https://www.horde.org/)
|
||||
*
|
||||
* See the enclosed file COPYING for license information (LGPL). If you did
|
||||
* not receive this file, see http://opensource.org/licenses/lgpl-license.php.
|
||||
* not receive this file, see https://opensource.org/licenses/lgpl-license.php.
|
||||
*
|
||||
* @author Ciprian Popovici
|
||||
* @package Text_Diff
|
||||
|
||||
@@ -6,10 +6,10 @@
|
||||
*
|
||||
* $Horde: framework/Text_Diff/Diff/Renderer/unified.php,v 1.3.10.7 2009/01/06 15:23:42 jan Exp $
|
||||
*
|
||||
* Copyright 2004-2009 The Horde Project (http://www.horde.org/)
|
||||
* Copyright 2004-2009 The Horde Project (https://www.horde.org/)
|
||||
*
|
||||
* See the enclosed file COPYING for license information (LGPL). If you did
|
||||
* not receive this file, see http://opensource.org/licenses/lgpl-license.php.
|
||||
* not receive this file, see https://opensource.org/licenses/lgpl-license.php.
|
||||
*
|
||||
* @author Ciprian Popovici
|
||||
* @package Text_Diff
|
||||
|
||||
@@ -4,10 +4,10 @@
|
||||
*
|
||||
* $Horde: framework/Text_Diff/Diff/ThreeWay.php,v 1.3.2.4 2009/01/06 15:23:41 jan Exp $
|
||||
*
|
||||
* Copyright 2007-2009 The Horde Project (http://www.horde.org/)
|
||||
* Copyright 2007-2009 The Horde Project (https://www.horde.org/)
|
||||
*
|
||||
* See the enclosed file COPYING for license information (LGPL). If you did
|
||||
* not receive this file, see http://opensource.org/licenses/lgpl-license.php.
|
||||
* not receive this file, see https://opensource.org/licenses/lgpl-license.php.
|
||||
*
|
||||
* @package Text_Diff
|
||||
* @since 0.3.0
|
||||
|
||||
@@ -4,10 +4,10 @@
|
||||
*
|
||||
* $Horde: framework/Text_Diff/Diff3.php,v 1.2.10.7 2009/01/06 15:23:41 jan Exp $
|
||||
*
|
||||
* Copyright 2007-2009 The Horde Project (http://www.horde.org/)
|
||||
* Copyright 2007-2009 The Horde Project (https://www.horde.org/)
|
||||
*
|
||||
* See the enclosed file COPYING for license information (LGPL). If you did
|
||||
* not receive this file, see http://opensource.org/licenses/lgpl-license.php.
|
||||
* not receive this file, see https://opensource.org/licenses/lgpl-license.php.
|
||||
*
|
||||
* @package Text_Diff
|
||||
* @since 0.3.0
|
||||
|
||||
@@ -36,7 +36,7 @@ $cs->registerCssFile($baseUrl.'/js/fancybox/jquery.fancybox-1.3.1.css');
|
||||
<div class="top-menus">
|
||||
<?php echo CHtml::link('help','https://www.yiiframework.com/doc/guide/1.1/en/topics.gii'); ?> |
|
||||
<?php echo CHtml::link('webapp',Yii::app()->homeUrl); ?> |
|
||||
<a href="http://www.yiiframework.com">yii</a>
|
||||
<a href="https://www.yiiframework.com">yii</a>
|
||||
<?php if(!Yii::app()->user->isGuest): ?>
|
||||
| <?php echo CHtml::link('logout',array('default/logout')); ?>
|
||||
<?php endif; ?>
|
||||
|
||||
@@ -3,9 +3,9 @@
|
||||
* CCacheHttpSession class
|
||||
*
|
||||
* @author Qiang Xue <qiang.xue@gmail.com>
|
||||
* @link http://www.yiiframework.com/
|
||||
* @link https://www.yiiframework.com/
|
||||
* @copyright 2008-2013 Yii Software LLC
|
||||
* @license http://www.yiiframework.com/license/
|
||||
* @license https://www.yiiframework.com/license/
|
||||
*/
|
||||
|
||||
|
||||
|
||||
@@ -3,9 +3,9 @@
|
||||
* CFormModel class file.
|
||||
*
|
||||
* @author Qiang Xue <qiang.xue@gmail.com>
|
||||
* @link http://www.yiiframework.com/
|
||||
* @link https://www.yiiframework.com/
|
||||
* @copyright 2008-2013 Yii Software LLC
|
||||
* @license http://www.yiiframework.com/license/
|
||||
* @license https://www.yiiframework.com/license/
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
@@ -3,9 +3,9 @@
|
||||
* CHttpSessionIterator class file.
|
||||
*
|
||||
* @author Qiang Xue <qiang.xue@gmail.com>
|
||||
* @link http://www.yiiframework.com/
|
||||
* @link https://www.yiiframework.com/
|
||||
* @copyright 2008-2013 Yii Software LLC
|
||||
* @license http://www.yiiframework.com/license/
|
||||
* @license https://www.yiiframework.com/license/
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
@@ -3,9 +3,9 @@
|
||||
* COutputEvent class file.
|
||||
*
|
||||
* @author Qiang Xue <qiang.xue@gmail.com>
|
||||
* @link http://www.yiiframework.com/
|
||||
* @link https://www.yiiframework.com/
|
||||
* @copyright 2008-2013 Yii Software LLC
|
||||
* @license http://www.yiiframework.com/license/
|
||||
* @license https://www.yiiframework.com/license/
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
@@ -3,9 +3,9 @@
|
||||
* CTheme class file.
|
||||
*
|
||||
* @author Qiang Xue <qiang.xue@gmail.com>
|
||||
* @link http://www.yiiframework.com/
|
||||
* @link https://www.yiiframework.com/
|
||||
* @copyright 2008-2013 Yii Software LLC
|
||||
* @license http://www.yiiframework.com/license/
|
||||
* @license https://www.yiiframework.com/license/
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
@@ -3,9 +3,9 @@
|
||||
* CThemeManager class file.
|
||||
*
|
||||
* @author Qiang Xue <qiang.xue@gmail.com>
|
||||
* @link http://www.yiiframework.com/
|
||||
* @link https://www.yiiframework.com/
|
||||
* @copyright 2008-2013 Yii Software LLC
|
||||
* @license http://www.yiiframework.com/license/
|
||||
* @license https://www.yiiframework.com/license/
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
@@ -3,9 +3,9 @@
|
||||
* CUploadedFile class file.
|
||||
*
|
||||
* @author Qiang Xue <qiang.xue@gmail.com>
|
||||
* @link http://www.yiiframework.com/
|
||||
* @link https://www.yiiframework.com/
|
||||
* @copyright 2008-2013 Yii Software LLC
|
||||
* @license http://www.yiiframework.com/license/
|
||||
* @license https://www.yiiframework.com/license/
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
@@ -7,9 +7,9 @@
|
||||
* Yii-powered Web applications.
|
||||
*
|
||||
* @author Qiang Xue <qiang.xue@gmail.com>
|
||||
* @link http://www.yiiframework.com/
|
||||
* @link https://www.yiiframework.com/
|
||||
* @copyright 2008-2013 Yii Software LLC
|
||||
* @license http://www.yiiframework.com/license/
|
||||
* @license https://www.yiiframework.com/license/
|
||||
* @package system
|
||||
* @since 1.0
|
||||
*/
|
||||
@@ -21,140 +21,140 @@ $requirements=array(
|
||||
t('yii','PHP version'),
|
||||
true,
|
||||
version_compare(PHP_VERSION,"5.1.0",">="),
|
||||
'<a href="http://www.yiiframework.com">Yii Framework</a>',
|
||||
'<a href="https://www.yiiframework.com">Yii Framework</a>',
|
||||
t('yii','PHP 5.1.0 or higher is required.')),
|
||||
array(
|
||||
t('yii','$_SERVER variable'),
|
||||
true,
|
||||
'' === $message=checkServerVar(),
|
||||
'<a href="http://www.yiiframework.com">Yii Framework</a>',
|
||||
'<a href="https://www.yiiframework.com">Yii Framework</a>',
|
||||
$message),
|
||||
array(
|
||||
t('yii','Reflection extension'),
|
||||
true,
|
||||
class_exists('Reflection',false),
|
||||
'<a href="http://www.yiiframework.com">Yii Framework</a>',
|
||||
'<a href="https://www.yiiframework.com">Yii Framework</a>',
|
||||
''),
|
||||
array(
|
||||
t('yii','PCRE extension'),
|
||||
true,
|
||||
extension_loaded("pcre"),
|
||||
'<a href="http://www.yiiframework.com">Yii Framework</a>',
|
||||
'<a href="https://www.yiiframework.com">Yii Framework</a>',
|
||||
''),
|
||||
array(
|
||||
t('yii','SPL extension'),
|
||||
true,
|
||||
extension_loaded("SPL"),
|
||||
'<a href="http://www.yiiframework.com">Yii Framework</a>',
|
||||
'<a href="https://www.yiiframework.com">Yii Framework</a>',
|
||||
''),
|
||||
array(
|
||||
t('yii','DOM extension'),
|
||||
false,
|
||||
class_exists("DOMDocument",false),
|
||||
'<a href="http://www.yiiframework.com/doc/api/CHtmlPurifier">CHtmlPurifier</a>, <a href="http://www.yiiframework.com/doc/api/CWsdlGenerator">CWsdlGenerator</a>',
|
||||
'<a href="https://www.yiiframework.com/doc/api/CHtmlPurifier">CHtmlPurifier</a>, <a href="https://www.yiiframework.com/doc/api/CWsdlGenerator">CWsdlGenerator</a>',
|
||||
''),
|
||||
array(
|
||||
t('yii','PDO extension'),
|
||||
false,
|
||||
extension_loaded('pdo'),
|
||||
t('yii','All <a href="http://www.yiiframework.com/doc/api/#system.db">DB-related classes</a>'),
|
||||
t('yii','All <a href="https://www.yiiframework.com/doc/api/#system.db">DB-related classes</a>'),
|
||||
''),
|
||||
array(
|
||||
t('yii','PDO SQLite extension'),
|
||||
false,
|
||||
extension_loaded('pdo_sqlite'),
|
||||
t('yii','All <a href="http://www.yiiframework.com/doc/api/#system.db">DB-related classes</a>'),
|
||||
t('yii','All <a href="https://www.yiiframework.com/doc/api/#system.db">DB-related classes</a>'),
|
||||
t('yii','Required for SQLite database.')),
|
||||
array(
|
||||
t('yii','PDO MySQL extension'),
|
||||
false,
|
||||
extension_loaded('pdo_mysql'),
|
||||
t('yii','All <a href="http://www.yiiframework.com/doc/api/#system.db">DB-related classes</a>'),
|
||||
t('yii','All <a href="https://www.yiiframework.com/doc/api/#system.db">DB-related classes</a>'),
|
||||
t('yii','Required for MySQL database.')),
|
||||
array(
|
||||
t('yii','PDO PostgreSQL extension'),
|
||||
false,
|
||||
extension_loaded('pdo_pgsql'),
|
||||
t('yii','All <a href="http://www.yiiframework.com/doc/api/#system.db">DB-related classes</a>'),
|
||||
t('yii','All <a href="https://www.yiiframework.com/doc/api/#system.db">DB-related classes</a>'),
|
||||
t('yii','Required for PostgreSQL database.')),
|
||||
array(
|
||||
t('yii','PDO Oracle extension'),
|
||||
false,
|
||||
extension_loaded('pdo_oci'),
|
||||
t('yii','All <a href="http://www.yiiframework.com/doc/api/#system.db">DB-related classes</a>'),
|
||||
t('yii','All <a href="https://www.yiiframework.com/doc/api/#system.db">DB-related classes</a>'),
|
||||
t('yii','Required for Oracle database.')),
|
||||
array(
|
||||
t('yii','PDO MSSQL extension (pdo_mssql)'),
|
||||
false,
|
||||
extension_loaded('pdo_mssql'),
|
||||
t('yii','All <a href="http://www.yiiframework.com/doc/api/#system.db">DB-related classes</a>'),
|
||||
t('yii','All <a href="https://www.yiiframework.com/doc/api/#system.db">DB-related classes</a>'),
|
||||
t('yii','Required for MSSQL database from MS Windows')),
|
||||
array(
|
||||
t('yii','PDO MSSQL extension (pdo_dblib)'),
|
||||
false,
|
||||
extension_loaded('pdo_dblib'),
|
||||
t('yii','All <a href="http://www.yiiframework.com/doc/api/#system.db">DB-related classes</a>'),
|
||||
t('yii','All <a href="https://www.yiiframework.com/doc/api/#system.db">DB-related classes</a>'),
|
||||
t('yii','Required for MSSQL database from GNU/Linux or other UNIX.')),
|
||||
array(
|
||||
t('yii','PDO MSSQL extension (<a href="http://sqlsrvphp.codeplex.com/">pdo_sqlsrv</a>)'),
|
||||
false,
|
||||
extension_loaded('pdo_sqlsrv'),
|
||||
t('yii','All <a href="http://www.yiiframework.com/doc/api/#system.db">DB-related classes</a>'),
|
||||
t('yii','All <a href="https://www.yiiframework.com/doc/api/#system.db">DB-related classes</a>'),
|
||||
t('yii','Required for MSSQL database with the driver provided by Microsoft.')),
|
||||
array(
|
||||
t('yii','PDO ODBC extension'),
|
||||
false,
|
||||
extension_loaded('pdo_odbc'),
|
||||
t('yii','All <a href="http://www.yiiframework.com/doc/api/#system.db">DB-related classes</a>'),
|
||||
t('yii','All <a href="https://www.yiiframework.com/doc/api/#system.db">DB-related classes</a>'),
|
||||
t('yii','Required in case database interaction will be through ODBC layer.')),
|
||||
array(
|
||||
t('yii','Memcache extension'),
|
||||
false,
|
||||
extension_loaded("memcache") || extension_loaded("memcached"),
|
||||
'<a href="http://www.yiiframework.com/doc/api/CMemCache">CMemCache</a>',
|
||||
extension_loaded("memcached") ? t('yii', 'To use memcached set <a href="http://www.yiiframework.com/doc/api/CMemCache#useMemcached-detail">CMemCache::useMemcached</a> to <code>true</code>.') : ''),
|
||||
'<a href="https://www.yiiframework.com/doc/api/CMemCache">CMemCache</a>',
|
||||
extension_loaded("memcached") ? t('yii', 'To use memcached set <a href="https://www.yiiframework.com/doc/api/CMemCache#useMemcached-detail">CMemCache::useMemcached</a> to <code>true</code>.') : ''),
|
||||
array(
|
||||
t('yii','APC extension'),
|
||||
false,
|
||||
extension_loaded("apc"),
|
||||
'<a href="http://www.yiiframework.com/doc/api/CApcCache">CApcCache</a>',
|
||||
'<a href="https://www.yiiframework.com/doc/api/CApcCache">CApcCache</a>',
|
||||
''),
|
||||
array(
|
||||
t('yii','Mcrypt extension'),
|
||||
false,
|
||||
extension_loaded("mcrypt"),
|
||||
'<a href="http://www.yiiframework.com/doc/api/CSecurityManager">CSecurityManager</a>',
|
||||
'<a href="https://www.yiiframework.com/doc/api/CSecurityManager">CSecurityManager</a>',
|
||||
t('yii','Required by encrypt and decrypt methods.')),
|
||||
array(
|
||||
t('yii','crypt() CRYPT_BLOWFISH option'),
|
||||
false,
|
||||
function_exists('crypt') && defined('CRYPT_BLOWFISH') && CRYPT_BLOWFISH,
|
||||
'<a href="http://www.yiiframework.com/doc/api/1.1/CPasswordHelper">CPasswordHelper</a>',
|
||||
'<a href="https://www.yiiframework.com/doc/api/1.1/CPasswordHelper">CPasswordHelper</a>',
|
||||
t('yii','Required for secure password storage.')),
|
||||
array(
|
||||
t('yii','SOAP extension'),
|
||||
false,
|
||||
extension_loaded("soap"),
|
||||
'<a href="http://www.yiiframework.com/doc/api/CWebService">CWebService</a>, <a href="http://www.yiiframework.com/doc/api/CWebServiceAction">CWebServiceAction</a>',
|
||||
'<a href="https://www.yiiframework.com/doc/api/CWebService">CWebService</a>, <a href="https://www.yiiframework.com/doc/api/CWebServiceAction">CWebServiceAction</a>',
|
||||
''),
|
||||
array(
|
||||
t('yii','GD extension with<br />FreeType support<br />or ImageMagick<br />extension with<br />PNG support'),
|
||||
false,
|
||||
'' === $message=checkCaptchaSupport(),
|
||||
'<a href="http://www.yiiframework.com/doc/api/CCaptchaAction">CCaptchaAction</a>',
|
||||
'<a href="https://www.yiiframework.com/doc/api/CCaptchaAction">CCaptchaAction</a>',
|
||||
$message),
|
||||
array(
|
||||
t('yii','Ctype extension'),
|
||||
false,
|
||||
extension_loaded("ctype"),
|
||||
'<a href="http://www.yiiframework.com/doc/api/CDateFormatter">CDateFormatter</a>, <a href="http://www.yiiframework.com/doc/api/CDateFormatter">CDateTimeParser</a>, <a href="http://www.yiiframework.com/doc/api/CTextHighlighter">CTextHighlighter</a>, <a href="http://www.yiiframework.com/doc/api/CHtmlPurifier">CHtmlPurifier</a>',
|
||||
'<a href="https://www.yiiframework.com/doc/api/CDateFormatter">CDateFormatter</a>, <a href="https://www.yiiframework.com/doc/api/CDateFormatter">CDateTimeParser</a>, <a href="https://www.yiiframework.com/doc/api/CTextHighlighter">CTextHighlighter</a>, <a href="https://www.yiiframework.com/doc/api/CHtmlPurifier">CHtmlPurifier</a>',
|
||||
''
|
||||
),
|
||||
array(
|
||||
t('yii','Fileinfo extension'),
|
||||
false,
|
||||
extension_loaded("fileinfo"),
|
||||
'<a href="http://www.yiiframework.com/doc/api/CFileValidator">CFileValidator</a>',
|
||||
'<a href="https://www.yiiframework.com/doc/api/CFileValidator">CFileValidator</a>',
|
||||
t('yii','Required for MIME-type validation')
|
||||
),
|
||||
);
|
||||
@@ -273,7 +273,7 @@ function getPreferredLanguage()
|
||||
function getServerInfo()
|
||||
{
|
||||
$info[]=isset($_SERVER['SERVER_SOFTWARE']) ? $_SERVER['SERVER_SOFTWARE'] : '';
|
||||
$info[]='<a href="http://www.yiiframework.com/">Yii Framework</a>/'.getYiiVersion();
|
||||
$info[]='<a href="https://www.yiiframework.com/">Yii Framework</a>/'.getYiiVersion();
|
||||
$info[]=@strftime('%Y-%m-%d %H:%M',time());
|
||||
|
||||
return implode(' ',$info);
|
||||
|
||||
@@ -18,7 +18,7 @@ return array (
|
||||
'$_SERVER variable' => '$_SERVER متغير',
|
||||
'$_SERVER["SCRIPT_FILENAME"] must be the same as the entry script file path.' => '$_SERVER["SCRIPT_FILENAME"] يجب ان يكون مساوي لمسار الملف الافتتاحي للسكربت (entry script file).',
|
||||
'APC extension' => 'لاحقة APC',
|
||||
'All <a href="http://www.yiiframework.com/doc/api/#system.db">DB-related classes</a>' => 'جميع <a href="http://www.yiiframework.com/doc/api/#system.db">الفئات ذات العلاقة</a>',
|
||||
'All <a href="https://www.yiiframework.com/doc/api/#system.db">DB-related classes</a>' => 'جميع <a href="https://www.yiiframework.com/doc/api/#system.db">الفئات ذات العلاقة</a>',
|
||||
'DOM extension' => 'DOM لاحقة',
|
||||
'Either $_SERVER["REQUEST_URI"] or $_SERVER["QUERY_STRING"] must exist.' => 'يجب أن يتوفر إما $_SERVER["REQUEST_URI"] أو $_SERVER["QUERY_STRING"].',
|
||||
'GD extension' => 'GD لاحقة',
|
||||
|
||||
@@ -7,7 +7,7 @@ return array (
|
||||
'$_SERVER variable' => '$_SERVER променлива',
|
||||
'$_SERVER["SCRIPT_FILENAME"] must be the same as the entry script file path.' => '$_SERVER["SCRIPT_FILENAME"] трябва да бъде същия като пътя до началния скрипт',
|
||||
'APC extension' => 'APC добавка',
|
||||
'All <a href="http://www.yiiframework.com/doc/api/#system.db">DB-related classes</a>' => 'Всички <a href="http://www.yiiframework.com/doc/api/#system.db">класове за работа с базата от данни</a>.',
|
||||
'All <a href="https://www.yiiframework.com/doc/api/#system.db">DB-related classes</a>' => 'Всички <a href="https://www.yiiframework.com/doc/api/#system.db">класове за работа с базата от данни</a>.',
|
||||
'DOM extension' => 'DOM разширение',
|
||||
'Either $_SERVER["REQUEST_URI"] or $_SERVER["QUERY_STRING"] must exist.' => 'Или $_SERVER["REQUEST_URI"] или $_SERVER["QUERY_STRING"] трябва да съществуват',
|
||||
'GD extension' => 'GD разширение',
|
||||
|
||||
@@ -19,7 +19,7 @@ return array (
|
||||
'$_SERVER variable' => '$_SERVER proměnná',
|
||||
'$_SERVER["SCRIPT_FILENAME"] must be the same as the entry script file path.' => '$_SERVER["SCRIPT_FILENAME"] musí ukazovat na startovací skript.',
|
||||
'APC extension' => 'APC rozšíření',
|
||||
'All <a href="http://www.yiiframework.com/doc/api/#system.db">DB-related classes</a>' => 'Všechny <a href="http://www.yiiframework.com/doc/api/#system.db">objekty týkající se databází</a>',
|
||||
'All <a href="https://www.yiiframework.com/doc/api/#system.db">DB-related classes</a>' => 'Všechny <a href="https://www.yiiframework.com/doc/api/#system.db">objekty týkající se databází</a>',
|
||||
'DOM extension' => 'DOM rozšíření',
|
||||
'Either $_SERVER["REQUEST_URI"] or $_SERVER["QUERY_STRING"] must exist.' => '$_SERVER["REQUEST_URI"] či $_SERVER["QUERY_STRING"] musí existovat.',
|
||||
'GD extension' => 'GD rozšíření',
|
||||
|
||||
@@ -21,7 +21,7 @@ return array (
|
||||
'$_SERVER variable' => '$_SERVER variabel',
|
||||
'$_SERVER["SCRIPT_FILENAME"] must be the same as the entry script file path.' => '$_SERVER["SCRIPT_FILENAME"] skal være som stien til startscriptet.',
|
||||
'APC extension' => 'APC extension',
|
||||
'All <a href="http://www.yiiframework.com/doc/api/#system.db">DB-related classes</a>' => 'Alle <a href="http://www.yiiframework.com/doc/api/#system.db">DB-relaterede klasser</a>',
|
||||
'All <a href="https://www.yiiframework.com/doc/api/#system.db">DB-related classes</a>' => 'Alle <a href="https://www.yiiframework.com/doc/api/#system.db">DB-relaterede klasser</a>',
|
||||
'Ctype extension' => 'Ctype extension',
|
||||
'DOM extension' => 'DOM extension',
|
||||
'Either $_SERVER["REQUEST_URI"] or $_SERVER["QUERY_STRING"] must exist.' => '$_SERVER["REQUEST_URI"] eller $_SERVER["QUERY_STRING"] skal eksistere.',
|
||||
@@ -55,7 +55,7 @@ return array (
|
||||
'Required for secure password storage.' => 'Påkrævet for sikkert kodeordslager.',
|
||||
'SOAP extension' => 'SOAP extension',
|
||||
'SPL extension' => 'SPL extension',
|
||||
'To use memcached set <a href="http://www.yiiframework.com/doc/api/CMemCache#useMemcached-detail">CMemCache::useMemcached</a> to <code>true</code>.' => 'For at bruge memcached sæt <a href="http://www.yiiframework.com/doc/api/CMemCache#useMemcached-detail">CMemCache::useMemcached</a> til <code>true</code>.',
|
||||
'To use memcached set <a href="https://www.yiiframework.com/doc/api/CMemCache#useMemcached-detail">CMemCache::useMemcached</a> to <code>true</code>.' => 'For at bruge memcached sæt <a href="https://www.yiiframework.com/doc/api/CMemCache#useMemcached-detail">CMemCache::useMemcached</a> til <code>true</code>.',
|
||||
'Unable to determine URL path info. Please make sure $_SERVER["PATH_INFO"] (or $_SERVER["PHP_SELF"] and $_SERVER["SCRIPT_NAME"]) contains proper value.' => 'Kunne ikke bestemme path info. Venligst tjek at $_SERVER["PATH_INFO"] (eller $_SERVER["PHP_SELF"] og $_SERVER["SCRIPT_NAME"]) indeholder passende værdier.',
|
||||
'crypt() CRYPT_BLOWFISH option' => 'crypt() CRYPT_BLOWFISH option',
|
||||
);
|
||||
|
||||
@@ -18,12 +18,12 @@
|
||||
*/
|
||||
return array (
|
||||
'Ctype extension' => 'Ctype Erweiterung',
|
||||
'To use memcached set <a href="http://www.yiiframework.com/doc/api/CMemCache#useMemcached-detail">CMemCache::useMemcached</a> to <code>true</code>.' => 'Um memcached verwenden zu können, muss <a href="http://www.yiiframework.com/doc/api/CMemCache#useMemcached-detail">CMemCache::useMemcached</a> auf <code>true</code> gesetzt werden.',
|
||||
'To use memcached set <a href="https://www.yiiframework.com/doc/api/CMemCache#useMemcached-detail">CMemCache::useMemcached</a> to <code>true</code>.' => 'Um memcached verwenden zu können, muss <a href="https://www.yiiframework.com/doc/api/CMemCache#useMemcached-detail">CMemCache::useMemcached</a> auf <code>true</code> gesetzt werden.',
|
||||
'$_SERVER does not have {vars}.' => '$_SERVER verfügt nicht über {vars}.',
|
||||
'$_SERVER variable' => '$_SERVER Variable',
|
||||
'$_SERVER["SCRIPT_FILENAME"] must be the same as the entry script file path.' => '$_SERVER["SCRIPT_FILENAME"] muss auf das Startscript verweisen.',
|
||||
'APC extension' => 'APC Erweiterung',
|
||||
'All <a href="http://www.yiiframework.com/doc/api/#system.db">DB-related classes</a>' => 'Alle <a href="http://www.yiiframework.com/doc/api/#system.db">DB-bezogenen Klassen</a>',
|
||||
'All <a href="https://www.yiiframework.com/doc/api/#system.db">DB-related classes</a>' => 'Alle <a href="https://www.yiiframework.com/doc/api/#system.db">DB-bezogenen Klassen</a>',
|
||||
'DOM extension' => 'DOM Erweiterung',
|
||||
'Either $_SERVER["REQUEST_URI"] or $_SERVER["QUERY_STRING"] must exist.' => 'Entweder $_SERVER["REQUEST_URI"] oder $_SERVER["QUERY_STRING"] müssen exisitieren.',
|
||||
'GD extension with<br />FreeType support' => 'GD Erweiterung mit <br />FreeType-Unterstützung',
|
||||
|
||||
@@ -31,7 +31,7 @@ return array (
|
||||
'$_SERVER variable' => 'Μεταβλητή $_SERVER',
|
||||
'$_SERVER["SCRIPT_FILENAME"] must be the same as the entry script file path.' => 'Το $_SERVER["SCRIPT_FILENAME"] πρέπει να είναι το ίδιο με το αρχικό αρχείο σεναρίου.',
|
||||
'APC extension' => 'Επέκταση APC',
|
||||
'All <a href="http://www.yiiframework.com/doc/api/#system.db">DB-related classes</a>' => 'Όλες οι <a href="http://www.yiiframework.com/doc/api/#system.db">σχετικές με βάση κλάσεις</a>',
|
||||
'All <a href="https://www.yiiframework.com/doc/api/#system.db">DB-related classes</a>' => 'Όλες οι <a href="https://www.yiiframework.com/doc/api/#system.db">σχετικές με βάση κλάσεις</a>',
|
||||
'Ctype extension' => 'Επέκταση Ctype',
|
||||
'DOM extension' => 'Επέκταση DOM',
|
||||
'Either $_SERVER["REQUEST_URI"] or $_SERVER["QUERY_STRING"] must exist.' => 'Πρέπει να υπάρχει είτε το $_SERVER["REQUEST_URI"] είτε το $_SERVER["QUERY_STRING"].',
|
||||
|
||||
@@ -21,7 +21,7 @@ return array (
|
||||
'$_SERVER variable' => 'variable de $_SERVER',
|
||||
'$_SERVER["SCRIPT_FILENAME"] must be the same as the entry script file path.' => '$_SERVER["SCRIPT_FILENAME"] debe ser igual a la ruta del script de entrada',
|
||||
'APC extension' => 'Extensión APC',
|
||||
'All <a href="http://www.yiiframework.com/doc/api/#system.db">DB-related classes</a>' => 'Todas las <a href="http://www.yiiframework.com/doc/api/#system.db">clases relacionadas con DB</a>',
|
||||
'All <a href="https://www.yiiframework.com/doc/api/#system.db">DB-related classes</a>' => 'Todas las <a href="https://www.yiiframework.com/doc/api/#system.db">clases relacionadas con DB</a>',
|
||||
'Ctype extension' => 'Extensión Ctype',
|
||||
'DOM extension' => 'Extensión DOM',
|
||||
'Either $_SERVER["REQUEST_URI"] or $_SERVER["QUERY_STRING"] must exist.' => '$_SERVER["REQUEST_URI"] o $_SERVER["QUERY_STRING"] deben existir.',
|
||||
|
||||
@@ -18,7 +18,7 @@ return array (
|
||||
'$_SERVER variable' => 'variable $_SERVER',
|
||||
'$_SERVER["SCRIPT_FILENAME"] must be the same as the entry script file path.' => '$_SERVER["SCRIPT_FILENAME"] doit être égal au chemin du script d\'entrée.',
|
||||
'APC extension' => 'extension APC',
|
||||
'All <a href="http://www.yiiframework.com/doc/api/#system.db">DB-related classes</a>' => 'Toutes les <a href="http://www.yiiframework.com/doc/api/#system.db">classes relatives aux BD</a>.',
|
||||
'All <a href="https://www.yiiframework.com/doc/api/#system.db">DB-related classes</a>' => 'Toutes les <a href="https://www.yiiframework.com/doc/api/#system.db">classes relatives aux BD</a>.',
|
||||
'DOM extension' => 'extension DOM',
|
||||
'Either $_SERVER["REQUEST_URI"] or $_SERVER["QUERY_STRING"] must exist.' => 'Soit $_SERVER["REQUEST_URI"] soit $_SERVER["QUERY_STRING"] doit être défini.',
|
||||
'GD extension' => 'extension GD',
|
||||
|
||||
@@ -18,7 +18,7 @@ return array (
|
||||
'$_SERVER variable' => '$_SERVER משתנה',
|
||||
'$_SERVER["SCRIPT_FILENAME"] must be the same as the entry script file path.' => '$_SERVER["SCRIPT_FILENAME"] חייב להיות זהה לנתיב המלא לקובץ הראשי.',
|
||||
'APC extension' => 'תוסף APC',
|
||||
'All <a href="http://www.yiiframework.com/doc/api/#system.db">DB-related classes</a>' => 'כל <a href="http://www.yiiframework.com/doc/api/#system.db">מחלקות מסדי הנתונים</a>',
|
||||
'All <a href="https://www.yiiframework.com/doc/api/#system.db">DB-related classes</a>' => 'כל <a href="https://www.yiiframework.com/doc/api/#system.db">מחלקות מסדי הנתונים</a>',
|
||||
'DOM extension' => 'תוסף DOM',
|
||||
'Either $_SERVER["REQUEST_URI"] or $_SERVER["QUERY_STRING"] must exist.' => '$_SERVER["REQUEST_URI"] או $_SERVER["QUERY_STRING"] חייב להיות קיים.',
|
||||
'GD extension' => 'תוסף GD',
|
||||
|
||||
@@ -18,7 +18,7 @@ return array (
|
||||
'$_SERVER variable' => '',
|
||||
'$_SERVER["SCRIPT_FILENAME"] must be the same as the entry script file path.' => '',
|
||||
'APC extension' => '',
|
||||
'All <a href="http://www.yiiframework.com/doc/api/#system.db">DB-related classes</a>' => '',
|
||||
'All <a href="https://www.yiiframework.com/doc/api/#system.db">DB-related classes</a>' => '',
|
||||
'DOM extension' => '',
|
||||
'Either $_SERVER["REQUEST_URI"] or $_SERVER["QUERY_STRING"] must exist.' => '',
|
||||
'GD extension' => '',
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<div id="content">
|
||||
<h2>الوصف</h2>
|
||||
<p>
|
||||
يتحقق هذا السكربت ماإذا كانت إعدادات الخادم لديك تفي بمتطلبات تشغيل تطبيقات الويب لاطار العمل <a href="http://www.yiiframework.com/">Yii</a>.
|
||||
يتحقق هذا السكربت ماإذا كانت إعدادات الخادم لديك تفي بمتطلبات تشغيل تطبيقات الويب لاطار العمل <a href="https://www.yiiframework.com/">Yii</a>.
|
||||
يتحقق ايضا ما إذا كان الخادم يعمل على الإصدارة الصحيحة من PHP،
|
||||
تحميل اللاحقات المناسبة، وأيضا ما إذا كانت إعدادات ملف php.ini صحيحة.
|
||||
</p>
|
||||
|
||||
@@ -18,12 +18,12 @@
|
||||
<h2>Описание</h2>
|
||||
<p>
|
||||
This script checks if your server configuration meets the requirements
|
||||
for running <a href="http://www.yiiframework.com/">Yii</a> Web applications.
|
||||
for running <a href="https://www.yiiframework.com/">Yii</a> Web applications.
|
||||
It checks if the server is running the right version of PHP,
|
||||
if appropriate PHP extensions have been loaded, and if php.ini file settings are correct.
|
||||
|
||||
Този скрипт проверява дали конфигурацията на вавият сървър, отговаря на изискванията за
|
||||
работа на <a href="http://www.yiiframework.com/">Yii</a> уеб приложенията.
|
||||
работа на <a href="https://www.yiiframework.com/">Yii</a> уеб приложенията.
|
||||
Проверява дали на сървъра работи подходящата версия на PHP,
|
||||
дали подходящите PHP добавки са заредени и дали настройките в php.ini са вярни
|
||||
</p>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<div id="content">
|
||||
<h2>Descripció</h2>
|
||||
<p>
|
||||
Aquest script verifica que la configuració del seu servidor compleix amb els requeriments necessàris per poder executar aplicacions Web <a href="http://www.yiiframework.com/">Yii</a>.
|
||||
Aquest script verifica que la configuració del seu servidor compleix amb els requeriments necessàris per poder executar aplicacions Web <a href="https://www.yiiframework.com/">Yii</a>.
|
||||
El mateix verifica que el servidor corre una versió adequada de PHP, que les extensions PHP necessàries han set carregades i que les configuracions de l'arxiu php.ini són correctes.
|
||||
</p>
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
<h2>Beskrivelse</h2>
|
||||
<p>
|
||||
Dette script tjekker om serverkonfigurationen opfylder kravene for at køre
|
||||
<a href="http://www.yiiframework.com/">Yii</a>-applikationer.
|
||||
<a href="https://www.yiiframework.com/">Yii</a>-applikationer.
|
||||
Det tjekker om serveren kører korrekt version af PHP, om nødvendige extensions
|
||||
er indlæst og om PHP-indstillingerne i php.ini er korrekte.
|
||||
</p>
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
<h2>Beschreibung</h2>
|
||||
<p>
|
||||
Dieses Script ermittelt, ob Ihre Serverkonfiguration die Anforderungen zum
|
||||
Ausführen von <a href="http://www.yiiframework.com/">Yii</a> Webanwendungen
|
||||
Ausführen von <a href="https://www.yiiframework.com/">Yii</a> Webanwendungen
|
||||
erfüllt.
|
||||
Es prüft auf die korrekte PHP Version, ob die benötigten Erweiterungen
|
||||
geladen wurden und ob die Einstellungen in der php.ini korrekt sind
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
<h2>Beschreibung</h2>
|
||||
<p>
|
||||
Dieses Script ermittelt, ob Ihre Serverkonfiguration die Anforderungen zum
|
||||
Ausführen von <a href="http://www.yiiframework.com/">Yii</a> Webanwendungen
|
||||
Ausführen von <a href="https://www.yiiframework.com/">Yii</a> Webanwendungen
|
||||
erfüllt.
|
||||
Es prüft auf die korrekte PHP Version, ob die benötigten Erweiterungen
|
||||
geladen wurden und ob die Einstellungen in der php.ini korrekt sind
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
<h2>Περιγραφή</h2>
|
||||
<p>
|
||||
Αυτή η σελίδα ελέγχει αν η παραμετροποίηση του διακομιστή σας είναι σωστή
|
||||
για την εκτέλεση των εφαρμογών ιστού του <a href="http://www.yiiframework.com/">Yii</a>.
|
||||
για την εκτέλεση των εφαρμογών ιστού του <a href="https://www.yiiframework.com/">Yii</a>.
|
||||
Ελέγχει αν ο διακομιστής εκτελεί τη σωστή έκδοση PHP, αν έχουν φορτωθεί
|
||||
οι κατάλληλες επεκτάσεις PHP και αν οι ρυθμίσεις του αρχείου php.ini είναι σωστές.
|
||||
</p>
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
<h2>Descripción</h2>
|
||||
<p>
|
||||
Este script verifica que la configuración de su servidor cumpla con los requerimientos
|
||||
para poder ejecutar aplicaciones Web <a href="http://www.yiiframework.com/">Yii</a>.
|
||||
para poder ejecutar aplicaciones Web <a href="https://www.yiiframework.com/">Yii</a>.
|
||||
El mismo verifica que el servidor este corriendo una versión adecuada de PHP,
|
||||
que las extensiones PHP necesarias hayan sido cargadas y que las configuraciones del archivo php.ini sean correctas.
|
||||
</p>
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
<h2>Description</h2>
|
||||
<p>
|
||||
Ce script vérifie si la configuration de votre serveur satisfait toutes les dépendances nécessaires
|
||||
pour exécuter les applications <a href="http://www.yiiframework.com/">Yii</a>.
|
||||
pour exécuter les applications <a href="https://www.yiiframework.com/">Yii</a>.
|
||||
Il vérifie si le serveur exécute la version correcte de PHP,
|
||||
si toutes les extensions PHP nécessaires ont été chargées, et si les paramètres du fichier php.ini sont corrects
|
||||
</p>
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
<h2>תיאור</h2>
|
||||
<p>
|
||||
הסקריפט הבא בודק אם סביבת השרת שלך תוכל לעמוד בדרישות המינימום כדי להריץ את
|
||||
<a href="http://www.yiiframework.com/">Yii</a> לפיתוח מערכות ווב מתקדמות.
|
||||
<a href="https://www.yiiframework.com/">Yii</a> לפיתוח מערכות ווב מתקדמות.
|
||||
הסקריפט בודק אם השרת מריץ גרסאת PHP עדכנית,
|
||||
אם הרחבות מסויימת קיימות ב PHP ונטענו בהצלחה, ואם הגדרות ה php.ini מוגדרות כמו שצריך.
|
||||
</p>
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
<h2>Description</h2>
|
||||
<p>
|
||||
This script checks if your server configuration meets the requirements
|
||||
for running <a href="http://www.yiiframework.com/">Yii</a> Web applications.
|
||||
for running <a href="https://www.yiiframework.com/">Yii</a> Web applications.
|
||||
It checks if the server is running the right version of PHP,
|
||||
if appropriate PHP extensions have been loaded, and if php.ini file settings are correct.
|
||||
</p>
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
<h2>Descrizione</h2>
|
||||
<p>
|
||||
Questo script verifica se la configurazione del tuo server soddisfa i requisiti
|
||||
di esecuzione delle web application sviluppate con <a href="http://www.yiiframework.com/">Yii</a>.
|
||||
di esecuzione delle web application sviluppate con <a href="https://www.yiiframework.com/">Yii</a>.
|
||||
Verifica se nel server è in esecuzione la corretta versione di PHP, se le
|
||||
estensioni PHP necessarie sono state caricate e se le impostazioni di php.ini sono corrette.
|
||||
</p>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<div id="content">
|
||||
<h2>説明</h2>
|
||||
<p>
|
||||
このスクリプトは、あなたのサーバ構成が <a href="http://www.yiiframework.com/">Yii</a>
|
||||
このスクリプトは、あなたのサーバ構成が <a href="https://www.yiiframework.com/">Yii</a>
|
||||
ウェブアプリケーションを実行する必要条件を満たしているかどうかを確認するものです。
|
||||
すなわち、サーバが正しいバージョンの PHP を実行しているか、適切な PHP 拡張をロードしているか、php.ini ファイルの設定が正しいか、を確認します。</p>
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
<h2>Beskrivelse</h2>
|
||||
<p>
|
||||
Dette skriptet sjekker om serverkonfigurasjonen oppfyller kravene for å kjøre
|
||||
<a href="http://www.yiiframework.com/">Yii</a>-applikasjoner.
|
||||
<a href="https://www.yiiframework.com/">Yii</a>-applikasjoner.
|
||||
Det sjekker om serveren kjører riktig versjon av PHP, om nødvendige extensions
|
||||
er lastet og om PHP-innstillingene i php.ini er korrekt.
|
||||
</p>
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
<h2>Opis</h2>
|
||||
<p>
|
||||
Skrypt ten sprawdza czy konfiguracja Twojego serwera spełnia wymagania
|
||||
pozwalające uruchomić aplikację napisaną przy użyciu <a href="http://www.yiiframework.com/">Yii</a>.
|
||||
pozwalające uruchomić aplikację napisaną przy użyciu <a href="https://www.yiiframework.com/">Yii</a>.
|
||||
Sprawdza on, czy serwer używa poprawnej wersji PHP,
|
||||
czy zostały załadowane odpowiednie rozszerzenia PHP oraz czy ustawienia w pliku php.ini są prawidłowe.
|
||||
</p>
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
<h2>Descrição</h2>
|
||||
<p>
|
||||
Este script verifica se as configurações do servidor satisfazem os requisitos
|
||||
para executar aplicações Web que utilizem o <a href="http://www.yiiframework.com/"> Yii </a>.
|
||||
para executar aplicações Web que utilizem o <a href="https://www.yiiframework.com/"> Yii </a>.
|
||||
É verificado se o servidor está executando a versão correta do PHP,
|
||||
se as extensões apropriadas do PHP foram carregadas,
|
||||
e se as definições do arquivo php.ini estão corretas.
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
<h2>Descrição</h2>
|
||||
<p>
|
||||
Este script verifica se as configurações do servidor satisfazem os requisitos
|
||||
para executar aplicações Web que utilizem o <a href="http://www.yiiframework.com/"> Yii </a>.
|
||||
para executar aplicações Web que utilizem o <a href="https://www.yiiframework.com/"> Yii </a>.
|
||||
É verificado se o servidor está executando a versão correta do PHP,
|
||||
se as extensões apropriadas do PHP foram carregadas,
|
||||
e se as definições do arquivo php.ini estão corretas.
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
<h2>Описание</h2>
|
||||
<p>
|
||||
Данный скрипт проверяет соответствие конфигурации Вашего веб-сервера требованиям,
|
||||
предъявляемым веб-приложениями <a href="http://www.yiiframework.com/">Yii</a>.
|
||||
предъявляемым веб-приложениями <a href="https://www.yiiframework.com/">Yii</a>.
|
||||
В частности, проверяются версия РНР и загруженные расширения РНР, а также
|
||||
корректность настроек файла php.ini.
|
||||
</p>
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
<h2>Popis</h2>
|
||||
<p>
|
||||
Tento skript preverí, či je konfigurácia vášho servera postačujúca
|
||||
pre korektné fungovanie aplikácii vytvorených pre <a href="http://www.yiiframework.com/">Yii framework</a>.
|
||||
pre korektné fungovanie aplikácii vytvorených pre <a href="https://www.yiiframework.com/">Yii framework</a>.
|
||||
Test preveruje správnu verziu PHP, prítomnosť potrebných PHP rozšírení a správne nastavenie
|
||||
konfigurácie v php.ini.
|
||||
</p>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<div id="content">
|
||||
<h2>Beskrivning</h2>
|
||||
<p>
|
||||
Det här skriptet kontrollerar om serverkonfigurationen uppfyller kraven för att köra <a href="http://www.yiiframework.com/">Yii</a> webbapplikationer.
|
||||
Det här skriptet kontrollerar om serverkonfigurationen uppfyller kraven för att köra <a href="https://www.yiiframework.com/">Yii</a> webbapplikationer.
|
||||
Det kollar att servern kör rätt version av PHP,
|
||||
att erforderliga PHP-tillägg är laddade, och att inställningar i filen php.ini är korrekta.
|
||||
</p>
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
<h2>Опис</h2>
|
||||
<p>
|
||||
Цей скрипт перевіряє чи відповідає конфігурація Вашого веб-сервера вимогам,
|
||||
що висуваються до <a href="http://www.yiiframework.com/">Yii</a> веб-додатків.
|
||||
що висуваються до <a href="https://www.yiiframework.com/">Yii</a> веб-додатків.
|
||||
Зокрема перевіряється версія PHP, чи завантажені необхідні розширення PHP,
|
||||
а також коректність налаштувань у файлі php.ini.
|
||||
</p>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<div id="content">
|
||||
<h2>检查内容</h2>
|
||||
<p>
|
||||
本网页用于确认您的服务器配置是否能满足运行<a href="http://www.yiiframework.com/">Yii</a> Web应用的要求。它将检查服务器所运行的PHP版本,查看是否安装了合适的PHP扩展模块,以及确认php.ini文件是否正确设置。
|
||||
本网页用于确认您的服务器配置是否能满足运行<a href="https://www.yiiframework.com/">Yii</a> Web应用的要求。它将检查服务器所运行的PHP版本,查看是否安装了合适的PHP扩展模块,以及确认php.ini文件是否正确设置。
|
||||
</p>
|
||||
|
||||
<h2>检查结果</h2>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<div id="content">
|
||||
<h2>检查内容</h2>
|
||||
<p>
|
||||
本网页用于确认您的服务器配置是否能满足运行<a href="http://www.yiiframework.com/">Yii</a> Web应用的要求。它将检查服务器所运行的PHP版本,查看是否安装了合适的PHP扩展模块,以及确认php.ini文件是否正确设置。
|
||||
本网页用于确认您的服务器配置是否能满足运行<a href="https://www.yiiframework.com/">Yii</a> Web应用的要求。它将检查服务器所运行的PHP版本,查看是否安装了合适的PHP扩展模块,以及确认php.ini文件是否正确设置。
|
||||
</p>
|
||||
|
||||
<h2>检查结果</h2>
|
||||
|
||||
Reference in New Issue
Block a user