unread
Hi everyone !
Just done a pull request (https://github.com/php/php-src/pull/62) on php/php-src to allow the use of an expression with "new" keyword.
The patch allow the user to do :
<?php
class Foo {}
$oo = 'oo';
$foo = new {'f' . $oo};
?>
Moreover, seems to me that it's not possible to subscribe to git-pulls@lists.php.net from http://www.php.net/mailing-lists.php.