In a couple of recent posts, Wil Sinclair has outlined some changes related to the packaging and distribution of the Zend Framework for version 1.5.
Extras
Extras are components that are developed under the ZF community process (i.e. CLA, unit tested, documented, coding standards, etc.) but are not supported commercially by Zend Technologies. From Wil’s post on it:
The distinction between components chosen for core incubator and those chosen for extras incubator is simple: Zend will provide support for components in core- but not extras- while providing distribution for both core and extras on the main ZF site…
…The strict guidelines for quality that we have enforced
for core components, such as test code coverage and documentation, would
also apply to components in extras.
I think that this is a good idea as the community will be able to provide components that Zend may not be interested in supporting, but are very useful. I expect various Zend_Service_ components to end up here and with any luck, Zend_Db_Adapter_Pdo_Odbc_Mssql!
Lean and Mean
In a separate post, Wil also indicated that version 1.5 of the Zend Framework will be distributed in two forms:
- “Lean and Mean”
- “Everything”
The “Lean and Mean” package will include just the core framework, excluding locale files.
The “Everything” package will contain everything(!) including unit tests, demos, locale files and the extras directory.
This should make the core download for ZF much smaller which is great for those of who don’t need the files in “Everything”.
All we need now is for someone to step up and make a PEAR channel for the Framework…
Posted by Rob on 26th January 2008 under News | 2 Comments »