[PHP-DEV] PHP 4.0 Bug #9141: cannot call a COM function opening a word appli

2001-02-06 Thread shashank . kadge
From: [EMAIL PROTECTED] Operating system: windows NT PHP version: 4.0.3pl1 PHP Bug Type: COM related Bug description: cannot call a COM function opening a word appli This is the COM function being called from PHP. Public Function setFile(filename as String) Set wproc =

[PHP-DEV] PHP 4.0 Bug #9141 Updated: cannot call a COM function opening a word appli

2001-02-08 Thread shashank . kadge
ID: 9141 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: COM related Description: cannot call a COM function opening a word appli "; $Obj->filename1 = 'C:\shanky2.doc'; $Obj->setFile(); ?> shanky2.doc is the file to be read. And this is the function in the Com component which

[PHP-DEV] PHP 4.0 Bug #9141 Updated: cannot call a COM function opening a word appli

2001-02-09 Thread shashank . kadge
ID: 9141 User Update by: [EMAIL PROTECTED] Status: Closed Bug Type: COM related Description: cannot call a COM function opening a word appli "; $Obj->filename1 = 'C:shanky2.doc'; $Obj->setFile(); ?> shanky2.doc is the file to be read. And this is the function in the Com component w