summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Beulshausen <dbeu@php.net>2001-04-05 12:41:25 +0000
committerDaniel Beulshausen <dbeu@php.net>2001-04-05 12:41:25 +0000
commit26f85bbbe75e1dc9780e2acd9f5f8c7569588d9b (patch)
tree1b5539dca8c89b8915e7b82b418bdce60920b694
parent0509957bc387d23a0bd42364dbf36da0b0cd95bc (diff)
downloadphp-git-26f85bbbe75e1dc9780e2acd9f5f8c7569588d9b.tar.gz
add printer ext to php.ini & maintain extensions file
-rw-r--r--EXTENSIONS5
-rw-r--r--php.ini-dist7
-rw-r--r--php.ini-optimized5
-rw-r--r--php.ini-recommended5
4 files changed, 18 insertions, 4 deletions
diff --git a/EXTENSIONS b/EXTENSIONS
index fa1b150c0f..822573ae2d 100644
--- a/EXTENSIONS
+++ b/EXTENSIONS
@@ -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
-------------------------------------------------------------------------------
diff --git a/php.ini-dist b/php.ini-dist
index e1a618000a..8ee7fddb50 100644
--- a/php.ini-dist
+++ b/php.ini-dist
@@ -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
diff --git a/php.ini-optimized b/php.ini-optimized
index 8a2218b39c..d97fd692c0 100644
--- a/php.ini-optimized
+++ b/php.ini-optimized
@@ -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
diff --git a/php.ini-recommended b/php.ini-recommended
index 8a2218b39c..d97fd692c0 100644
--- a/php.ini-recommended
+++ b/php.ini-recommended
@@ -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