ID:               31230
 User updated by:  gdelbar at neu-international dot com
 Reported By:      gdelbar at neu-international dot com
-Status:           Feedback
+Status:           Open
 Bug Type:         COM related
 Operating System: Win2k Server SP4
 PHP Version:      4.3.10
 New Comment:

I tried this dev version but the problem is still here. A difference :
no dr watson message this time.


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

[2004-12-21 15:34:01] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php4-STABLE-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-STABLE-latest.zip



------------------------------------------------------------------------

[2004-12-21 14:23:14] gdelbar at neu-international dot com

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 this bug report at http://bugs.php.net/?id=31230&edit=1

Reply via email to