Re: [PHP-DEV] Urgent patch for traits in PHP 5.4

2012-01-14 Thread Stefan Marr
Hi Dmitry: On 14 Jan 2012, at 01:24, Stefan Marr wrote: > On 13 Jan 2012, at 19:53, Stas Malyshev wrote: > >> trait foo { >> public $bar = __CLASS__; >> } > > Breakpoint 3, zend_do_early_binding () at zend_compile.c:4602 > 4602 zend_error(E_COMPILE_ERROR, "Invalid bind

Re: [PHP-DEV] Harcoded mysql.sock path in mysqlnd extension

2012-01-14 Thread Johannes Schlüter
On Fri, 2012-01-13 at 18:28 +0100, Remi Collet wrote: > I fill a bug : https://bugs.php.net/bug.php?id=60748 > (trivial patch proposed, shouldn't break anything) > > Just a notice, there is no mysqlnd component in bug tracker... > (or I was unable to find it...) In what case do you notice that? -

Re: [PHP-DEV] Urgent patch for traits in PHP 5.4

2012-01-14 Thread Stas Malyshev
Hi! What would be the best approach to handle the case of property definitions? I don't think this opcode should be there in this case. Maybe we should use IS_CONSTANT in this case and handle it when constants are updated as a special case? Alternatively, if we find no solution for it we may