At 9:00 PM +0200 7/17/02, [EMAIL PROTECTED] wrote: >On Wed, 17 Jul 2002, Jani Taskinen wrote: > > Can't they be merged and use #ifdef's to enable > > the multibyte support?
Personally I don't like the idea of having a module change the PHP core code with a #ifdef like mbstring does now. I would rather see the module change a function pointer to its handler, add its function handler to a list of function handlers or have the default code handle multi-byte strings, as long as there is not a large size, speed or memory increase doing it. Just my 2 cents. :-) Brian -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php