summaryrefslogtreecommitdiff
path: root/sapi/isapi/stresstest/stresstest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* - Fixed bug #46382 (Mismatching allocation and deallocation in ↵Felipe Pena2008-10-241-1/+1
| | | | stresstest.cpp) (dvice_null at yahoo dot com)
* - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5foobar2004-01-171-1/+1
|
* an update to stresstestShane Caraveo2002-02-021-36/+118
|
* - TSRMLS_FETCH workZeev Suraski2001-08-051-27/+28
| | | | | - whitespace fixes
* - Implement CompareStringWithFile()Zeev Suraski2001-01-151-3/+36
| | | | | - Remove a stupid NULL assignment that slipped in the last commit
* - Implement quick file comparing routineZeev Suraski2001-01-151-28/+43
| | | | | | | | | - Fix crash - wait on the threads themselves, not on Event objects. It takes time between the time a thread signals the event, and the time it actually terminates (shutdown code) - so FreeLibrary() and the main() termination could occur before all of the threads terminated...
* test now produce valid OK or FAIL.Shane Caraveo2001-01-151-30/+58
|
* dont do results if not using test filesShane Caraveo2001-01-151-2/+2
|
* clean up temp filesShane Caraveo2001-01-151-0/+25
|
* check files openShane Caraveo2001-01-151-1/+1
|
* fix file reading, add resultsShane Caraveo2001-01-151-27/+43
|
* Multithreaded stress test program for isapi module now supports phpt filesShane Caraveo2001-01-151-86/+352
| | | | | | still stuff to do before it's realy done, but does run the tests, just need to get it to compare results right now.
* ignore blank linesShane Caraveo2001-01-081-15/+23
|
* add notes on this programShane Caraveo2001-01-081-1/+1
|
* stresstest is based on cgiwrap. it can be used to debug php4isapi.dll withoutShane Caraveo2001-01-071-0/+462
the use of an actual web server.