hyanantha Thu Oct 24 07:17:13 2002 EDT Modified files: (Branch: PHP_4_2_0) /php4/ext/standard info.c Log: NetWare related changes/modifications. Index: php4/ext/standard/info.c diff -u php4/ext/standard/info.c:1.167.2.1 php4/ext/standard/info.c:1.167.2.2 --- php4/ext/standard/info.c:1.167.2.1 Thu Mar 14 13:39:37 2002 +++ php4/ext/standard/info.c Thu Oct 24 07:17:13 2002 @@ -17,7 +17,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: info.c,v 1.167.2.1 2002/03/14 18:39:37 zeev Exp $ */ +/* $Id: info.c,v 1.167.2.2 2002/10/24 11:17:13 hyanantha Exp $ */ #include "php.h" #include "php_ini.h" @@ -28,11 +28,15 @@ #include "SAPI.h" #include <time.h> #include "php_main.h" -#if !defined(PHP_WIN32) +#if !defined(PHP_WIN32) && !defined(NETWARE) #include "build-defs.h" #endif #include "zend_globals.h" /* needs ELS */ #include "zend_highlight.h" + +/*#ifdef NETWARE*/ +/*#include "netware/env.h"*/ /* Temporary */ +/*#endif*/ #define SECTION(name) PUTS("<h2 align=\"center\">" name "</h2>\n")
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php