diff options
Diffstat (limited to 'php.ini-recommended')
-rw-r--r-- | php.ini-recommended | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php.ini-recommended b/php.ini-recommended index e9538edfd6..d2c1b2b512 100644 --- a/php.ini-recommended +++ b/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 = "" |