iliaa           Tue Dec 10 21:51:07 2002 EDT

  Modified files:              
    /php4/sapi/pi3web   pi3web_sapi.c 
  Log:
  Fixed compiler warning.
  
  
Index: php4/sapi/pi3web/pi3web_sapi.c
diff -u php4/sapi/pi3web/pi3web_sapi.c:1.47 php4/sapi/pi3web/pi3web_sapi.c:1.48
--- php4/sapi/pi3web/pi3web_sapi.c:1.47 Tue Nov 26 00:57:05 2002
+++ php4/sapi/pi3web/pi3web_sapi.c      Tue Dec 10 21:51:06 2002
@@ -21,11 +21,12 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: pi3web_sapi.c,v 1.47 2002/11/26 05:57:05 sniper Exp $ */
+/* $Id: pi3web_sapi.c,v 1.48 2002/12/11 02:51:06 iliaa Exp $ */
 
 #include "pi3web_sapi.h"
 #include "php.h"
 #include "php_main.h"
+#include "php_variables.h"
 #include "SAPI.h"
 #include "php_globals.h"
 #include "ext/standard/info.h"
@@ -77,7 +78,7 @@
        PUTS("<table border=0 cellpadding=3 cellspacing=1 width=600 align=center>\n");
        PUTS("<tr><th colspan=2 bgcolor=\"" PHP_HEADER_COLOR "\">Pi3Web Server 
Information</th></tr>\n");
        php_info_print_table_header(2, "Information Field", "Value");
-       php_info_print_table_row(2, "Pi3Web SAPI module version", "$Id: 
pi3web_sapi.c,v 1.47 2002/11/26 05:57:05 sniper Exp $");
+       php_info_print_table_row(2, "Pi3Web SAPI module version", "$Id: 
+pi3web_sapi.c,v 1.48 2002/12/11 02:51:06 iliaa Exp $");
        php_info_print_table_row(2, "Server Name Stamp", HTTPCore_getServerStamp());
        snprintf(variable_buf, 511, "%d", HTTPCore_debugEnabled());
        php_info_print_table_row(2, "Debug Enabled", variable_buf);



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to