Sriram Natarajan wrote: > HI > While browsing PHP bugs, I ran into the following issue where in a > user has reported that compiling PHP with 'zend multibyte' support > causes applications like FUDforum to not run successfully on Apache + PHP. > http://bugs.php.net/bug.php?id=36711 > > I was wondering, if folks in Web Stack community had any insight on > this issue. I guess, we could also request Web Stack quality team to > verify our PHP integration with this application as well as part of > their validation process.
From the bug entries: [27 Mar 2006 5:26pm UTC] dmitry at php.net php -ddetect_unicode=0 halt_compiler.php works fine. This is not a PHP bug, but FUDforum installer's. It should be fixed using -ddetect_unicode=0 (in the same way as PEAR installer was fixed). Probably PHP documentation should explain that binary data after __halt_compiler() may drive multibyte PHP version to detect whole script as unicode. --Stefan -- Stefan Teleman Sun Microsystems, Inc. Stefan.Teleman at Sun.COM
