Yii 1.1.11 known issues

There is currently one known issue with the 1.1.11 release:

If default session timeout in your PHP instalation is set to more than 2592000, the current functionality is not expected.

More issues:

Fixing these…

#1070 fixed: https://github.com/yiisoft/yii/pull/1075 It seems it’s the very special case that is reproducable only when using CActiveDataProvider. #1072 is, most probably, fixed as well. Waiting for confirmation from issue reporter.

Fix for both #1070 and #1072 by https://github.com/yiisoft/yii/pull/1075 confirmed.

Another one: https://github.com/y...yii/issues/1087 It happens when you turn on E_STRICT and try to add a cookie via CCookieCollection.

Issue with the CMemCache expiration value (https://github.com/yiisoft/yii/issues/1066) was fixed: https://github.com/yiisoft/yii/pull/1115

A suggestion …why dont we put read in file in yii to know which version we have downloaded …some thing like Drupal has … For E.G. This is Yii -FrameWork Version 1.1.11.

Like the 4th line of the CHANGELOG file?

OR


Yii::getVersion()

inherited from YiiBase