]> granicus.if.org Git - php/commit
Drop this redundant check, since the minimum version of VC we support is VC11 (_MSC_V...
authorKalle Sommer Nielsen <kalle@php.net>
Sun, 29 Mar 2015 05:14:54 +0000 (07:14 +0200)
committerKalle Sommer Nielsen <kalle@php.net>
Sun, 29 Mar 2015 05:14:54 +0000 (07:14 +0200)
commit75e86b44fc18f7de628027ceec8f81770a0f610b
treee2cf54e660c3d8f1f50280441c7d4386869096e5
parent313d01f30afc4649cbb9eedd2ec11a9fac5bf932
Drop this redundant check, since the minimum version of VC we support is VC11 (_MSC_VER == 1700) in ext/date
ext/date/php_date.c