added new com entries

This commit is contained in:
Harald Radi 2001-06-24 22:40:41 +00:00
parent 4a29944dac
commit d9c1247c86
3 changed files with 16 additions and 4 deletions

View File

@ -784,6 +784,12 @@ sockets.use_system_read = On
;com.typelib_file =
; 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
[Printer]
;printer.default_printer = ""

View File

@ -510,8 +510,11 @@ pfpro.defaulttimeout = 30 ; default timeout in seconds
sockets.use_system_read = Off ; Use the system read() function instead of
; the php_read() wrapper.
[com]
;com.typelib_file = ; path to a file containing GUIDs, IIDs or filenames of files with TypeLibs
;com.allow_dcom = true ; allow Distributed-COM calls
;com.allow_dcom = true ; allow Distributed-COM calls
;com.typelib_file = ; path to a file containing GUIDs, IIDs or filenames of files with TypeLibs
;com.autoregister_typelib = true
;com.autoregister_casesensitive = false
;com.autoregister_verbose = true
[Printer]
;printer.default_printer = ""

View File

@ -510,8 +510,11 @@ pfpro.defaulttimeout = 30 ; default timeout in seconds
sockets.use_system_read = Off ; Use the system read() function instead of
; the php_read() wrapper.
[com]
;com.typelib_file = ; path to a file containing GUIDs, IIDs or filenames of files with TypeLibs
;com.allow_dcom = true ; allow Distributed-COM calls
;com.allow_dcom = true ; allow Distributed-COM calls
;com.typelib_file = ; path to a file containing GUIDs, IIDs or filenames of files with TypeLibs
;com.autoregister_typelib = true
;com.autoregister_casesensitive = false
;com.autoregister_verbose = true
[Printer]
;printer.default_printer = ""