Skip to content

Commit ca0a2e7

Browse files
committed
Drop VC6 support in sapi/apache2handler
1 parent 169ed32 commit ca0a2e7

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

sapi/apache2handler/sapi_apache2.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,6 @@
5353

5454
#include "php_apache.h"
5555

56-
#ifdef PHP_WIN32
57-
# if _MSC_VER <= 1300
58-
# include "win32/php_strtoi64.h"
59-
# endif
60-
#endif
61-
6256
/* UnixWare and Netware define shutdown to _shutdown, which causes problems later
6357
* on when using a structure member named shutdown. Since this source
6458
* file does not use the system call shutdown, it is safe to #undef it.K

0 commit comments

Comments
 (0)