From f4983c0d3f56c2074458e4840db36643b2fec59b Mon Sep 17 00:00:00 2001 From: foobar Date: Sat, 17 Jan 2004 13:00:38 +0000 Subject: - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5 --- sapi/isapi/config.w32 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sapi/isapi/config.w32') diff --git a/sapi/isapi/config.w32 b/sapi/isapi/config.w32 index 1a6cfd3be8..13d0e016eb 100644 --- a/sapi/isapi/config.w32 +++ b/sapi/isapi/config.w32 @@ -8,6 +8,6 @@ if (PHP_ISAPI == "yes") { ERROR("ISAPI module requires an --enable-zts build of PHP"); } - SAPI('isapi', 'php4isapi.c', 'php' + PHP_VERSION + 'isapi.dll', '/D PHP4ISAPI_EXPORTS'); - ADD_FLAG('LDFLAGS_ISAPI', '/DEF:sapi\\isapi\\php4isapi.def'); + SAPI('isapi', 'php5isapi.c', 'php' + PHP_VERSION + 'isapi.dll', '/D PHP5ISAPI_EXPORTS'); + ADD_FLAG('LDFLAGS_ISAPI', '/DEF:sapi\\isapi\\php5isapi.def'); } -- cgit v1.2.1