summaryrefslogtreecommitdiff
path: root/main/output.c
Commit message (Expand)AuthorAgeFilesLines
* Fix headers handling with output bufferingZeev Suraski2001-03-311-0/+1
* fix typoAndré Langhorst2001-03-281-1/+1
* fix protoAndré Langhorst2001-03-281-1/+1
* Fix the output buffering bug Andre foundZeev Suraski2001-03-171-0/+1
* Fix freeing of buffersZeev Suraski2001-03-061-9/+15
* Fixes to internal output bufferingZeev Suraski2001-03-061-5/+9
* More internal output buffering fixesZeev Suraski2001-03-061-5/+5
* Fix internal output bufferingZeev Suraski2001-03-061-4/+4
* Initial work on internal output handlers - should be much quickerZeev Suraski2001-03-061-11/+36
* Improve memory consumption on chunked output bufferingZeev Suraski2001-03-041-2/+5
* Fix non-thread safe modeZeev Suraski2001-03-041-1/+7
* Improve chunked output buffering - the output handler now knows at which stag...Zeev Suraski2001-03-041-20/+49
* Fix chunked output buffering supportZeev Suraski2001-02-271-16/+13
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
* Avoid possible memory leak in the URL scanner, if the connection isSascha Schumann2001-01-091-4/+0
* Very initial work on chunked output buffering. It's really unoptimized atZeev Suraski2000-11-231-6/+37
* Prototype corrected.Kristian Köhntopp2000-11-121-2/+2
* - Fixed a bug that caused PHP not to properly flush its output buffer, if moreZeev Suraski2000-11-021-23/+21
* update my email.Thies C. Arntzen2000-10-291-1/+1
* The type has changed to size_t.Sascha Schumann2000-10-261-1/+1
* @Add a php.ini option session.use_trans_sid to enable/disable trans-sid. (Ste...Sterling Hughes2000-09-041-1/+5
* - Increase buffers of output buffering to 40KB and 10KB increments whichAndi Gutmans2000-09-031-1/+1
* Make gcc happyZeev Suraski2000-09-031-1/+4
* Fix init bugZeev Suraski2000-09-031-1/+1
* @- Added support for an optional output handler function for outputZeev Suraski2000-09-021-21/+74
* @Added ob_get_length function (Stig)Stig Bakken2000-08-251-0/+24
* Made ob_start() and friends reentrant. It's now possible to implement thisZeev Suraski2000-07-291-42/+70
* Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.David Croft2000-07-241-0/+1
* - Make the output globals accessible from the outside worldZeev Suraski2000-06-241-20/+0
* - I didn't have anything to do with this buggy code. Just kidding :)Andi Gutmans2000-06-061-2/+1
* another bunch of proto fixesHartmut Holzgraefe2000-05-231-1/+1
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
* Corrected some protos.Egon Schmid2000-04-181-7/+6
* Document the ob_*() functionsZeev Suraski2000-04-181-0/+16
* @Cleaned up extension namespace (Stig)Stig Bakken2000-03-061-34/+0
* the pipe is breaking all the timeZeev Suraski2000-02-191-2/+2
* Use the new state functionsZeev Suraski2000-02-041-0/+32
* This doesn't seem to be necessary, and causes a leak in case of output_buffer...Zeev Suraski2000-01-181-19/+7
* Fix logicZeev Suraski2000-01-151-1/+4
* Initialize flag correctlySascha Schumann2000-01-151-1/+1
* Woops, forgot to commit the right version of the file...Zeev Suraski2000-01-131-1/+16
* - Added flush() support to SAPIZeev Suraski2000-01-131-11/+37
* Happy Y2K patch! Happy new year (or the new millennium, depending on whetherSascha Schumann2000-01-011-1/+1
* - Made PHP_VERSION and PHP_OS work againZeev Suraski1999-12-171-1/+1
* More php3_ annihilationZeev Suraski1999-12-171-1/+1
* More maintainer-mode cleanupsRasmus Lerdorf1999-12-051-7/+9
* - Add OLS_C so that we can call php_output_init_globals() with it.Andi Gutmans1999-11-281-1/+3
* Use php_init_output_globals() also in non-ZTS modeSascha Schumann1999-11-261-10/+5
* Use the unified notation...Zeev Suraski1999-11-231-66/+66
* errors during startup trap serverSam Ruby1999-11-231-8/+9