From 26f85bbbe75e1dc9780e2acd9f5f8c7569588d9b Mon Sep 17 00:00:00 2001 From: Daniel Beulshausen Date: Thu, 5 Apr 2001 12:41:25 +0000 Subject: [PATCH] add printer ext to php.ini & maintain extensions file --- EXTENSIONS | 5 +++-- php.ini-dist | 7 +++++++ php.ini-optimized | 5 ++++- php.ini-recommended | 5 ++++- 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 +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 -- 2.50.1