Zend Framework 1.8.0 sanity check tarballs available

4 messages Options
Embed this post
Permalink
weierophinney

Zend Framework 1.8.0 sanity check tarballs available

Reply Threaded More More options
Print post
Permalink
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            | [hidden email]
Zend Framework          | http://framework.zend.com/
Robert Castley

Re: Zend Framework 1.8.0 sanity check tarballs available

Reply Threaded More More options
Print post
Permalink
http://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            | [hidden email]
> Zend Framework          | http://framework.zend.com/


- Robert
[hidden email]



vtbludgeon

Re: Zend Framework 1.8.0 sanity check tarballs available

Reply Threaded More More options
Print post
Permalink
In reply to this post by weierophinney

Oh 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
Andrés Robinet

RE: Zend Framework 1.8.0 sanity check tarballs available

Reply Threaded More More options
Print post
Permalink
Some javascript/style in this post has been disabled (why?)

Hi 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:[hidden email]]
Sent: Miércoles, 29 de Abril de 2009 04:26 p.m.
To: [hidden email]
Subject: Re: [fw-general] Zend Framework 1.8.0 sanity check tarballs available

 


Oh 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