summaryrefslogtreecommitdiff
path: root/php4ts.dsp
Commit message (Collapse)AuthorAgeFilesLines
* - Make CVS compile on Win32.Andi Gutmans1999-10-201-2/+2
| | | | | - Rename php3_COM.h -> php_COM.h
* - Get windows version to compile again. No biggy if array_map is not #if 0'dAndi Gutmans1999-10-161-2/+2
| | | | | out even if it doesn't work.
* - Update project.Andi Gutmans1999-09-271-1/+1
|
* Update DSPsZeev Suraski1999-07-171-2/+2
|
* - Small fixesAndi Gutmans1999-05-201-2/+2
|
* Match the CVS nameZeev Suraski1999-04-261-2/+2
|
* * Plenty of thread safety and Win32 work.Zeev Suraski1999-04-261-4/+4
| | | | | | | | | | | * Changed PHP4 to compile as a DLL, both ISAPI and the the CGI run with the same DLL. * Switched to using the DLL runtime library under Win32. PHP will NOT work if compiled against the static library! * Removed yesterday's php4libts project (with php4dllts, it's obsolete). This *does* affect thread-unsafe Windows as well - the thread unsafe CGI is also dependant on the thread-unsafe DLL.
* * Fix a couple of thread safety issuesAndi Gutmans1999-04-251-597/+5
| | | | | | | | | | * Add initial ISAPI support. Very very experimental. * In the thread safe version, generate php4 as a library so that we can link it with both php.exe and the ISAPI dll. We should probably consider doing that under all circumstances, under UNIX as well. The thread-unsafe version *should* be unharmed.
* Use relative pathsZeev Suraski1999-04-241-5/+5
|
* Small fixesZeev Suraski1999-04-241-4/+4
|
* A lot of cleanups... Removed old thread-safe code and other redundant code ↵Zeev Suraski1999-04-241-4/+0
| | | | and files
* *** empty log message ***Zeev Suraski1999-04-231-14/+18
|
* Thread safe project updateZeev Suraski1999-04-211-0/+8
|
* Update thread-safe projectsZeev Suraski1999-04-211-0/+685