iliaa           Tue Dec 10 21:51:26 2002 EDT

  Modified files:              (Branch: PHP_4_3)
    /php4/sapi/pi3web   pi3web_sapi.c 
  Log:
  MFH
  
  
Index: php4/sapi/pi3web/pi3web_sapi.c
diff -u php4/sapi/pi3web/pi3web_sapi.c:1.46 php4/sapi/pi3web/pi3web_sapi.c:1.46.2.1
--- php4/sapi/pi3web/pi3web_sapi.c:1.46 Wed Sep 18 17:57:34 2002
+++ php4/sapi/pi3web/pi3web_sapi.c      Tue Dec 10 21:51:26 2002
@@ -21,11 +21,12 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: pi3web_sapi.c,v 1.46 2002/09/18 21:57:34 zeev Exp $ */
+/* $Id: pi3web_sapi.c,v 1.46.2.1 2002/12/11 02:51:26 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.46 2002/09/18 21:57:34 zeev Exp $");
+       php_info_print_table_row(2, "Pi3Web SAPI module version", "$Id: 
+pi3web_sapi.c,v 1.46.2.1 2002/12/11 02:51:26 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