File tree 3 files changed +16
-4
lines changed 3 files changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -784,6 +784,12 @@ sockets.use_system_read = On
784
784
;com.typelib_file =
785
785
; allow Distributed-COM calls
786
786
;com.allow_dcom = true
787
+ ; autoregister constants of a components typlib on com_load()
788
+ ;com.autoregister_typelib = true
789
+ ; register constants casesensitive
790
+ ;com.autoregister_casesensitive = false
791
+ ; show warnings on duplicate constat registrations
792
+ ;com.autoregister_verbose = true
787
793
788
794
[Printer]
789
795
;printer.default_printer = ""
Original file line number Diff line number Diff line change @@ -510,8 +510,11 @@ pfpro.defaulttimeout = 30 ; default timeout in seconds
510
510
sockets.use_system_read = Off ; Use the system read() function instead of
511
511
; the php_read() wrapper.
512
512
[com]
513
- ;com.typelib_file = ; path to a file containing GUIDs, IIDs or filenames of files with TypeLibs
514
- ;com.allow_dcom = true ; allow Distributed-COM calls
513
+ ;com.allow_dcom = true ; allow Distributed-COM calls
514
+ ;com.typelib_file = ; path to a file containing GUIDs, IIDs or filenames of files with TypeLibs
515
+ ;com.autoregister_typelib = true
516
+ ;com.autoregister_casesensitive = false
517
+ ;com.autoregister_verbose = true
515
518
516
519
[Printer]
517
520
;printer.default_printer = ""
Original file line number Diff line number Diff line change @@ -510,8 +510,11 @@ pfpro.defaulttimeout = 30 ; default timeout in seconds
510
510
sockets.use_system_read = Off ; Use the system read() function instead of
511
511
; the php_read() wrapper.
512
512
[com]
513
- ;com.typelib_file = ; path to a file containing GUIDs, IIDs or filenames of files with TypeLibs
514
- ;com.allow_dcom = true ; allow Distributed-COM calls
513
+ ;com.allow_dcom = true ; allow Distributed-COM calls
514
+ ;com.typelib_file = ; path to a file containing GUIDs, IIDs or filenames of files with TypeLibs
515
+ ;com.autoregister_typelib = true
516
+ ;com.autoregister_casesensitive = false
517
+ ;com.autoregister_verbose = true
515
518
516
519
[Printer]
517
520
;printer.default_printer = ""
You can’t perform that action at this time.
0 commit comments