| Commit message (Expand) | Author | Age | Files | Lines |
* | Added "html_errors" directive to optionally disable HTML formatting of error | Stig Bakken | 2000-07-04 | 1 | -0/+2 |
* | Change header protection macros to conform to standard. | Sascha Schumann | 2000-07-02 | 1 | -3/+3 |
* | Improve timeout support - ini_get("max_execution_time", ...) works now | Zeev Suraski | 2000-06-16 | 1 | -2/+0 |
* | @- Made the short_tags, asp_tags and allow_call_time_pass_reference INI direc... | Zeev Suraski | 2000-06-06 | 1 | -3/+0 |
* | Fix startup sequence. It should do it this time. | Zeev Suraski | 2000-05-29 | 1 | -9/+11 |
* | Update the license with the new clause 6 | Zeev Suraski | 2000-05-18 | 1 | -2/+2 |
* | Make error_prepend_string and error_append_string work | Rasmus Lerdorf | 2000-04-14 | 1 | -0/+3 |
* | @- Fixed a (fairly common) situation where error_reporting values would not be | Zeev Suraski | 2000-02-26 | 1 | -0/+1 |
* | - Protect $HTTP_POST_FILES[] as well | Zeev Suraski | 2000-02-26 | 1 | -0/+1 |
* | @- The various $HTTP_*_VARS[] are now protected, and cannot be manipulated by | Zeev Suraski | 2000-02-26 | 1 | -0/+10 |
* | @- Implemented default_charset and default_mimetype config directives (Stig) | Stig Bakken | 2000-02-25 | 1 | -3/+3 |
* | started implementing directives for default mimetype/charset | Stig Bakken | 2000-02-24 | 1 | -0/+3 |
* | Get the license right... (this won't make it to RC1 of B4) | Zeev Suraski | 2000-02-19 | 1 | -2/+2 |
* | Trap bailout of shutdown functions | Zeev Suraski | 2000-02-13 | 1 | -1/+0 |
* | (request_shutdown) Prevent infinite loop on shutdown if there is an error | Andrei Zmievski | 2000-02-11 | 1 | -0/+1 |
* | - A few fixes | Zeev Suraski | 2000-01-28 | 1 | -1/+2 |
* | Tried to centralize global variable registration as much as possible: | Zeev Suraski | 2000-01-28 | 1 | -0/+1 |
* | - Remove the pre-request-shutdown hooks, they should no longer be necessary. | Zeev Suraski | 2000-01-16 | 1 | -9/+0 |
* | Remove the post-startup callback support. Modules are now started only after | Zeev Suraski | 2000-01-16 | 1 | -2/+0 |
* | Initialize/destroy hook lists implicitly. | Sascha Schumann | 2000-01-15 | 1 | -0/+3 |
* | - don't set php_errormsg on errors that will cause a zend_bailout(). | Thies C. Arntzen | 2000-01-15 | 1 | -1/+2 |
* | @- Added implicit_flush INI directive (Zeev) | Zeev Suraski | 2000-01-13 | 1 | -0/+1 |
* | Happy Y2K patch! Happy new year (or the new millennium, depending on whether | Sascha Schumann | 2000-01-01 | 1 | -1/+1 |
* | - Implement ability to turn off support for call-time pass by reference | Zeev Suraski | 1999-12-15 | 1 | -0/+2 |
* | @ PHP 4 scripts will now obey the max_execution_time setting and actually | Rasmus Lerdorf | 1999-12-03 | 1 | -0/+2 |
* | Remove fsock-specific members | Sascha Schumann | 1999-12-01 | 1 | -4/+0 |
* | Back out last commit. | Sascha Schumann | 1999-11-26 | 1 | -2/+0 |
* | Add reentrant versions of ctime, localtime, gmtime, asctime. | Sascha Schumann | 1999-11-26 | 1 | -0/+2 |
* | Add post request startup handlers. These are called at the end of the | Sascha Schumann | 1999-11-17 | 1 | -0/+7 |
* | 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 |
* | work around gcc bug, otherwise compiler would die with | Sascha Schumann | 1999-09-05 | 1 | -1/+1 |
* | Cleanups | Rasmus Lerdorf | 1999-09-04 | 1 | -14/+14 |
* | First part of the connection_status work. No user-callable functions | Rasmus Lerdorf | 1999-09-04 | 1 | -0/+3 |
* | 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 four... | Zeev Suraski | 1999-06-15 | 1 | -28/+28 |
* | * now using php4.ini instead of php3.ini | Stig Bakken | 1999-06-15 | 1 | -9/+16 |
* | * Add a new workspace for dynamic PHP extensions. | Zeev Suraski | 1999-06-04 | 1 | -1/+1 |
* | * Move unclean_shutdown from PHP to Zend. | Zeev Suraski | 1999-05-11 | 1 | -1/+0 |
* | 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 |
* | * Plenty of thread safety and Win32 work. | Zeev Suraski | 1999-04-26 | 1 | -1/+1 |
* | 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 |