[PHP-DEV] ext/exif and Zend/tests/multibyte tests are still broken

2011-02-14 Thread Dmitry Stogov
Hi Moriyoshi, Some ext/exif and Zend/tests/multibyte tests are still broken after your mbstring related changes on December. ext/exif just can't work because you changed the prototypes of zend_multibyte functions but not the function invocations. Are you going to fix it? Thanks. Dmitry. --

[PHP-DEV] Clarification on the Enum language structure

2011-02-14 Thread Jarrod Nettles
I was reading the RFC for the proposed enum language structure and was wondering if I could get some clarification on the implementation. Forgive me if this is in the patch or has been discussed already but based solely on what is written in the RFC I have some concerns. http://wiki.php.net/rfc

[PHP-DEV] Re: Clarification on the Enum language structure

2011-02-14 Thread Thomas Gutbier
Jarrod Nettles wrote: So, my proposed syntax would look something more like this. I think also and was wondering about the current rfc for a few weeks. Im not a core developer but I want to outline what i would expect as php framework developer. namespace System\Logs { enum L

Re: [PHP-DEV] Re: Clarification on the Enum language structure

2011-02-14 Thread Martin Scotta
On Mon, Feb 14, 2011 at 12:45 PM, Thomas Gutbier < thomas.gutb...@anthrotec.de> wrote: > Jarrod Nettles wrote: > >> So, my proposed syntax would look something more like this. >> > > I think also and was wondering about the current rfc for a few weeks. > Im not a core developer but I want to outli