[PHP-DEV] SessionHandler class return values

2012-01-02 Thread Drak
return a string. What's the deal here? I think the return values really should be true and false for this class, as expected by session_set_save_handler() Regards, Drak

Re: [PHP-DEV] Re: Git Migration: Status Update

2012-03-06 Thread Drak
branches in one's own fork can be acceptable providing upstream maintainers know before merging (for example squashing some work after peer review), but not to the central repo without some exceptional reason - it could cause chaos otherwise. Regards, Drak

Re: [PHP-DEV] Re: Git Migration: Status Update

2012-03-07 Thread Drak
On 7 March 2012 11:54, Kiall Mac Innes ki...@managedit.ie wrote: On Wed, Mar 7, 2012 at 6:03 AM, Drak d...@zikula.org wrote: [snip] Forcing pushes to one's own topic branches in one's own fork can be acceptable providing upstream maintainers know before merging (for example squashing some

Re: [PHP-DEV] DVCS

2011-04-27 Thread Drak
. Regards, Drak

Re: [PHP-DEV] DVCS

2011-04-27 Thread Drak
doing right now, without asking the PHP team to change the VCS (although I would hope one day they do). Regards, Drak

Re: [PHP-DEV] annotations again

2011-05-09 Thread Drak
polishing that contribution and making sure it provides a robust solution to this feature than trying to postpone or find reasons to put this off. Regards, Drak

Re: [PHP-DEV] 5.4 again

2011-05-10 Thread Drak
to the wider community or not. Regards, Drak -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] 5.4 again

2011-05-10 Thread Drak
with it ... including type hinting ... If PHP releases new syntax of course the IDE vendors will release support pronto for it. Drak -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] annotations again

2011-05-10 Thread Drak
) it should be feature complete. There is no point neutering a perfectly good feature at it's inception. Whether it's in the docblock, or as Guilherme's designed in the code, annotations should accept more than key=value. Drak PS - sorry to say this but from the other thread, all this talk of ecosystems

Re: [PHP-DEV] annotations again

2011-05-10 Thread Drak
into the PHP core? I remember this being discussed at some point. Drak -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] annotations again

2011-05-11 Thread Drak
are looking for something like this http://www.jcp.org/en/jsr/detail?id=250 and possibly others like JSR 175 and 308 There are a few others (google: JSR annotations). Regards, Drak -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] call_user_func performance and dynamic code

2011-05-22 Thread Drak
, pros and cons of these methodologies are from an official internals point of view and if anything has been changed to over time to make these methodologies more efficient. Regards, Drak -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] DVCS

2011-06-01 Thread Drak
- and already way ahead of the pack is phpStorm for VCS integration, but it's not free. Regards, Drak

Re: [PHP-DEV] Re: Voting does not belong on the wiki! (Was: [PHP-DEV] 5.4 moving forward)

2011-06-03 Thread Drak
Have you guys considered doodle.com? I think you are all stressing way too much over the voting process. When a vote is closed you can then transfer the decision to the RFC. Drak On 3 June 2011 14:12, Pierre Joye pierre@gmail.com wrote: On Fri, Jun 3, 2011 at 10:22 AM, Derick Rethans der