dbeu Thu Apr 5 05:41:25 2001 EDT
Modified files:
/php4 EXTENSIONS php.ini-dist php.ini-optimized
Log:
add printer ext to php.ini & maintain extensions file
Index: php4/EXTENSIONS
diff -u php4/EXTENSIONS:1.16 php4/EXTENSIONS:1.17
--- php4/EXTENSIONS:1.16 Wed Mar 21 11:46:05 2001
+++ php4/EXTENSIONS Thu Apr 5 05:41:25 2001
@@ -313,8 +313,9 @@
STATUS: Working
-------------------------------------------------------------------------------
EXTENSION: printer
-MAINTENANCE: Unknown
-STATUS: Experimental
+PRIMARY MAINTAINER: Daniel Beulshausen <[EMAIL PROTECTED]>
+MAINTENANCE: Maintained
+STATUS: Working
SINCE: 4.0.4
COMMENT: Only for Win32
-------------------------------------------------------------------------------
Index: php4/php.ini-dist
diff -u php4/php.ini-dist:1.76 php4/php.ini-dist:1.77
--- php4/php.ini-dist:1.76 Wed Apr 4 13:46:25 2001
+++ php4/php.ini-dist Thu Apr 5 05:41:25 2001
@@ -1,5 +1,5 @@
[PHP]
-; $Id: php.ini-dist,v 1.76 2001/04/04 20:46:25 sniper Exp $
+; $Id: php.ini-dist,v 1.77 2001/04/05 12:41:25 dbeu Exp $
;;;;;;;;;;;;;;;;;;;
; About this file ;
@@ -773,3 +773,10 @@
;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: php4/php.ini-optimized
diff -u php4/php.ini-optimized:1.35 php4/php.ini-optimized:1.36
--- php4/php.ini-optimized:1.35 Wed Apr 4 13:46:25 2001
+++ php4/php.ini-optimized Thu Apr 5 05:41:25 2001
@@ -504,6 +504,9 @@
;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
--
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]