Hi everyone, Agavi now works on PHP 6.
Check out the ticket at http://trac.agavi.org/ticket/563 Unfortunately, we had to rename two methods called import() in AgaviConfig and AgaviConfigCache, as "import" is a reserved word in PHP 6. AgaviConfig::import() is now called fromArray(), and it's sibling export() has been deprecated in favor of toArray() AgaviConfigCache::import() has been renamed to load(). These changes should not affect too many people, as the changed methods are mostly used internally. If it causes you trouble, I offer my sincere apologies, but we figured that we needed to make this change right now rather than later. I hope you all understand. This also warrants an RC6 of 0.11 (since we also fixed hasParameter() and friends some time ago). Expect to see that next week. Best regards, David _______________________________________________ Agavi Dev Mailing List [email protected] http://lists.agavi.org/mailman/listinfo/dev
