[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
[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:
[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: