| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | - Make Win32 compile again | Andi Gutmans | 1999-11-13 | 1 | -3/+5 |
| | | |||||
| * | look for output.c in its new location in the windows build | Sam Ruby | 1999-10-28 | 1 | -4/+4 |
| | | |||||
| * | Allow CYGWIN directory to be specified as via environment variable | Sam Ruby | 1999-10-24 | 1 | -3/+6 |
| | | |||||
| * | - Make COM compile again | Andi Gutmans | 1999-10-20 | 1 | -1/+1 |
| | | |||||
| * | - Get windows version to compile again. No biggy if array_map is not #if 0'd | Andi Gutmans | 1999-10-16 | 1 | -0/+4 |
| | | | | | | out even if it doesn't work. | ||||
| * | - Converted math.c to use new convert_to_number_ex() macro. | Andi Gutmans | 1999-10-15 | 1 | -0/+4 |
| | | |||||
| * | - I forgot this | Andi Gutmans | 1999-10-01 | 1 | -4/+4 |
| | | |||||
| * | - Make Win32 compile again | Andi Gutmans | 1999-09-18 | 1 | -60/+8 |
| | | |||||
| * | *** empty log message *** | Zeev Suraski | 1999-09-17 | 1 | -0/+20 |
| | | |||||
| * | - Added support for unknown POST content types (Zeev) | Zeev Suraski | 1999-09-16 | 1 | -19/+73 |
| | | | | | | - Introduce the convert_to_*_ex() API in strlen() | ||||
| * | - Support strlcpy/strlcat in windows. | Andi Gutmans | 1999-09-14 | 1 | -0/+8 |
| | | |||||
| * | - Add mcal to TS project. It seems that mcal needs to be patched a bit in | Andi Gutmans | 1999-09-09 | 1 | -0/+8 |
| | | | | | | order to work TSRM. Right now it has globals. | ||||
| * | - Make Win32 compile once again. | Andi Gutmans | 1999-09-05 | 1 | -4/+4 |
| | | |||||
| * | - Add sessions module to standard win32 build. | Andi Gutmans | 1999-09-01 | 1 | -6/+2 |
| | | |||||
| * | - Add lcg to windows project. | Andi Gutmans | 1999-08-22 | 1 | -0/+8 |
| | | |||||
| * | * Make Win32 build work again | Zeev Suraski | 1999-07-24 | 1 | -0/+24 |
| | | | | | | | * Make error_reporting value prior to the standard initialization be set so that errors show up | ||||
| * | * Fix a warning | Zeev Suraski | 1999-07-24 | 1 | -0/+4 |
| | | | | | | * Update ChangeLog | ||||
| * | One more necessary .dsp update | Zeev Suraski | 1999-07-17 | 1 | -2/+2 |
| | | |||||
| * | Update DSPs | Zeev Suraski | 1999-07-17 | 1 | -2/+2 |
| | | |||||
| * | * 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. | |||||
