Re: [fw-general] Public ZF repository with require_once calls excluded

2010-02-15 Thread Matthew Weier O'Phinney
-- Steven Brown ste...@yewchube.com wrote
(on Monday, 15 February 2010, 03:25 PM +1000):
 Does anyone know of any public ZF repositories that have the require_once 
 calls
 commented out or removed?
 
 I use these in every project to improve performance by using lazy loading.
 
 Would the ZF team object to me creating one? Would this violate the license?

No, it would not violate the license, and you're welcome to do so. We do
not ship without require_once calls currently due to BC considerations,
but may offer separate packages in the future to do so. If somebody
wants to offer it separately before then, please do. :)

-- 
Matthew Weier O'Phinney
Project Lead| matt...@zend.com
Zend Framework  | http://framework.zend.com/
PGP key: http://framework.zend.com/zf-matthew-pgp-key.asc


Re: [fw-general] Public ZF repository with require_once calls excluded

2010-02-15 Thread Pádraic Brady
I don't know of any. The license is New BSD - relatively few restrictions bar 
the obvious in preserving rights and attribution.

 Pádraic Brady

http://blog.astrumfutura.com
http://www.survivethedeepend.com
OpenID Europe Foundation Irish Representative






From: Steven Brown ste...@yewchube.com
To: fw-general@lists.zend.com
Sent: Mon, February 15, 2010 5:25:29 AM
Subject: [fw-general] Public ZF repository with require_once calls excluded

  
Does anyone know of any public ZF repositories that have the
require_once calls commented out or removed?
 
I use these in every project to improve performance by using
lazy loading.
 
Would the ZF team object to me creating one? Would this
violate the license?
 
Cheers,
Steven

[fw-general] Public ZF repository with require_once calls excluded

2010-02-14 Thread Steven Brown
Does anyone know of any public ZF repositories that have the require_once
calls commented out or removed?

 

I use these in every project to improve performance by using lazy loading.

 

Would the ZF team object to me creating one? Would this violate the license?

 

Cheers,
Steven