On Sat, 25 Sep 2004 13:19:51 -0000, Anantha Kesari H Y <[EMAIL PROTECTED]> wrote: > hyanantha Sat Sep 25 09:19:51 2004 EDT > > Modified files: > /php-src/ext/standard basic_functions.c > Log: > cleaned up confusing NetWare specific check. disabled chown and chgrp for NetWare
> +#include<netdb.h> This line looks bogus to me.... Does it work on all platforms? Seems to me like it will break the win32 build at least. Please keep netware specifics isolated from the rest of the build. Please also use whitespace between the #include and the name of the header. --Wez. -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php