]> granicus.if.org Git - php/commitdiff
Drop VC6 support in sapi/apache2handler
authorKalle Sommer Nielsen <kalle@php.net>
Sun, 29 Mar 2015 04:37:07 +0000 (06:37 +0200)
committerKalle Sommer Nielsen <kalle@php.net>
Sun, 29 Mar 2015 04:37:07 +0000 (06:37 +0200)
sapi/apache2handler/sapi_apache2.c

index bca9d872a57cc460cb21d25d7d90b3a7b8f1feeb..4eedba8b3a3c2fd83a088923bf98888670dd69f8 100644 (file)
 
 #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