--with-zend-multibyte safe/useable?

php.internals

Luca Longinotti

20 years ago
Hi PHP devs, I'm Luca Longinotti, one of the PHP maintainers in Gentoo. I tought I'd ask about this here as to have some input from the people developing this, since I never used that particular configure option before... Basically, we have a request from a user to add --with-zend-multibyte to our PHP packages ( https://bugs.gentoo.org/show_bug.cgi?id=130154 ), for who knows Gentoo and is intersted, it would be under the "unicode" USE flag. Now, I wasn't able to find any more documentation about that particular option, if not the ./configure --help output, and the linked PHP bug ( http://bugs.php.net/bug.php?id=22108 ). So my question is: would it be safe to add --with-zend-multibyte as option to our PHP packages, is that safe/useable at all, or will it break other things? Thanks for any answer and information!
-- Best regards, Luca Longinotti aka CHTEKK LongiTEKK Networks Admin: chtekk@longitekk.com Gentoo Dev: chtekk@gentoo.org SysCP Dev: chtekk@syscp.org TILUG Supporter: chtekk@tilug.ch

Derick Rethans

20 years ago
On Tue, 18 Apr 2006, Luca Longinotti wrote:
> Hi PHP devs, I'm Luca Longinotti, one of the PHP maintainers in Gentoo. > I tought I'd ask about this here as to have some input from the people > developing this, since I never used that particular configure option > before... > Basically, we have a request from a user to add --with-zend-multibyte to > our PHP packages ( https://bugs.gentoo.org/show_bug.cgi?id=130154 ), for > who knows Gentoo and is intersted, it would be under the "unicode" USE flag. > Now, I wasn't able to find any more documentation about that particular > option, if not the ./configure --help output, and the linked PHP bug ( > http://bugs.php.net/bug.php?id=22108 ). So my question is: would it be > safe to add --with-zend-multibyte as option to our PHP packages, is that > safe/useable at all, or will it break other things?
Depending on what you have currently in the "unicode" USE flag I would say. This multibyte switch has not much to do with unicode, nor would I recommend it for normal production sites unless you really need it. So if the unicode flag now contains "mbstring" for example, don't add it. It's probably the best to make it a new USE flag. regards, Derick
-- Derick Rethans http://derickrethans.nl | http://ez.no | http://xdebug.org