diff --git a/apps/bootstrap/protected/.htaccess b/apps/bootstrap/protected/.htaccess
index e019832..8d2f256 100644
--- a/apps/bootstrap/protected/.htaccess
+++ b/apps/bootstrap/protected/.htaccess
@@ -1 +1 @@
-deny from all
+deny from all
diff --git a/build/build b/build/build
index 95b51e4..f8b21a6 100755
--- a/build/build
+++ b/build/build
@@ -11,7 +11,7 @@
// fcgi doesn't have STDIN defined by default
defined('STDIN') or define('STDIN', fopen('php://stdin', 'r'));
-require(__DIR__ . '/../framework/Yii.php');
+require(__DIR__ . '/../yii/Yii.php');
$id = 'yiic-build';
$basePath = __DIR__;
diff --git a/tests/unit/framework/caching/ApcCacheTest.php b/tests/unit/framework/caching/ApcCacheTest.php
index 20a1cc8..c059554 100644
--- a/tests/unit/framework/caching/ApcCacheTest.php
+++ b/tests/unit/framework/caching/ApcCacheTest.php
@@ -31,7 +31,8 @@ class ApcCacheTest extends CacheTest
return $this->_cacheInstance;
}
- // TODO there seems to be a problem with APC returning cached value even if it is expired.
- // TODO makes test fail on PHP 5.3.10-1ubuntu3.6 with Suhosin-Patch (cli) -- cebe
- // TODO http://drupal.org/node/1278292
+ public function testExpire()
+ {
+ $this->markTestSkipped("APC keys are expiring only on the next request.");
+ }
}
diff --git a/yii/requirements/requirements.php b/yii/requirements/requirements.php
index 96ae285..a703fde 100644
--- a/yii/requirements/requirements.php
+++ b/yii/requirements/requirements.php
@@ -7,9 +7,9 @@ return array(
array(
'name' => 'PHP version',
'mandatory' => true,
- 'condition' => version_compare(PHP_VERSION, '5.3.0', '>='),
+ 'condition' => version_compare(PHP_VERSION, '5.3.3', '>='),
'by' => 'Yii Framework',
- 'memo' => 'PHP 5.3.0 or higher is required.',
+ 'memo' => 'PHP 5.3.3 or higher is required.',
),
array(
'name' => 'Reflection extension',
diff --git a/yii/requirements/views/web/css.php b/yii/requirements/views/web/css.php
index bff20d1..4c62aed 100644
--- a/yii/requirements/views/web/css.php
+++ b/yii/requirements/views/web/css.php
@@ -1,93 +1,6157 @@
-body
-{
- background: white;
- font-family:'Lucida Grande',Verdana,Geneva,Lucida,Helvetica,Arial,sans-serif;
- font-size:10pt;
- font-weight:normal;
+
\ No newline at end of file
diff --git a/yii/requirements/views/web/index.php b/yii/requirements/views/web/index.php
index f5196c8..2f8da15 100644
--- a/yii/requirements/views/web/index.php
+++ b/yii/requirements/views/web/index.php
@@ -3,80 +3,68 @@
/* @var $summary array */
/* @var $requirements array[] */
?>
-
-
+
+
-
-
-
-Yii Application Requirement Checker
+
+ Yii Application Requirement Checker
+ renderViewFile(dirname(__FILE__).DIRECTORY_SEPARATOR.'css.php'); ?>
-
-
-
-
-
-
-
Description
-
-This script checks if your server configuration meets the requirements
-for running Yii application.
-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.
-
+
+
+
-
Conclusion
-
-0): ?>
-Unfortunately your server configuration does not satisfy the requirements by this application.
-0): ?>
-Your server configuration satisfies the minimum requirements by this application. Please pay attention to the warnings listed below if your application will use the corresponding features.
-
-Congratulations! Your server configuration satisfies all requirements.
-
-
+
+
Description
+
+ This script checks if your server configuration meets the requirements
+ for running Yii application.
+ 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.
+
-
Details
+
Conclusion
+ 0): ?>
+
Unfortunately your server configuration does not satisfy the requirements by this application.
+ 0): ?>
+
Your server configuration satisfies the minimum requirements by this application. Please pay attention to the warnings listed below if your application will use the corresponding features.
+
+
Congratulations! Your server configuration satisfies all requirements.
+
-
-Name | Result | Required By | Memo |
-
-
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
-
+
Details
-
-
- | passed |
- | failed |
- | warning |
-
-
+
+ Name | Result | Required By | Memo |
+
+
+
+
+ |
+
+
+ |
+
+
+ |
+
+
+ |
+
+
+
-
+
-
+
-
+
+
\ No newline at end of file