174 Commits (aaa295fa3517f452c074c3ed718262cda68c19bb)

Author SHA1 Message Date
Antony Dovgal f5bf263b88 initialize all fields of the struct (it's generally good idea even though they should not be used) 19 years ago
Brian Shire f088268f91 fix fold typo 19 years ago
Dmitry Stogov 52f6312866 Fixed bug #40259 (ob_start call many times - memory error). (Dmitry) 19 years ago
Sebastian Bergmann 4223aa4d5e MFH: Bump year. 19 years ago
Antony Dovgal 2030a7a2ed fix #36869 (memory leak in output buffering when using chunked output) 20 years ago
foobar 5bd93221a8 bump year and license version 20 years ago
Ilia Alshanetsky 30b14ee8e9 MFH: Remainder of the 34191 bug fix. 21 years ago
foobar 23e671a51e - Bumber up year 21 years ago
Antony Dovgal b0d5236605 fix #32828 (Throwing exception in output_callback function with ob_start and 21 years ago
Stanislav Malyshev f799da0a21 MF4: fix double bailout in HEAD when output is attempted from shutdown 22 years ago
Marcus Boerger 97b5bb474e Guard display_startup_errors with checking for default (working) output 22 years ago
Andi Gutmans dbeb4158d2 - A belated happy holidays and PHP 5 22 years ago
Ilia Alshanetsky 5e9a18a5c0 Fixed bug #24951 (ob_flush() needlessly destroys output handler). 23 years ago
Ilia Alshanetsky ecbcd7f59f Fixed bug #22154 (Possible crash when memory_limit is reached and 23 years ago
Marcus Boerger bdfed34ef6 Bugfix #22690 23 years ago
James Cox f68c7ff249 updating license information in the headers. 23 years ago
Wez Furlong 84fc3f384a Fix segfault 23 years ago
Wez Furlong e9b62698c7 Stronger validation of ob_start() parameters. 23 years ago
Sebastian Bergmann 4c8e30eccc MFB: Fix for bug #23489. 23 years ago
Sascha Schumann 7f5a42da17 Backout Jani's commit to resync branches 23 years ago
foobar ff22d581d9 WS & CS fix 23 years ago
Sascha Schumann 7e2fcf986e Add some checks and avoid passing invalid data to call_user_function_ex. 23 years ago
Moriyoshi Koizumi f7a8499806 Fixed memleak in output buffering facility 23 years ago
Sascha Schumann e2333fd1df Fix an uninitialized read, default to FAILURE 23 years ago
Sebastian Bergmann 5ca078779a Eliminate some TSRMLS_FETCH() calls. Tested with Win32 build of SAPI/CGI and SAPI/CLI on Win32. 23 years ago
David Hill 5c90216d2c 64-bit correction to variables passed to zend_parse_parameters 23 years ago
foobar a09e1397c7 Fixed compile failures when ZLIB / PCRE are compiled as shared 23 years ago
Hartmut Holzgraefe 2546f09b08 proto-fix 23 years ago
Ilia Alshanetsky 9bb3dc6903 Removed pointless checks. 23 years ago
Sebastian Bergmann 2c5d4b8c23 Bump year. 24 years ago
Ilia Alshanetsky 87a8b04051 Fix ZTS build. 24 years ago
Ilia Alshanetsky 0acb52fc3b Fixed bug #21228 (broken check for ob_gzhandler). 24 years ago
Zeev Suraski 1143a7023c Whitespace 24 years ago
Zeev Suraski df55f35798 Revert the implicit_flush mess. 24 years ago
Zeev Suraski de36720e0e Begin the cleanup - remove ob_flush_all() 24 years ago
Marcus Boerger 518e61de97 suggest paranthesis around || and && 24 years ago
Yasuo Ohgaki 39b0eb9b22 Fixed broken code by Derick. 24 years ago
James Moore df431074de Keep comments and code in sync. 24 years ago
Sebastian Bergmann b169932d1c Fix warnings. 24 years ago
Derick Rethans 9b517c4b93 - Revert changed to implicit_flush behavior. The new behavior was not 24 years ago
Yasuo Ohgaki 6c7202e116 Added comment for php_output_set_status(). 24 years ago
Yasuo Ohgaki 66a50c5373 Added ob_flush_all() that flushes bufferred contents until it actually 24 years ago
Yasuo Ohgaki f534dc8f47 Added missing proto and foldings. 24 years ago
Yasuo Ohgaki 22bf29384e Move wrong output buffer usage check to ob_gzhandler init. 24 years ago
Yasuo Ohgaki bec4574f57 Made some functions inline. 24 years ago
Yasuo Ohgaki bd177ce7c1 Added ob_get_clean() and ob_get_flush(). 24 years ago
Marcus Boerger 1e6557f664 Fix implicit_flush 24 years ago
Marcus Boerger ff51ed7c6f Modified get_status(): Display chunk_size allways and size which is in 24 years ago
Marcus Boerger d4bba6d158 Revisted Wez patch: chunk_size 0 means cahce the whole output. So 24 years ago
Yasuo Ohgaki e92abff88b Fixed bug #17825. Double zval_ptr_dtor(). 24 years ago