summaryrefslogtreecommitdiff
path: root/main/php.h
Commit message (Collapse)AuthorAgeFilesLines
...
* * Get the Apache module to compile againZeev Suraski1999-04-261-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 Suraski1999-04-261-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 issuesAndi Gutmans1999-04-251-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 Suraski1999-04-241-33/+0
| | | | and files
* moved bcmathStig Bakken1999-04-211-0/+3
|
* added PHP_API_VERSION, simply set it to 19990421 for nowStig Bakken1999-04-211-0/+2
|
* Minor fixesZeev Suraski1999-04-211-1/+0
|
* * Rename php_compat.[ch] to flock_compat.[ch] and move it to ext/standardZeev Suraski1999-04-211-2/+0
| | | | | * Fix Win32 compilation
* port some fixes, add compat routinesSascha Schumann1999-04-211-0/+1
|
* More thread safety workZeev Suraski1999-04-211-1/+1
|
* odbc compiles and runs on UNIX again (tested with Solid 2.3)Stig Bakken1999-04-201-0/+7
|
* Buh-bye php3_iniZeev Suraski1999-04-101-4/+0
|
* * A lot of work on php_ini stuffZeev Suraski1999-04-091-0/+33
| | | | | * A lot of work on getting rid from php3_ini
* PHP 4.0Zeev Suraski1999-04-071-0/+485