ID: 16388 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Analyzed +Status: Closed Bug Type: Scripting Engine problem Operating System: Linux PHP Version: CVS 06/06/2002 New Comment:
Thank you for your bug report. This issue has already been fixed in the latest released version of PHP, which you can download at http://www.php.net/downloads.php Previous Comments: ------------------------------------------------------------------------ [2002-06-06 20:22:58] [EMAIL PROTECTED] Reproduced with latest CVS. #0 0x403e9d40 in _efree (ptr=0x0, __zend_filename=0x404e2100 "/usr/src/web/php/php4/Zend/zend_hash.c", __zend_lineno=550, __zend_orig_filename=0x0, __zend_orig_lineno=0) at /usr/src/web/php/php4/Zend/zend_alloc.c:222 #1 0x40405a14 in zend_hash_destroy (ht=0x81ff314) at /usr/src/web/php/php4/Zend/zend_hash.c:550 #2 0x403fd899 in _zval_dtor (zvalue=0xbfffe040, __zend_filename=0x404e2ea0 "/usr/src/web/php/php4/Zend/zend_execute.c", __zend_lineno=1221) at /usr/src/web/php/php4/Zend/zend_variables.c:51 #3 0x4041041c in execute (op_array=0x81f9fc4) at /usr/src/web/php/php4/Zend/zend_execute.c:1221 #4 0x403ff904 in zend_execute_scripts (type=8, retval=0x0, file_count=3) at /usr/src/web/php/php4/Zend/zend.c:810 ------------------------------------------------------------------------ [2002-04-05 13:01:31] [EMAIL PROTECTED] Browser was Mozilla 0.9.9 ------------------------------------------------------------------------ [2002-04-02 05:42:46] [EMAIL PROTECTED] Which browser? ------------------------------------------------------------------------ [2002-04-02 05:34:29] [EMAIL PROTECTED] If you try to output nothing with this construct: echo <<<END END; the output "hangs". that means no output at all is delivered with these statements and the page cannot be displayed. If you insert a blank line to be echoed, like echo <<<END END; then everything is OK ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=16388&edit=1