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/stresstest | |
| 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/stresstest')
| -rw-r--r-- | sapi/isapi/stresstest/notes.txt | 2 | ||||
| -rw-r--r-- | sapi/isapi/stresstest/stresstest.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sapi/isapi/stresstest/notes.txt b/sapi/isapi/stresstest/notes.txt index 2bab38dd07..f58ab3c0e9 100644 --- a/sapi/isapi/stresstest/notes.txt +++ b/sapi/isapi/stresstest/notes.txt @@ -44,7 +44,7 @@ Run: stresstest L files.txt supply the path to the parent of the "tests" directory (expect a couple long pauses for a couple of the larger tests) -Run: stresstest T c:\php4-source +Run: stresstest T c:\php5-source diff --git a/sapi/isapi/stresstest/stresstest.cpp b/sapi/isapi/stresstest/stresstest.cpp index bf268f4e23..c7e634c152 100644 --- a/sapi/isapi/stresstest/stresstest.cpp +++ b/sapi/isapi/stresstest/stresstest.cpp @@ -529,7 +529,7 @@ int main(int argc, char* argv[]) 0, NULL ); - fprintf(stderr,"Error: Dll 'php4isapi.dll' not found -%d\n%s\n", GetLastError(), lpMsgBuf); + fprintf(stderr,"Error: Dll 'php5isapi.dll' not found -%d\n%s\n", GetLastError(), lpMsgBuf); free (module); free(filelist); LocalFree( lpMsgBuf ); |
