summaryrefslogtreecommitdiff
path: root/sapi/apache2handler/sapi_apache2.c
diff options
context:
space:
mode:
authorKalle Sommer Nielsen <kalle@php.net>2015-03-29 06:37:07 +0200
committerKalle Sommer Nielsen <kalle@php.net>2015-03-29 06:37:07 +0200
commitca0a2e7a3cb202864c8a57a061d3dee567a7703b (patch)
tree87a9e23fb396cd37b404ba0dac61320fa5026248 /sapi/apache2handler/sapi_apache2.c
parent169ed3257bc7a8e462a6ff3f81f2df41108a2657 (diff)
downloadphp-git-ca0a2e7a3cb202864c8a57a061d3dee567a7703b.tar.gz
Drop VC6 support in sapi/apache2handler
Diffstat (limited to 'sapi/apache2handler/sapi_apache2.c')
-rw-r--r--sapi/apache2handler/sapi_apache2.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/sapi/apache2handler/sapi_apache2.c b/sapi/apache2handler/sapi_apache2.c
index bca9d872a5..4eedba8b3a 100644
--- a/sapi/apache2handler/sapi_apache2.c
+++ b/sapi/apache2handler/sapi_apache2.c
@@ -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