diff options
author | foobar <sniper@php.net> | 2004-01-17 13:00:38 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2004-01-17 13:00:38 +0000 |
commit | f4983c0d3f56c2074458e4840db36643b2fec59b (patch) | |
tree | 2dcf521f07114e3bb2952439fe28cdfa40d30677 /sapi/isapi/config.w32 | |
parent | b851f3712388de9f6c4addf2063dbc3c663a0b3b (diff) | |
download | php-git-f4983c0d3f56c2074458e4840db36643b2fec59b.tar.gz |
- Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5
Diffstat (limited to 'sapi/isapi/config.w32')
-rw-r--r-- | sapi/isapi/config.w32 | 4 |
1 files changed, 2 insertions, 2 deletions
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'); } |