Re: [PHP-DEV] Unicoding

2006-12-19 Thread Andrei Zmievski
On Dec 19, 2006, at 1:07 PM, Marcus Boerger wrote: - zend_call_methods has no zend_u_call_method version, see patch Good catch. - parameter parsing doesn't allow to receive a string in current run-time setting. I will introduce a new parameter parsing option 'x' that gets replaced by ei

[PHP-DEV] Unicoding

2006-12-19 Thread Marcus Boerger
Hello all, i am doing some unicode stuff and missng a few things and found a few issues: - ZVAL_STRL() is inconsistent with the rest of the ZVAL_*L(). The former has order: zval, zstr, len, type, flags while the others have the order: zval, value, len, flags Since a zstr value is defined