Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | That's important enough to be cached | Zeev Suraski | 1999-09-12 | 1 | -0/+2 |
| | |||||
* | - Seriously optimize and clean php_parse_gpc_data() | Zeev Suraski | 1999-09-11 | 1 | -0/+1 |
| | | | | | | - Added gpc_globals directive to turn global definitions of GPC variables on/off (untested) | ||||
* | work around gcc bug, otherwise compiler would die with | Sascha Schumann | 1999-09-05 | 1 | -1/+1 |
| | | | | | | | toplev.c:2261: Internal compiler error in function float_signal in basic_functions.c | ||||
* | Cleanups | Rasmus Lerdorf | 1999-09-04 | 1 | -14/+14 |
| | | | | | | | What the heck was that dangling (c) for in the PUTC macros? Were they supposed to serve some sort of purpose, because I sure don't see one for them. | ||||
* | First part of the connection_status work. No user-callable functions | Rasmus Lerdorf | 1999-09-04 | 1 | -0/+3 |
| | | | | | | | | | | | yet. That is coming next. Have also only done Apache and CGI so far. Will have to crack open my ISAPI book to do that one. Also changed the SAPI output functions to return an int. We'll check the connection status inside each one, but we might need the return code at some other level and I don't see a good reason for just tossing these return codes. | ||||
* | Add output_buffering directive | Zeev Suraski | 1999-08-24 | 1 | -0/+1 |
| | |||||
* | License update | Zeev Suraski | 1999-07-16 | 1 | -0/+19 |
| | |||||
* | Win32/ZTS compiles again | Zeev Suraski | 1999-06-19 | 1 | -0/+4 |
| | |||||
* | Change four spaces back to tabs (Why the hell did you change the tabs to ↵ | Zeev Suraski | 1999-06-15 | 1 | -28/+28 |
| | | | | four spaces?!) | ||||
* | * now using php4.ini instead of php3.ini | Stig Bakken | 1999-06-15 | 1 | -9/+16 |
| | | | | | | * re-imported fopen-wrappers, fsock and string code from php3 NB! I have not tested all of the imported functions yet. | ||||
* | * Add a new workspace for dynamic PHP extensions. | Zeev Suraski | 1999-06-04 | 1 | -1/+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. | ||||
* | * Move unclean_shutdown from PHP to Zend. | Zeev Suraski | 1999-05-11 | 1 | -1/+0 |
| | | | | | | * The Master/Local headers in the phpinfo() table were reversed. * Fix a gpc bug | ||||
* | Weed out all BoundsChecker-found bugs | Zeev Suraski | 1999-05-10 | 1 | -1/+0 |
| | |||||
* | * Get rid of the memory leak messages in case of fatal errors or exit() | Zeev Suraski | 1999-04-27 | 1 | -0/+1 |
| | | | | | | * .dsp fixes * Minor fixes | ||||
* | * Plenty of thread safety and Win32 work. | Zeev Suraski | 1999-04-26 | 1 | -1/+1 |
| | | | | | | | | | | | * 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. | ||||
* | Small fixes | Zeev Suraski | 1999-04-24 | 1 | -1/+0 |
| | |||||
* | Remove redundant code | Zeev Suraski | 1999-04-23 | 1 | -0/+1 |
| | |||||
* | Thread-safe header_is_being_sent | Zeev Suraski | 1999-04-23 | 1 | -1/+3 |
| | |||||
* | More thread safety work | Zeev Suraski | 1999-04-21 | 1 | -0/+3 |
| | |||||
* | Buh-bye php3_ini | Zeev Suraski | 1999-04-10 | 1 | -0/+21 |
| | |||||
* | A lot of php3_ini -> php_ini work | Zeev Suraski | 1999-04-10 | 1 | -0/+7 |
| | |||||
* | Move safe_mode to the new php_ini mechanism | Zeev Suraski | 1999-04-10 | 1 | -0/+4 |
| | |||||
* | Move asp_tags and short_open_tag to the new php_ini mechanism | Zeev Suraski | 1999-04-10 | 1 | -0/+3 |
| | |||||
* | *** empty log message *** | Zeev Suraski | 1999-04-09 | 1 | -0/+31 |