ID: 31987 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Assigned Bug Type: mbstring related Operating System: Windows XP PRo SP2 PHP Version: 5CVS-2005-02-15 (dev) Assigned To: fujimoto
Previous Comments: ------------------------------------------------------------------------ [2005-02-15 16:05:12] [EMAIL PROTECTED] Description: ------------ When ZEND_MULTIBYTE option is defined on Windows XP Pro SP2, and PHP is compiled as Apache 2 module, PHP 5.0.x break up by phpinfo(). Here is backtrace by VC6++ for PHP 5.0.4dev, zif_phpinfo() -> php_print_info(-1 TSRMLS_CC); -> zend_html_puts(zend_version, strlen(zend_verison TSRMLS_CC) -> (L66) LANG_SCNG(output_filter)(&filtered, &filtered_len, s, len TSRMLS_CC) filtered = 0xcccccccc ""; &filtered = 0x04fcf54c filtered_len = -858993460 s = "Zend Engine v2.1.0-dev,..." len = 66 Reproduce code: --------------- <?php phpinfo(); ?> Expected result: ---------------- php releated info. Actual result: -------------- PHP 5.0.4dev executed as Apache 2 module will crash. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=31987&edit=1