@ -53,6 +53,10 @@
#include "php_apache.h"
#if _MSC_VER <= 1300
# include "win32/php_strtoi64.h"
#endif
/* UnixWare and Netware define shutdown to _shutdown, which causes problems later
* on when using a structure member named shutdown. Since this source
* file does not use the system call shutdown, it is safe to #undef it.K