diff --git a/faq/com.xml b/faq/com.xml index 6e2761742861..1acfa01097f1 100644 --- a/faq/com.xml +++ b/faq/com.xml @@ -12,7 +12,7 @@ - I have built a DLL to calculate something. Is there any way to run this DLL under PHP ? + I have built a DLL to calculate something. Is there any way to run this DLL under PHP? @@ -26,7 +26,7 @@ - What does 'Unsupported variant type: xxxx (0xxxxx)' mean ? + What does 'Unsupported variant type: xxxx (0xxxxx)' mean? @@ -44,7 +44,7 @@ - Is it possible manipulate visual objects in PHP ? + Is it possible manipulate visual objects in PHP? @@ -60,7 +60,7 @@ - Can I store a COM object in a session ? + Can I store a COM object in a session? @@ -88,7 +88,7 @@ - Can I generate DLL files from PHP scripts like I can in Perl ? + Can I generate DLL files from PHP scripts like I can in Perl? @@ -101,7 +101,7 @@ - What does 'Unable to obtain IDispatch interface for CLSID {xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}' mean ? + What does 'Unable to obtain IDispatch interface for CLSID {xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}' mean? @@ -131,7 +131,7 @@ - How can I run COM object from remote server ? + How can I run COM object from remote server? @@ -150,7 +150,7 @@ - I get 'DCOM is disabled in C:\path...\scriptname.php on line 6', what can I do ? + I get 'DCOM is disabled in C:\path...\scriptname.php on line 6', what can I do? @@ -164,7 +164,7 @@ - Is it possible to load/manipulate an ActiveX object in a page with PHP ? + Is it possible to load/manipulate an ActiveX object in a page with PHP? @@ -178,7 +178,7 @@ - Is it possible to get a running instance of a component ? + Is it possible to get a running instance of a component? @@ -202,7 +202,7 @@ $word = new COM("C:\docs\word.doc"); - Is there a way to handle an event sent from COM object ? + Is there a way to handle an event sent from COM object? @@ -219,7 +219,7 @@ $word = new COM("C:\docs\word.doc"); I'm having problems when trying to invoke a method of a COM object - which exposes more than one interface. What can I do ? + which exposes more than one interface. What can I do? @@ -232,7 +232,7 @@ $word = new COM("C:\docs\word.doc"); - So PHP works with COM, how about COM+ ? + So PHP works with COM, how about COM+? @@ -247,7 +247,7 @@ $word = new COM("C:\docs\word.doc"); If PHP can manipulate COM objects, can we imagine to use - MTS to manage components resources, in conjunction with PHP ? + MTS to manage components resources, in conjunction with PHP?