Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0001755 [Quercus] major always 05-23-07 07:51 06-03-07 10:11
Reporter naonaoyh View Status public  
Assigned To
Priority normal Resolution fixed  
Status closed   Product Version 3.1.1
Summary 0001755: print unicode string between ob_start() and ob_end* make Garbage Output
Description such code can reproduce this issue.

<?php
   ob_start();
   $test = '&20320;&22909;&21568;';
   echo "Hello World, From" . $test;
   ob_end_flush();
?>
Additional Information
Attached Files

- Relationships

- Notes
(0001992)
sam
06-03-07 10:11

php/1l0s
 

- Issue History
Date Modified Username Field Change
05-23-07 07:51 naonaoyh New Issue
05-26-07 19:07 naonaoyh Issue Monitored: naonaoyh
06-03-07 10:11 sam Status new => closed
06-03-07 10:11 sam Note Added: 0001992
06-03-07 10:11 sam Resolution open => fixed
06-03-07 10:11 sam Fixed in Version  => 3.1.2


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
33 total queries executed.
29 unique queries executed.
Powered by Mantis Bugtracker