Browse Source

added [com] section

PHP-4.0.6
Harald Radi 25 years ago
parent
commit
21d00778e5
  1. 6
      php.ini-dist
  2. 4
      php.ini-optimized
  3. 4
      php.ini-recommended

6
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

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

4
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:
Loading…
Cancel
Save