]> granicus.if.org Git - php/commitdiff
add printer ext to php.ini & maintain extensions file
authorDaniel Beulshausen <dbeu@php.net>
Thu, 5 Apr 2001 12:41:25 +0000 (12:41 +0000)
committerDaniel Beulshausen <dbeu@php.net>
Thu, 5 Apr 2001 12:41:25 +0000 (12:41 +0000)
EXTENSIONS
php.ini-dist
php.ini-optimized
php.ini-recommended

index fa1b150c0fa009694d01f16f4d6aa2ce2e5f5fe7..822573ae2d23ecf9744a2c6ca55c32de322e3f8e 100644 (file)
@@ -313,8 +313,9 @@ MAINTENANCE:         Maintained
 STATUS:              Working
 -------------------------------------------------------------------------------
 EXTENSION:           printer
-MAINTENANCE:         Unknown
-STATUS:              Experimental
+PRIMARY MAINTAINER:  Daniel Beulshausen <daniel@php4win.de>
+MAINTENANCE:         Maintained
+STATUS:              Working
 SINCE:               4.0.4
 COMMENT:             Only for Win32
 -------------------------------------------------------------------------------
index e1a618000a5c80e6c144773bc2cfe005eb6f5369..8ee7fddb5023f7e83e8d156581a5a77510102e57 100644 (file)
@@ -773,3 +773,10 @@ sockets.use_system_read = On
 ;com.typelib_file = 
 ; allow Distributed-COM calls
 ;com.allow_dcom = true
+
+[Printer]
+;printer.default_printer = ""
+
+; Local Variables:
+; tab-width: 4
+; End:
\ No newline at end of file
index 8a2218b39c028771117a8800edda680af245b065..d97fd692c057f406dbcb32464af16af18a75fb0c 100644 (file)
@@ -504,6 +504,9 @@ sockets.use_system_read             =       Off     ; Use the system read() function instead of
 ;com.typelib_file =                            ; path to a file containing GUIDs, IIDs or filenames of files with TypeLibs
 ;com.allow_dcom                        =       true    ; allow Distributed-COM calls
 
+[Printer]
+;printer.default_printer = ""
+
 ; Local Variables:
 ; tab-width: 4
-; End:
+; End:
\ No newline at end of file
index 8a2218b39c028771117a8800edda680af245b065..d97fd692c057f406dbcb32464af16af18a75fb0c 100644 (file)
@@ -504,6 +504,9 @@ sockets.use_system_read             =       Off     ; Use the system read() function instead of
 ;com.typelib_file =                            ; path to a file containing GUIDs, IIDs or filenames of files with TypeLibs
 ;com.allow_dcom                        =       true    ; allow Distributed-COM calls
 
+[Printer]
+;printer.default_printer = ""
+
 ; Local Variables:
 ; tab-width: 4
-; End:
+; End:
\ No newline at end of file