From:             gdelbar at neu-international dot com
Operating system: Win2k Server SP4
PHP version:      4.3.10
PHP Bug Type:     COM related
Bug description:  Impossible to instance excel 2000 with COM and php 4.3.10

Description:
------------
Hello,

i'm using com object to generate excel file on server-side with excel
2000. Everything was OK until i change php from 4.3.9 to 4.3.10 yesterday
: I've got some dr watson message's.

Complete config
---------------
Win2k Server SP4
PHP 4.3.10
Apache 1.3.33
Excel 2000

Best Regards,
Guillaume DELBAR.



Reproduce code:
---------------
<?php

//=> No error but no excel instance created on server side
$excel = new COM("Excel.application"); 

//=> Dr Watson
$excel->Quit();

?>

Actual result:
--------------
--------------------- Message --------------------
Une exception d'application s'est produite :
        App :  (pid=1172)
        Lorsque : 21/12/2004 @ 12:13:12.359
        Numéro d'exception : c0000005 (violation d'accès)

*----> Informations système <----*
        Nom ordinateur : INFO-60S
        Nom utilisateur : SYSTEM
        Nombre de processeurs : 4
        Type de processeur : x86 Family 15 Model 3 Stepping 4
        Version Windows 2000 : 5.0
        Numéro actuel : 2195
        Service Pack : 4
        Type actuel : Multiprocessor Free
        Organisation enregistrée : NEU International
        Propriétaire enregistré : sroot_60s

*----> Liste des tâches <----*
   0 Idle.exe
   8 System.exe
 200 smss.exe
 228 csrss.exe
 248 WINLOGON.exe
 276 services.exe
 288 LSASS.exe
 476 svchost.exe
 504 SPOOLSV.exe
 568 msdtc.exe
 752 dcevt32.exe
 768 dcstor32.exe
 784 DefWatch.exe
 796 svchost.exe
 816 llssrv.exe
 864 xmlclient.exe
 960 mr2kserv.exe
1180 mysqld.exe
1224 Rtvscan.exe
1264 omsad32.exe
1356 regsvc.exe
1368 remotsvc.exe
1380 retroclient.exe
1388 mstask.exe
1444 omaws32.exe
1464 snmp.exe
1488 VxSvc.exe
1508 mgesystray.exe
1556 winmgmt.exe
1564 svchost.exe
1584 dfssvc.exe
2212 svchost.exe
 516 explorer.exe
2484 jusched.exe
2440 VPTray.exe
2480 internat.exe
2156 IEXPLORE.exe
1124 mmc.exe
 980 CMD.exe
 992 weaversl.exe
2336 taskmgr.exe
2240 Apache.exe
1172 Apache.exe
1032 drwtsn32.exe
   0 _Total.exe
-----------------------------------------------------

ps : i can send you the complete message if you want

-- 
Edit bug report at http://bugs.php.net/?id=31230&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=31230&r=trysnapshot4
Try a CVS snapshot (php5.0): 
http://bugs.php.net/fix.php?id=31230&r=trysnapshot50
Try a CVS snapshot (php5.1): 
http://bugs.php.net/fix.php?id=31230&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=31230&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=31230&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=31230&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=31230&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=31230&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=31230&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=31230&r=notwrong
Not enough info:             
http://bugs.php.net/fix.php?id=31230&r=notenoughinfo
Submitted twice:             
http://bugs.php.net/fix.php?id=31230&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=31230&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=31230&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=31230&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=31230&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=31230&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=31230&r=float
No Zend Extensions:          http://bugs.php.net/fix.php?id=31230&r=nozend
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=31230&r=mysqlcfg

Reply via email to