Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | License update | Zeev Suraski | 1999-07-16 | 1 | -20/+9 | |
| | ||||||
* | *** empty log message *** | Zeev Suraski | 1999-07-08 | 1 | -0/+1 | |
| | ||||||
* | work around the Apache problem that it pollutes the namespace | Sascha Schumann | 1999-07-03 | 1 | -0/+8 | |
| | ||||||
* | add dmalloc | Sascha Schumann | 1999-06-26 | 1 | -0/+4 | |
| | ||||||
* | * Add a new workspace for dynamic PHP extensions. | Zeev Suraski | 1999-06-04 | 1 | -3/+1 | |
| | | | | | | | * Add a few functions to PHP's API. * Get the MySQL extension up-to-date and thread safe. * Add a project for building the MySQL extension under Win32. | |||||
* | Moved all SET_ and RETURN_ macros to Zend | Zeev Suraski | 1999-05-27 | 1 | -130/+0 | |
| | | | | | Fixed all RETVAL_ macros | |||||
* | * Get Apache to work. POST doesn't work yet. | Zeev Suraski | 1999-05-11 | 1 | -11/+1 | |
| | | | | | | | * There are now -I directives for the absolute path of php4, php4/libzend and the builddir for the Apache module, so we can #include any php/Zend header. * Rename config.h to php_config.h | |||||
* | * 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 | |