summaryrefslogtreecommitdiff
path: root/main/output.c
Commit message (Expand)AuthorAgeFilesLines
* @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
* Fixed a leak when using automatic output bufferingZeev Suraski1999-11-221-0/+1
* moved output.c into ext/standart and made it thread-safe.Thies C. Arntzen1999-10-271-0/+385