diff options
author | Harald Radi <phanto@php.net> | 2001-06-24 22:40:41 +0000 |
---|---|---|
committer | Harald Radi <phanto@php.net> | 2001-06-24 22:40:41 +0000 |
commit | d9c1247c865cfdf7367cd902735d2a82d97eeb2f (patch) | |
tree | 744fe340fdf47230414de855ddd98fc50802c535 | |
parent | 4a29944dac417a8c060ba2d2ad628534ed98e96b (diff) | |
download | php-git-d9c1247c865cfdf7367cd902735d2a82d97eeb2f.tar.gz |
added new com entries
-rw-r--r-- | php.ini-dist | 6 | ||||
-rw-r--r-- | php.ini-optimized | 7 | ||||
-rw-r--r-- | php.ini-recommended | 7 |
3 files changed, 16 insertions, 4 deletions
diff --git a/php.ini-dist b/php.ini-dist index d3d115f95a..e411294dc0 100644 --- a/php.ini-dist +++ b/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 = "" diff --git a/php.ini-optimized b/php.ini-optimized index e9538edfd6..d2c1b2b512 100644 --- a/php.ini-optimized +++ b/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 = "" 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 = "" |