ID: 31005 Updated by: [email protected] Reported By: aylg at 21cn dot com -Status: Feedback +Status: No Feedback Bug Type: COM related Operating System: windows2003 PHP Version: 5.0.2 New Comment:
No feedback was provided for this bug for over a week, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open". Previous Comments: ------------------------------------------------------------------------ [2005-02-28 21:18:31] [EMAIL PROTECTED] Please try using this CVS snapshot: http://snaps.php.net/php5-latest.tar.gz For Windows: http://snaps.php.net/win32/php5-win32-latest.zip ------------------------------------------------------------------------ [2004-12-07 09:47:10] aylg at 21cn dot com Description: ------------ these code can work in php4 normally,but in php5,it failed. Reproduce code: --------------- $this->hSpace=new COM("OWC.Chart"); if($this->hSpace!=false) { $this->hChart=$this->hSpace->Charts->Add(); Expected result: ---------------- these code can executed successfully Actual result: -------------- Fatal error: Uncaught exception 'com_exception' with message 'Error �Ҳ�����Ա�� ' in D:\wwwroot\webstat\common\chart.php:23 Stack trace: #0 D:\wwwroot\webstat\common\showimg.php(6): CHART->init(650, 250) #1 {main} thrown in D:\wwwroot\webstat\common\chart.php on line 23 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=31005&edit=1
