From: Harald Radi Date: Tue, 20 Mar 2001 22:45:10 +0000 (+0000) Subject: added [com] section X-Git-Tag: php-4.0.6RC1~626 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=21d00778e522aaecdebfc3ae9f2c8aa3bc98350d;p=php added [com] section --- diff --git a/php.ini-dist b/php.ini-dist index 43cd18aa7a..d415738357 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -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 diff --git a/php.ini-optimized b/php.ini-optimized index 3e2cc697db..b93d412904 100644 --- a/php.ini-optimized +++ b/php.ini-optimized @@ -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: diff --git a/php.ini-recommended b/php.ini-recommended index 3e2cc697db..b93d412904 100644 --- a/php.ini-recommended +++ b/php.ini-recommended @@ -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: