mirror of
https://github.com/php/php-src.git
synced 2024-11-24 10:24:11 +08:00
Drop VC6 support in sapi/apache2handler
This commit is contained in:
parent
169ed3257b
commit
ca0a2e7a3c
@ -53,12 +53,6 @@
|
||||
|
||||
#include "php_apache.h"
|
||||
|
||||
#ifdef PHP_WIN32
|
||||
# if _MSC_VER <= 1300
|
||||
# include "win32/php_strtoi64.h"
|
||||
# endif
|
||||
#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
|
||||
|
Loading…
Reference in New Issue
Block a user