summaryrefslogtreecommitdiff
path: root/ext/standard/output.c
Commit message (Expand)AuthorAgeFilesLines
* Retain downwards compatibility - cool idea Jon :)Zeev Suraski2001-07-201-664/+0
* Fix Windows buildZeev Suraski2001-07-201-1/+1
* Avoid getting bailouts on text output during shutdown. Text output is nowZeev Suraski2001-07-201-20/+36
* use ZVAL_* macrosThies C. Arntzen2001-07-111-10/+4
* Improve url scanner speed (up to 40% for large chunks of data)Sascha Schumann2001-07-041-0/+5
* Fix a major thread safety bug in the output mechanismZeev Suraski2001-07-021-8/+10
* Fix bug #11678Zeev Suraski2001-06-261-1/+10
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-25/+41
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-051-2/+1
* Kill warning.Andrei Zmievski2001-05-291-1/+2
* - Fix problem of output initializationAndi Gutmans2001-05-231-12/+9
* - Start nuking not needed GINITAndi Gutmans2001-05-221-1/+1
* Avoid crashing if somehow, output is sent in a new thread tha had no requestsZeev Suraski2001-05-071-2/+8
* Free the correct output buffer, to avoid a segfault on a HEAD requestAnil Madhavapeddy2001-04-021-2/+1
* 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