Zend Framework and PHP 5.3

4 messages Options
Embed this post
Permalink
Adler Medrado

Zend Framework and PHP 5.3

Reply Threaded More More options
Print post
Permalink
Hello all.

I don't know if this subject already exists in another thread, if so, please forgive me.

Will Zend Framework change the packaging system to the PHP 5.3 namespaces support?

Best regards,

--
adler medrado

Consultor
ZCE PHP 5, ZCE ZF
http://www.adlermedrado.com.br
Eric Coleman-3

Re: Zend Framework and PHP 5.3

Reply Threaded More More options
Print post
Permalink
I Imagine this is something that will happen with ZF 2.0, but not with
the current 1.x series.

Best Regards,
Eric

On Thu, Jul 2, 2009 at 9:08 AM, Adler Medrado<[hidden email]> wrote:

> Hello all.
>
> I don't know if this subject already exists in another thread, if so, please
> forgive me.
>
> Will Zend Framework change the packaging system to the PHP 5.3 namespaces
> support?
>
> Best regards,
>
> --
> adler medrado
>
> Consultor
> ZCE PHP 5, ZCE ZF
> http://www.adlermedrado.com.br
>



--
()  ascii ribbon campaign - against html e-mail
/\  www.asciiribbon.org   - against proprietary attachments
weierophinney

Re: Zend Framework and PHP 5.3

Reply Threaded More More options
Print post
Permalink
In reply to this post by Adler Medrado
-- Adler Medrado <[hidden email]> wrote
(on Thursday, 02 July 2009, 10:08 AM -0300):
> I don't know if this subject already exists in another thread, if so,
> please forgive me.
>
> Will Zend Framework change the packaging system to the PHP 5.3
> namespaces support?

Not until version 2.0, as that will be a major backwards compatibility
break. However, yes, one of the major stories for 2.0 will be taking
advantage of the new features in PHP 5.3, including namespaces, clusures
and lambdas, __invoke(), and potentially late static binding.

--
Matthew Weier O'Phinney
Project Lead            | [hidden email]
Zend Framework          | http://framework.zend.com/
Ralph Schindler-2

Re: Zend Framework and PHP 5.3

Reply Threaded More More options
Print post
Permalink


> Not until version 2.0, as that will be a major backwards compatibility
> break. However, yes, one of the major stories for 2.0 will be taking
> advantage of the new features in PHP 5.3, including namespaces, clusures
> and lambdas, __invoke(), and potentially late static binding.

And SPL Heap & Stack, other new SPL structures, but most importantly-
the ability re-architect components that we've learned from over the
past 3 years to alleviate performance, testing, bloat, or API
consistency concerns.

There are several 2.0 pages in the wiki that describe the direction some
components should go in. :)

-ralph