From: Kalle Sommer Nielsen Date: Sun, 29 Mar 2015 04:37:07 +0000 (+0200) Subject: Drop VC6 support in sapi/apache2handler X-Git-Tag: PRE_PHP7_NSAPI_REMOVAL~474 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ca0a2e7a3cb202864c8a57a061d3dee567a7703b;p=php Drop VC6 support in sapi/apache2handler --- 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