[PHP-DEV] -- zend engine guru/consultancy required --

2006-06-29 Thread Andrew Mather
I have written a C++ extension for php which accesses an external .so proprietary data engine. The extension basically works, but the engine - reliable when accessed outside php/zend - is generating stream based errors, possibly due my poor understanding of the streams/threading requirements in su

Re: [PHP-DEV] Unicode normalization forms

2006-06-29 Thread Andrei Zmievski
Yes, there will be an API to convert the text between various normalization forms. PHP itself, however, expects the strings you give it to be in the NFC form, in case you were curious. -Andrei On Jun 29, 2006, at 10:13 AM, Gwynne wrote: Every time I see the Unicode support in PHP 6 getting

[PHP-DEV] Unicode normalization forms

2006-06-29 Thread Gwynne
Every time I see the Unicode support in PHP 6 getting better, I like it more. But I have a question related to a problem I recently had to solve with an external script in my code: Will there be any way to access different normalization forms from inside PHP? After a great deal of research