]> granicus.if.org Git - php/commitdiff
added [com] section
authorHarald Radi <phanto@php.net>
Tue, 20 Mar 2001 22:45:10 +0000 (22:45 +0000)
committerHarald Radi <phanto@php.net>
Tue, 20 Mar 2001 22:45:10 +0000 (22:45 +0000)
php.ini-dist
php.ini-optimized
php.ini-recommended

index 43cd18aa7ac162d932bdfa5c2c9afe85b4c33791..d415738357f1bee75bd704ef0aa62e313eeaa730 100644 (file)
@@ -761,3 +761,9 @@ pfpro.defaulttimeout = 30
 [Sockets]
 ; Use the system read() function instead of the php_read() wrapper.
 sockets.use_system_read = On
+
+[com]
+; path to a file containing GUIDs, IIDs or filenames of files with TypeLibs
+;com.typelib_file = 
+; allow Distributed-COM calls
+;com.allow_dcom = true
index 3e2cc697db3843d2a884b17c3503ae8337311239..b93d4129049dd319d3768e7f538cfe28626ddba3 100644 (file)
@@ -494,6 +494,10 @@ pfpro.defaulttimeout               =       30      ; default timeout in seconds
 [Sockets]
 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
+
 ; Local Variables:
 ; tab-width: 4
 ; End:
index 3e2cc697db3843d2a884b17c3503ae8337311239..b93d4129049dd319d3768e7f538cfe28626ddba3 100644 (file)
@@ -494,6 +494,10 @@ pfpro.defaulttimeout               =       30      ; default timeout in seconds
 [Sockets]
 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
+
 ; Local Variables:
 ; tab-width: 4
 ; End: