phanto          Tue Mar 20 14:45:10 2001 EDT

  Modified files:              
    /php4       php.ini-optimized php.ini-dist 
  Log:
  added [com] section
  
Index: php4/php.ini-optimized
diff -u php4/php.ini-optimized:1.33 php4/php.ini-optimized:1.34
--- php4/php.ini-optimized:1.33 Wed Mar  7 02:08:19 2001
+++ php4/php.ini-optimized      Tue Mar 20 14:45:10 2001
@@ -494,6 +494,10 @@
 [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:
Index: php4/php.ini-dist
diff -u php4/php.ini-dist:1.73 php4/php.ini-dist:1.74
--- php4/php.ini-dist:1.73      Wed Mar  7 02:08:19 2001
+++ php4/php.ini-dist   Tue Mar 20 14:45:10 2001
@@ -1,5 +1,5 @@
 [PHP]
-; $Id: php.ini-dist,v 1.73 2001/03/07 10:08:19 zeev Exp $
+; $Id: php.ini-dist,v 1.74 2001/03/20 22:45:10 phanto Exp $
 
 ;;;;;;;;;;;;;;;;;;;
 ; About this file ;
@@ -761,3 +761,9 @@
 [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



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to