Re: [PHP-DEV] Please reconsider supporting PHP 5.2

2010-07-28 Thread Larry Garfield
On Sunday 25 July 2010 05:55:53 am Reindl Harald wrote: A clean designed application has to run the whole time with error_reporting = E_ALL | E_STRICT and so you should have seen the problems long ago This broke Drupal 6 big time and while core has been fixed, contrib is a bit slower to

[PHP-DEV] IMAP patches from kolab -- can we get these merged?

2010-07-28 Thread Clint Byrum
Yesterday I was talking with one of my Colleagues about the Kolab project's use of some of the newer features of IMAP, notably, annotations and myrights. It turns out Kolab ships a patched PHP to do this properly, and they've been maintaining these patches for quite some time. In fact, they're up

[PHP-DEV] Zend Extension - zend_compile_file - interoperability?

2010-07-28 Thread Jonathan Bond-Caron
I've starting playing around with the zend engine, is there any hope / plans for better interoperability with how zend_compile_file() should be extended? The goal being to reduce the amount of X is not compatible with Y. It would be possible to separate extensions in two categories and

Re: [PHP-DEV] Zend Extension - zend_compile_file - interoperability?

2010-07-28 Thread Stas Malyshev
Hi! I've starting playing around with the zend engine, is there any hope / plans for better interoperability with how zend_compile_file() should be extended? The goal being to reduce the amount of X is not compatible with Y. In most cases, overriding zend_compile_file() and calling

[PHP-DEV] [RFC] Return type-hint

2010-07-28 Thread Felipe Pena
Hi all, I've updated the patch and the RFC that proposes the return type-hint implementation (Engine + Reflection). The proposed implementation is working just like the last changes in the parameter type-hint (in trunk). i.e. working with the scalar and numeric pseudo-types.