Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * PHP 3.0 -> 4.0 changes | Andi Gutmans | 1999-07-15 | 1 | -0/+4 |
| | | | | | * Add php_admin Apache directives | ||||
* | *** empty log message *** | Andi Gutmans | 1999-07-14 | 1 | -0/+12 |
| | |||||
* | Support PCRE under Win32 | Zeev Suraski | 1999-07-06 | 1 | -0/+48 |
| | |||||
* | First attempt at moving the old RFC1867 support to the right place | Zeev Suraski | 1999-06-12 | 1 | -8/+0 |
| | |||||
* | - Fix PSLS issues | Zeev Suraski | 1999-06-06 | 1 | -0/+4 |
| | | | | | | - Add a standard info function for the session module (use them!) - Replace PATH_MAX with MAXPATHLEN (that's our platform indepedent constant) | ||||
* | - Add some *_FETCH()'s. Still some work to be done so that it'll compile on ↵ | Andi Gutmans | 1999-06-06 | 1 | -0/+8 |
| | | | | win32. | ||||
* | Add container for file-upload. It's not quite implemented yet. | Zeev Suraski | 1999-05-25 | 1 | -1/+9 |
| | |||||
* | - Small fixes | Andi Gutmans | 1999-05-20 | 1 | -2/+2 |
| | |||||
* | * Finally commit that -q patch | Zeev Suraski | 1999-05-11 | 1 | -0/+4 |
| | | | | | | * Refine SAPI built in header support * Use DllMain() in ISAPI to clean after threads and initialize tsrm/sapi as soon as possible. | ||||
* | Get Win32 to compile again | Zeev Suraski | 1999-05-04 | 1 | -1/+1 |
| | |||||
* | * Get rid of the memory leak messages in case of fatal errors or exit() | Zeev Suraski | 1999-04-27 | 1 | -2/+2 |
| | | | | | | * .dsp fixes * Minor fixes | ||||
* | Somehow the rules for the configuration parser/scanners disappeared | Zeev Suraski | 1999-04-26 | 1 | -0/+56 |
| | |||||
* | 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 | -0/+667 |
* 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. |