|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2004-12-21 15:34 UTC] iliaa@php.net
[2004-12-21 17:20 UTC] gdelbar at neu-international dot com
[2004-12-23 02:43 UTC] edink@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 11:00:01 2025 UTC |
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