History log of /PHP-5.6/main/output.c (Results 201 – 225 of 251)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-4.0.5RC4
# 7d50e21a 28-Mar-2001 André Langhorst

fix typo


# 339ac67c 28-Mar-2001 André Langhorst

fix proto


Revision tags: php-4.0.5RC3, php-4.0.5RC2
# 34b2fc4a 17-Mar-2001 Zeev Suraski

Fix the output buffering bug Andre found


Revision tags: php-4.0.5RC1
# 9a04f870 06-Mar-2001 Zeev Suraski

Fix freeing of buffers


# 93e9e752 06-Mar-2001 Zeev Suraski

Fixes to internal output buffering


# 0ece429a 06-Mar-2001 Zeev Suraski

More internal output buffering fixes


# 20d2432c 06-Mar-2001 Zeev Suraski

Fix internal output buffering


# 13a97fef 06-Mar-2001 Zeev Suraski

Initial work on internal output handlers - should be much quicker


# a22ada79 04-Mar-2001 Zeev Suraski

Improve memory consumption on chunked output buffering


# c64fe7fb 04-Mar-2001 Zeev Suraski

Fix non-thread safe mode


# 0a98aa6a 04-Mar-2001 Zeev Suraski

Improve chunked output buffering - the output handler now knows at which stage it is


# b8787bf2 27-Feb-2001 Zeev Suraski

Fix chunked output buffering support


# eb6ba01d 26-Feb-2001 Andi Gutmans

- Fix copyright notices with 2001


Revision tags: php-4.0.4pl1, php-4.0.4pl1RC2
# 7eb84696 09-Jan-2001 Sascha Schumann

Avoid possible memory leak in the URL scanner, if the connection is
interrupted during writing the output.


Revision tags: php-4.0.4pl1RC1, php-4.0.4REL, php-4.0.4RC6, php-4.0.4RC5, php-4.0.4RC4, php-4.0.4RC3
# 888f376e 23-Nov-2000 Zeev Suraski

Very initial work on chunked output buffering. It's really unoptimized at
this time, and it can crash under some circumstances, but that's the
concept...


# 89d6b5b5 12-Nov-2000 Kristian Köhntopp

Prototype corrected.


# 816f1f79 02-Nov-2000 Zeev Suraski

- Fixed a bug that caused PHP not to properly flush its output buffer, if more
than one output buffer was used


# 825457ae 29-Oct-2000 Thies C. Arntzen

update my email.


# 2517250b 26-Oct-2000 Sascha Schumann

The type has changed to size_t.


Revision tags: php-4.0.3, php-4.0.3RC2, php-4.0.3RC1
# 9f86ff88 04-Sep-2000 Sterling Hughes

@Add a php.ini option session.use_trans_sid to enable/disable trans-sid. (Sterling)


# e47d4fe2 03-Sep-2000 Andi Gutmans

- Increase buffers of output buffering to 40KB and 10KB increments which
makes more sense when web pages are typically like 10KB-20KB.
I think it would be best to change the reallocation

- Increase buffers of output buffering to 40KB and 10KB increments which
makes more sense when web pages are typically like 10KB-20KB.
I think it would be best to change the reallocation algorithm at least to
redoubling when it's full instead of incrementing and possibly use
a data structure similar to Zend/zend_static_allocator which uses memory
blocks and not realloc().

show more ...


# 2183e2b0 03-Sep-2000 Zeev Suraski

Make gcc happy


# 48f13455 03-Sep-2000 Zeev Suraski

Fix init bug


# cf8e3897 02-Sep-2000 Zeev Suraski

@- Added support for an optional output handler function for output
@ buffering. This enables transparent rendering of XML through XSL,
@ transparent compression, etc. (Zeev)


Revision tags: php-4.0.2
# 03471b21 25-Aug-2000 Stig Bakken

@Added ob_get_length function (Stig)
Added ob_get_length() function (returns size of buffer)


1234567891011