Skip to content

Commit d9c1247

Browse files
author
Harald Radi
committed
added new com entries
1 parent 4a29944 commit d9c1247

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

php.ini-dist

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -784,6 +784,12 @@ sockets.use_system_read = On
784784
;com.typelib_file =
785785
; allow Distributed-COM calls
786786
;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
787793

788794
[Printer]
789795
;printer.default_printer = ""

php.ini-optimized

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -510,8 +510,11 @@ pfpro.defaulttimeout = 30 ; default timeout in seconds
510510
sockets.use_system_read = Off ; Use the system read() function instead of
511511
; the php_read() wrapper.
512512
[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
515518

516519
[Printer]
517520
;printer.default_printer = ""

php.ini-recommended

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -510,8 +510,11 @@ pfpro.defaulttimeout = 30 ; default timeout in seconds
510510
sockets.use_system_read = Off ; Use the system read() function instead of
511511
; the php_read() wrapper.
512512
[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
515518

516519
[Printer]
517520
;printer.default_printer = ""

0 commit comments

Comments
 (0)