Yeah. We do. But I really want to get rid of all that reference shit for
1.0. We don't need to implicitly pass around objects as references anymore,
and we can just as well remove all the reference blah where it's just
dealing with normal variables but not changing them, likely because feti
didn't know about copy-on-change back then. I've already done some veeeery
minor cleanup in my view branch (getSlots() action changed), but I really
really really want to clean up everything. This implies a BC change, tho,
since subclasses need to implement the same signature (function &foo may not
extend function foo and vice versa)

- David



________________________________________
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Mike Vincent
Sent: Friday, September 09, 2005 5:52 AM
To: [EMAIL PROTECTED]; Agavi Development
Subject: Re: [agavi-dev] PHP 5.0.5 Strict Standards

On 9/8/05, Greg Donald <[EMAIL PROTECTED]> wrote:
> sed -n '409,414p'
/home/destiney/agavi_sites/cms/webapp/cache/config_compile.conf.php
                $this->actionStack                      =&
$this->context->getActionStack();
                $this->request                                  =& 
$this->context->getRequest();
                $this->user
=& $this->context->getUser();
                $this->databaseManager  =&
$this->context->getDatabaseManager();
                $this->securityFilter   =&
$this->context->getSecurityFilter();
                $this->storage                                  =&
$this->context->getStorage();

I believe these have been fixed in svn's trunk for some time.. 

-Mike
we need to roll a release guys.. 


_______________________________________________
agavi-dev mailing list
[email protected]
http://labworkz.com/cgi-bin/mailman/listinfo/agavi-dev

Reply via email to