Browse Source

added new com entries

experimental/pre_new_hash_func
Harald Radi 25 years ago
parent
commit
d9c1247c86
  1. 6
      php.ini-dist
  2. 7
      php.ini-optimized
  3. 7
      php.ini-recommended

6
php.ini-dist

@ -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 = ""

7
php.ini-optimized

@ -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 = ""

7
php.ini-recommended

@ -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 = ""

Loading…
Cancel
Save