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"?

-- 
Michael

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to