diff options
author | Harald Radi <phanto@php.net> | 2001-03-20 22:45:10 +0000 |
---|---|---|
committer | Harald Radi <phanto@php.net> | 2001-03-20 22:45:10 +0000 |
commit | 21d00778e522aaecdebfc3ae9f2c8aa3bc98350d (patch) | |
tree | 60dddb353f8d17b821e60e8b911774e7f33968dc /php.ini-dist | |
parent | 256d7998095c76b46dfcd9b3f555db309de37630 (diff) | |
download | php-git-21d00778e522aaecdebfc3ae9f2c8aa3bc98350d.tar.gz |
added [com] section
Diffstat (limited to 'php.ini-dist')
-rw-r--r-- | php.ini-dist | 6 |
1 files changed, 6 insertions, 0 deletions
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 |