|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
Zend Framework 1.8.0 sanity check tarballs availableWe have posted sanity check tarballs of the upcoming 1.8.0 release on
the site. You may get them at the following URLs: http://framework.zend.com/releases/preview/ZendFramework-1.8.0.tar.gz http://framework.zend.com/releases/preview/ZendFramework-1.8.0.zip http://framework.zend.com/releases/preview/ZendFramework-1.8.0-minimal.tar.gz http://framework.zend.com/releases/preview/ZendFramework-1.8.0-minimal.zip http://framework.zend.com/releases/preview/ZendAMF-1.8.0.tar.gz http://framework.zend.com/releases/preview/ZendAMF-1.8.0.zip http://framework.zend.com/releases/preview/ZendGdata-1.8.0.tar.gz http://framework.zend.com/releases/preview/ZendGdata-1.8.0.zip http://framework.zend.com/releases/preview/ZendInfoCard-1.8.0.tar.gz http://framework.zend.com/releases/preview/ZendInfoCard-1.8.0.zip Please let the Zend Framework team know ASAP if you notice any critical errors. We will be releasing within the next few days. For those who have contributed to this release, thanks again for all the hard work -- the end is in sight! -- Matthew Weier O'Phinney Project Lead | matthew@... Zend Framework | http://framework.zend.com/ |
|
|
Re: Zend Framework 1.8.0 sanity check tarballs availablehttp://jotbug.org now running on 1.8.0 :-)
Had to setFallback on autoloader temporarily until we can refactor to support 1.8.0 fully :-) Thank you! - Robert On 28 Apr 2009, at 06:42, Matthew Weier O'Phinney wrote: > We have posted sanity check tarballs of the upcoming 1.8.0 release on > the site. You may get them at the following URLs: > > http://framework.zend.com/releases/preview/ZendFramework-1.8.0.tar.gz > http://framework.zend.com/releases/preview/ZendFramework-1.8.0.zip > http://framework.zend.com/releases/preview/ZendFramework-1.8.0-minimal.tar.gz > http://framework.zend.com/releases/preview/ZendFramework-1.8.0-minimal.zip > http://framework.zend.com/releases/preview/ZendAMF-1.8.0.tar.gz > http://framework.zend.com/releases/preview/ZendAMF-1.8.0.zip > http://framework.zend.com/releases/preview/ZendGdata-1.8.0.tar.gz > http://framework.zend.com/releases/preview/ZendGdata-1.8.0.zip > http://framework.zend.com/releases/preview/ > ZendInfoCard-1.8.0.tar.gz > http://framework.zend.com/releases/preview/ZendInfoCard-1.8.0.zip > > Please let the Zend Framework team know ASAP if you notice any > critical > errors. We will be releasing within the next few days. > > For those who have contributed to this release, thanks again for all > the > hard work -- the end is in sight! > > -- > Matthew Weier O'Phinney > Project Lead | matthew@... > Zend Framework | http://framework.zend.com/ - Robert robert.castley@... |
|
|
Re: Zend Framework 1.8.0 sanity check tarballs availableOh my this is looking like a tasty release indeed. Well done! -- David Mintz http://davidmintz.org/ The subtle source is clear and bright The tributary streams flow through the darkness |
|
|
RE: Zend Framework 1.8.0 sanity check tarballs availableHi there, I’ve got
the following… // Bootstrap for module Adm class Adm_Bootstrap extends
Zend_Application_Module_Bootstrap { public function __construct($application) { parent::__construct($application); $plugin = new Adm_Plugin_Some_Thing(); } … The file and class do not exist…
that’s ok, I did it on purpose, but I get the following
warning… “Warning: include(<some path>\application\adm/plugins//Some/Thing.php) [function.include]: failed to open
stream: No such file or directory in…” The module resource
autoloader adds a double forward slash “//“ instead of a
single forward slash “/” after the plugins directory. This
doesn’t seem to be ok… though at least in windows, PHP finds the
class file if it exists… Regards, Rob From: David Mintz
[mailto:vtbludgeon@...]
|
| Free embeddable forum powered by Nabble | Forum Help |