[PHP-DEV] Bitwise Declaration of Flags

2009-09-26 Thread Clint Priest
Are there any plans to allow bitwise declaration of flags? Example: class foo { const FLAG_1 = 1; const FLAG_2 = 2; const FLAG_3 = 4; private $Flags = self::FLAG_1 | self::FLAG_3 } The above doesn't work, gets a syntax error on the | operator. Has anyone thought about a change to

[PHP-DEV] test - ignore

2009-09-26 Thread Derick Rethans
-- http://derickrethans.nl | http://ezcomponents.org | http://xdebug.org twitter: @derickr -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Buildbot setup / do you want access to testing platform?

2009-09-26 Thread Hannes Magnusson
Hi all Scott has been very busy the last weeks and doesn't have any time to get a buildbot setup running[1], so I am seeking volunteers for the task. We have a good chunk of boxes with various operating systems dedicated to become buildbot boxes, so all we need is someone to actually do the work.