Files
yii2/framework
Robert Korulczyk daa8b67c7b Fixes #13350, #14094, #11288
- Bug #13350: Fixed bug with incorrect caching of `yii\web\UrlRule::createUrl()` results in `yii\web\UrlManager`.
- Bug #14094: Fixed bug when single `yii\web\UrlManager::createUrl()` call my result multiple calls of `yii\web\UrlRule::createUrl()` for the same rule.
- Enh #11288: Added support for caching of `yii\web\UrlRule::createUrl()` results in `yii\web\UrlManager` for rules with defaults.
2017-05-10 12:30:43 +03:00
..
2017-04-27 20:51:56 +03:00
2017-05-05 17:06:46 +03:00
2017-04-25 09:45:29 +02:00
2017-02-15 20:14:53 +03:00
2017-05-10 12:30:43 +03:00
2017-04-27 21:50:51 +03:00
2017-05-10 12:30:43 +03:00
2017-05-10 12:30:43 +03:00
2017-02-01 17:46:29 +01:00
2017-05-10 12:30:43 +03:00

Yii PHP Framework Version 2

This is the core framework code of Yii 2.

This repository is a read-only git subsplit of https://github.com/yiisoft/yii2. Please submit issue reports and pull requests to the main repository. For license information check the LICENSE-file.

Installation

The preferred way to install the Yii framework is through composer.

Either run

composer global require "fxp/composer-asset-plugin:^1.3.1"
composer require yiisoft/yii2

or add

"yiisoft/yii2": "~2.0.0",

to the require section of your composer.json.