ID:               31005
 Updated by:       [EMAIL PROTECTED]
 Reported By:      aylg at 21cn dot com
-Status:           Open
+Status:           Feedback
 Bug Type:         COM related
 Operating System: windows2003
 PHP Version:      5.0.2
 New Comment:

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




Previous Comments:
------------------------------------------------------------------------

[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

Reply via email to