Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Make CVS compile on Win32. | Andi Gutmans | 1999-10-20 | 1 | -2/+2 |
| | | | | | - Rename php3_COM.h -> php_COM.h | ||||
* | - Get windows version to compile again. No biggy if array_map is not #if 0'd | Andi Gutmans | 1999-10-16 | 1 | -2/+2 |
| | | | | | out even if it doesn't work. | ||||
* | - Update project. | Andi Gutmans | 1999-09-27 | 1 | -1/+1 |
| | |||||
* | Update DSPs | Zeev Suraski | 1999-07-17 | 1 | -2/+2 |
| | |||||
* | - Small fixes | Andi Gutmans | 1999-05-20 | 1 | -2/+2 |
| | |||||
* | Match the CVS name | Zeev Suraski | 1999-04-26 | 1 | -2/+2 |
| | |||||
* | * Plenty of thread safety and Win32 work. | Zeev Suraski | 1999-04-26 | 1 | -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 issues | Andi Gutmans | 1999-04-25 | 1 | -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 paths | Zeev Suraski | 1999-04-24 | 1 | -5/+5 |
| | |||||
* | Small fixes | Zeev Suraski | 1999-04-24 | 1 | -4/+4 |
| | |||||
* | A lot of cleanups... Removed old thread-safe code and other redundant code ↵ | Zeev Suraski | 1999-04-24 | 1 | -4/+0 |
| | | | | and files | ||||
* | *** empty log message *** | Zeev Suraski | 1999-04-23 | 1 | -14/+18 |
| | |||||
* | Thread safe project update | Zeev Suraski | 1999-04-21 | 1 | -0/+8 |
| | |||||
* | Update thread-safe projects | Zeev Suraski | 1999-04-21 | 1 | -0/+685 |