diff options
Diffstat (limited to 'php.ini-optimized')
-rw-r--r-- | php.ini-optimized | 4 |
1 files changed, 4 insertions, 0 deletions
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: |