Re: [PHP-DEV] Was Reflection annotations reader - We Need A Vision

2013-01-10 Thread Chris van Dam
Dear internals, >There is multiple problems with annotations: >- It's a language in the language. A new syntax to learn. It's not in the >code, but without it the code have fat chance to work anymore. > >- It's a parser in the parser. More code to maintain inside PHP engine. >Maybe some performanc

Re: [PHP-DEV] PHP 5.3 - end of live schedule

2012-12-11 Thread Chris van Dam
Hi Internals, Why not EOL until Zend has it's ZCE program up to date with the latest version? Kind regards, Chris van Dam Op 11-12-12 02:29 schreef Johannes Schlüter : >On Tue, 2012-12-11 at 08:55 +0900, Yasuo Ohgaki wrote: >> 2012/12/10 Adam Harvey : >> > On 10 Decemb

Re: [PHP-DEV] Re: [VOTE] ext/mysql deprecation in 5.5

2012-11-29 Thread Chris van Dam
Hi Internals, I think the E_DEPRECATED flag for this extension is fine, as it helps tracking down the code which needs to be fixed. Kind regards, Chris van Dam Op 29-11-12 09:27 schreef Pierre Joye : >hi Anthony, > >As you are (relatively) new in php.net, let keep the history in mi

Re: [PHP-DEV] DateTime::modify('now') is ignored, why?

2012-11-26 Thread Chris van Dam
fy('+1 hour'); This is what you would like to do right? As modifying the timestamp with another timestamp would make no sense to me. Kind regards, Chris van Dam Op 26-11-12 12:06 schreef Ivan Enderlin @ Hoa : >Hi internals, > >I would to modify a \DateTime object to the current

Re: [PHP-DEV] [RFC] Accessors : read-only / write-only keywords

2012-10-22 Thread Chris van Dam
Dear internals, I really like the way Nikita describes the implementation. It is very consistent and easy to read. At least for me it is. I must say I'm very excited to see this implementation coming to PHP Kind regards, Chris van Dam Op 20-10-12 11:52 schreef Nikita Popov : >On Sat

Re: [PHP-DEV] Funny array function

2012-10-01 Thread Chris van Dam
Hi Kuldeep, Why would you want to do this, it seems to me there is more code than the regular array access method. Kind regards, Chris van Dam Op 30-09-12 13:50 schreef kuldeep dhaka : >hello guys, >this is my first time, if thing mail is at wrong place please forward it >the ri