Hi!

CG(multibyte) is defined only inside #ifdef ZEND_MULTIBYTE.

If we're already getting into this, how hard it would be to make multibyte build be binary-compatible with non-multibyte build? Is it possible at all? I.e., for example, taking all extra vars into a separate structure and having a pointer to it, which is always 0 in non-MB or MB-disabled setup and has data in MB-enabled build. I understand it's somewhat more work but I think less binary-incompatible PHP builds we have, the better.
--
Stanislav Malyshev, Software Architect
SugarCRM: http://www.sugarcrm.com/
(408)454-6900 ext. 227

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

Reply via email to