php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #31005 office web compenonts can't work in php5 normally
Submitted: 2004-12-07 09:47 UTC Modified: 2005-03-08 01:00 UTC
Votes:2
Avg. Score:4.5 ± 0.5
Reproduced:2 of 2 (100.0%)
Same Version:1 (50.0%)
Same OS:2 (100.0%)
From: aylg at 21cn dot com Assigned:
Status: No Feedback Package: COM related
PHP Version: 5.0.2 OS: windows2003
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: aylg at 21cn dot com
New email:
PHP Version: OS:

 

 [2004-12-07 09:47 UTC] 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


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-02-28 21:18 UTC] sniper@php.net
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


 [2005-03-08 01:00 UTC] php-bugs at lists dot php dot net
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".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 18:01:29 2024 UTC