Re: [PHP-DEV] Re: Z_BVAL (lvalue casts)

2007-02-21 Thread Oliver Block
Hello Michael, Am Dienstag, 20. Februar 2007 22:31 schrieb Michael Wallner: > So, what's been "some pecl code"? runkit. (runkit_sanbox.c:~1464) Regards, Oliver -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: Z_BVAL (lvalue casts)

2007-02-20 Thread Michael Wallner
Oliver Block wrote: > Hello internals, > > I don't know if you are aware of that. I just tried to compile some pecl > code. > I get an error message using this with gcc 4.x if it is used like > > Z_BVAL(myval) = ...; That should be ZVAL_BOOL(z, ...); So, what's been "some pecl code"? -- Mic