Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | * Get the Apache module to compile again | Zeev Suraski | 1999-04-26 | 1 | -3/+0 | |
| | | | | | | * Get rid of php3_rqst, use SG(server_context) instead (there's still Apache-specific code, but it nuked a global) | |||||
* | * Plenty of thread safety and Win32 work. | Zeev Suraski | 1999-04-26 | 1 | -11/+10 | |
| | | | | | | | | | | | * 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 | -1/+1 | |
| | | | | | | | | | | * 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. | |||||
* | A lot of cleanups... Removed old thread-safe code and other redundant code ↵ | Zeev Suraski | 1999-04-24 | 1 | -33/+0 | |
| | | | | and files | |||||
* | moved bcmath | Stig Bakken | 1999-04-21 | 1 | -0/+3 | |
| | ||||||
* | added PHP_API_VERSION, simply set it to 19990421 for now | Stig Bakken | 1999-04-21 | 1 | -0/+2 | |
| | ||||||
* | Minor fixes | Zeev Suraski | 1999-04-21 | 1 | -1/+0 | |
| | ||||||
* | * Rename php_compat.[ch] to flock_compat.[ch] and move it to ext/standard | Zeev Suraski | 1999-04-21 | 1 | -2/+0 | |
| | | | | | * Fix Win32 compilation | |||||
* | port some fixes, add compat routines | Sascha Schumann | 1999-04-21 | 1 | -0/+1 | |
| | ||||||
* | More thread safety work | Zeev Suraski | 1999-04-21 | 1 | -1/+1 | |
| | ||||||
* | odbc compiles and runs on UNIX again (tested with Solid 2.3) | Stig Bakken | 1999-04-20 | 1 | -0/+7 | |
| | ||||||
* | Buh-bye php3_ini | Zeev Suraski | 1999-04-10 | 1 | -4/+0 | |
| | ||||||
* | * A lot of work on php_ini stuff | Zeev Suraski | 1999-04-09 | 1 | -0/+33 | |
| | | | | | * A lot of work on getting rid from php3_ini | |||||
* | PHP 4.0 | Zeev Suraski | 1999-04-07 | 1 | -0/+485 | |