Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Make Windows builds build again | Zeev Suraski | 2000-04-13 | 1 | -0/+4 |
| | | | | | - Make non-gcc based platforms compile again | ||||
* | Several fixes, plus remove bindlib_w32 (it's more trouble than it's worth) | Zeev Suraski | 2000-03-31 | 1 | -3/+3 |
| | |||||
* | - Add bindlib to the Win32 build | Andi Gutmans | 2000-03-31 | 1 | -3/+3 |
| | |||||
* | Remove debug runtime libraries from Release builds | Sam Ruby | 2000-03-27 | 1 | -2/+2 |
| | |||||
* | Update .dsp's | Zeev Suraski | 2000-03-25 | 1 | -1/+1 |
| | |||||
* | Update dsp's | Zeev Suraski | 2000-03-25 | 1 | -2/+10 |
| | |||||
* | @- Added parse_ini_file(). Currently implemented in non thread safe version | Zeev Suraski | 2000-03-04 | 1 | -3/+20 |
| | | | | | | @ of PHP, and currently lacks section support (Zeev) - Bring the non thread safe .dsp's uptodate | ||||
* | - Update .dsp's | Zeev Suraski | 2000-02-16 | 1 | -7/+13 |
| | | | | | - Fix auth_user issue | ||||
* | Update .dsp's | Zeev Suraski | 2000-02-11 | 1 | -3/+3 |
| | |||||
* | Update .dsp's | Zeev Suraski | 2000-02-10 | 1 | -8/+0 |
| | |||||
* | Add expat to the distribution | Zeev Suraski | 2000-02-02 | 1 | -10/+134 |
| | | | | | Add expat support to Win32 builds | ||||
* | Tried to centralize global variable registration as much as possible: | Zeev Suraski | 2000-01-28 | 1 | -2/+2 |
| | | | | | | | | | | | | - Added $HTTP_ENV_VARS[] and $HTTP_SERVER_VARS[] support, which similarly to $HTTP_GET_VARS[], contain environment and server variables. Setting register_globals to Off will now also prevent registration of the environment and server variables into the global scope (Zeev) - Renamed gpc_globals to register_globals (Zeev) - Introduced variables_order that deprecates gpc_order, and allows control over the server and environment variables, in addition to GET/POST/Cookies (Zeev) | ||||
* | dsp updates | Zeev Suraski | 2000-01-28 | 1 | -24/+20 |
| | |||||
* | .dsp updates | Zeev Suraski | 1999-12-31 | 1 | -2/+2 |
| | |||||
* | Add new Release_inline builds to Win32. Standard release versions will not use | Zeev Suraski | 1999-12-31 | 1 | -4/+74 |
| | | | | | inline under Win32. | ||||
* | php3_realpath.c -> php_realpath.c | Zeev Suraski | 1999-12-24 | 1 | -1/+1 |
| | |||||
* | - Make the project compile again | Andi Gutmans | 1999-12-23 | 1 | -1/+1 |
| | |||||
* | Win32 updates | Zeev Suraski | 1999-12-19 | 1 | -3/+7 |
| | |||||
* | libzend -> Zend | Zeev Suraski | 1999-12-19 | 1 | -4/+4 |
| | |||||
* | - Win32 thread unsafe build updates | Zeev Suraski | 1999-11-27 | 1 | -3/+13 |
| | |||||
* | add mergesort into build | Sam Ruby | 1999-11-09 | 1 | -0/+4 |
| | |||||
* | location of output.c moved. | Sam Ruby | 1999-11-09 | 1 | -1/+1 |
| | |||||
* | Allow CYGWIN directory to be specified as via environment variable | Sam Ruby | 1999-10-24 | 1 | -3/+6 |
| | |||||
* | - Make Win32 compile again | Andi Gutmans | 1999-09-18 | 1 | -0/+16 |
| | |||||
* | - Added support for unknown POST content types (Zeev) | Zeev Suraski | 1999-09-16 | 1 | -0/+54 |
| | | | | | - Introduce the convert_to_*_ex() API in strlen() | ||||
* | - Thread-unsafe win32 compiles again | Andi Gutmans | 1999-09-15 | 1 | -0/+8 |
| | | | | | - Some strlcpy changes including one bug fix. | ||||
* | - Update non-threadsafe project file | Andi Gutmans | 1999-09-07 | 1 | -4/+4 |
| | |||||
* | - Make dir functions compile in Win32 | Andi Gutmans | 1999-09-05 | 1 | -0/+12 |
| | | | | | - Fix too early memory manager initialization (For you Thies) | ||||
* | Add output_buffering directive | Zeev Suraski | 1999-08-24 | 1 | -0/+12 |
| | |||||
* | - Changed phpinfo() to list modules that have no info function | Zeev Suraski | 1999-08-07 | 1 | -1/+1 |
| | |||||
* | * 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 | ||||
* | One more necessary .dsp update | Zeev Suraski | 1999-07-17 | 1 | -2/+2 |
| | |||||
* | Update DSPs | Zeev Suraski | 1999-07-17 | 1 | -1/+1 |
| | |||||
* | Support PCRE under Win32 | Zeev Suraski | 1999-07-06 | 1 | -4/+48 |
| | |||||
* | thread-safety fix | Zeev Suraski | 1999-05-31 | 1 | -0/+8 |
| | |||||
* | - Small fixes | Andi Gutmans | 1999-05-20 | 1 | -2/+2 |
| | |||||
* | 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. |