|
Interfacing With COM Objects Under Windows NT/2k/XP
Check and modify php.ini settings.
Open up your php.ini file. This should be located in your windows or windows\system directory.
Search for the section with the title
[com]
Within this section, set the following:
; allow Distributed-COM calls
com.allow_dcom = true
; autoregister constants of a components typlib on com_load()
com.autoregister_typelib = true
; register constants casesensitive
;com.autoregister_casesensitive = false
; show warnings on duplicate constat registrations
com.autoregister_verbose = true
Modify COM permissions to Allow PHP to Use the COM Interface
From the Start menu, select run and type
dcomcnfg, as in the image below :
Depending on the version of windows you are running, a screen which resembles the one below will appear.
[ Next Page ]
| Comments: | ||
| PHP+Mysql+Ms Word | arup | 03/14/05 02:17 |
| how do we do with Windows 2k | philphil | 03/08/05 06:52 |
| ARTICLE Interfacing with COM Objects | Liviu DOSPINESCU | 03/07/05 15:29 |
| COM Functions | Liviu-Dan DOSPINESCU | 03/07/05 05:46 |
| RE: Good article | Mark Williams | 07/05/04 06:27 |
| Good article | alain | 08/29/03 13:32 |
| COM/PHP | Srikanth Turaga | 08/17/03 22:26 |
|
If you are looking for help, please post on the appropriate forum here. Your questions will be answered much more quickly. | ||


