summaryrefslogtreecommitdiff
path: root/main/php_globals.h
Commit message (Expand)AuthorAgeFilesLines
* Added "html_errors" directive to optionally disable HTML formatting of errorStig Bakken2000-07-041-0/+2
* Change header protection macros to conform to standard.Sascha Schumann2000-07-021-3/+3
* Improve timeout support - ini_get("max_execution_time", ...) works nowZeev Suraski2000-06-161-2/+0
* @- Made the short_tags, asp_tags and allow_call_time_pass_reference INI direc...Zeev Suraski2000-06-061-3/+0
* Fix startup sequence. It should do it this time.Zeev Suraski2000-05-291-9/+11
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
* Make error_prepend_string and error_append_string workRasmus Lerdorf2000-04-141-0/+3
* @- Fixed a (fairly common) situation where error_reporting values would not beZeev Suraski2000-02-261-0/+1
* - Protect $HTTP_POST_FILES[] as wellZeev Suraski2000-02-261-0/+1
* @- The various $HTTP_*_VARS[] are now protected, and cannot be manipulated byZeev Suraski2000-02-261-0/+10
* @- Implemented default_charset and default_mimetype config directives (Stig)Stig Bakken2000-02-251-3/+3
* started implementing directives for default mimetype/charsetStig Bakken2000-02-241-0/+3
* Get the license right... (this won't make it to RC1 of B4)Zeev Suraski2000-02-191-2/+2
* Trap bailout of shutdown functionsZeev Suraski2000-02-131-1/+0
* (request_shutdown) Prevent infinite loop on shutdown if there is an errorAndrei Zmievski2000-02-111-0/+1
* - A few fixesZeev Suraski2000-01-281-1/+2
* Tried to centralize global variable registration as much as possible:Zeev Suraski2000-01-281-0/+1
* - Remove the pre-request-shutdown hooks, they should no longer be necessary.Zeev Suraski2000-01-161-9/+0
* Remove the post-startup callback support. Modules are now started only afterZeev Suraski2000-01-161-2/+0
* Initialize/destroy hook lists implicitly.Sascha Schumann2000-01-151-0/+3
* - don't set php_errormsg on errors that will cause a zend_bailout().Thies C. Arntzen2000-01-151-1/+2
* @- Added implicit_flush INI directive (Zeev)Zeev Suraski2000-01-131-0/+1
* Happy Y2K patch! Happy new year (or the new millennium, depending on whetherSascha Schumann2000-01-011-1/+1
* - Implement ability to turn off support for call-time pass by referenceZeev Suraski1999-12-151-0/+2
* @ PHP 4 scripts will now obey the max_execution_time setting and actuallyRasmus Lerdorf1999-12-031-0/+2
* Remove fsock-specific membersSascha Schumann1999-12-011-4/+0
* Back out last commit.Sascha Schumann1999-11-261-2/+0
* Add reentrant versions of ctime, localtime, gmtime, asctime.Sascha Schumann1999-11-261-0/+2
* Add post request startup handlers. These are called at the end of theSascha Schumann1999-11-171-0/+7
* That's important enough to be cachedZeev Suraski1999-09-121-0/+2
* - Seriously optimize and clean php_parse_gpc_data()Zeev Suraski1999-09-111-0/+1
* work around gcc bug, otherwise compiler would die withSascha Schumann1999-09-051-1/+1
* CleanupsRasmus Lerdorf1999-09-041-14/+14
* First part of the connection_status work. No user-callable functionsRasmus Lerdorf1999-09-041-0/+3
* Add output_buffering directiveZeev Suraski1999-08-241-0/+1
* License updateZeev Suraski1999-07-161-0/+19
* Win32/ZTS compiles againZeev Suraski1999-06-191-0/+4
* Change four spaces back to tabs (Why the hell did you change the tabs to four...Zeev Suraski1999-06-151-28/+28
* * now using php4.ini instead of php3.iniStig Bakken1999-06-151-9/+16
* * Add a new workspace for dynamic PHP extensions.Zeev Suraski1999-06-041-1/+1
* * Move unclean_shutdown from PHP to Zend.Zeev Suraski1999-05-111-1/+0
* Weed out all BoundsChecker-found bugsZeev Suraski1999-05-101-1/+0
* * Get rid of the memory leak messages in case of fatal errors or exit()Zeev Suraski1999-04-271-0/+1
* * Plenty of thread safety and Win32 work.Zeev Suraski1999-04-261-1/+1
* Small fixesZeev Suraski1999-04-241-1/+0
* Remove redundant codeZeev Suraski1999-04-231-0/+1
* Thread-safe header_is_being_sentZeev Suraski1999-04-231-1/+3
* More thread safety workZeev Suraski1999-04-211-0/+3
* Buh-bye php3_iniZeev Suraski1999-04-101-0/+21
* A lot of php3_ini -> php_ini workZeev Suraski1999-04-101-0/+7