From 21d00778e522aaecdebfc3ae9f2c8aa3bc98350d Mon Sep 17 00:00:00 2001 From: Harald Radi Date: Tue, 20 Mar 2001 22:45:10 +0000 Subject: added [com] section --- php.ini-dist | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'php.ini-dist') 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 -- cgit v1.2.1