Yii 1.1.3 is released

Wrong thread :) I was going to post it to related topic about jQuery and iPhone: http://www.yiiframework.com/forum/index.php?/topic/10290-jquery-iphone/

Yii rocks! I love working with this framework.

Thx for the upgrade… btw renderPartial seemed to be changed a little ;) relative paths that go up stopped working when i upgraded :)

Excellent job!!

However…

[size=“4”]WHAT?!?!?!? WHY?[/size]???

Reuse of CActiveFinder is very, very, VERY useful to me. It’s imperative.

I have complex AR constructions involving FINDALL, COUNT and conditions where I apply different criterias to the same CActiveFinder.

It’s unimaginable to rewrite the CActiveFinder several times.

Why does it have to be changed?

Great job guys keep it coming !!!!! :D

ricardograna

It was causing serious memory leaks in PHP 5.2 and this was the only way to fix it.

There exists some thread discussing this? I reuse CActiveFinder very much in PHP 5.2 and haven’t seen memory leak problems yet.