phanto          Fri Feb  2 07:03:32 2001 EDT

  Modified files:              
    /php4/ext/iisfunc   setup.c .cvsignore 
  Log:
  correct phpinfo() output
  
Index: php4/ext/iisfunc/setup.c
diff -u php4/ext/iisfunc/setup.c:1.1 php4/ext/iisfunc/setup.c:1.2
--- php4/ext/iisfunc/setup.c:1.1        Sun Oct 22 16:06:05 2000
+++ php4/ext/iisfunc/setup.c    Fri Feb  2 07:03:32 2001
@@ -15,7 +15,7 @@
    | Authors: Frank M. Kromann <[EMAIL PROTECTED]>                          |
    +----------------------------------------------------------------------+
 */
-/* $Id: setup.c,v 1.1 2000/10/22 23:06:05 fmk Exp $ */
+/* $Id: setup.c,v 1.2 2001/02/02 15:03:32 phanto Exp $ */
 
 #ifdef COMPILE_DL_IISFUNC
 #define HAVE_IISFUNC 1
@@ -93,7 +93,7 @@
 PHP_MINFO_FUNCTION(iisfunc)
 {
        php_info_print_table_start();
-       php_info_print_table_header(2, "IIS Admin Functions support", "enabled");
+       php_info_print_table_row(2, "IIS Admin Functions support", "enabled");
 
        php_info_print_table_end();
 }
Index: php4/ext/iisfunc/.cvsignore
diff -u php4/ext/iisfunc/.cvsignore:1.2 php4/ext/iisfunc/.cvsignore:1.3
--- php4/ext/iisfunc/.cvsignore:1.2     Tue Nov 14 06:32:58 2000
+++ php4/ext/iisfunc/.cvsignore Fri Feb  2 07:03:32 2001
@@ -3,9 +3,9 @@
 *.la
 .libs
 *.plg
-Release
-Release_TS
-Debug
-Debug_TS
+IISfunc_Release
+IISfunc_Release_TS
+IISfunc_Debug
+IISfunc_Debug_TS
 .deps
-libs.mk
+libs.mk
\ 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]

Reply via email to