66 Commits (455bc9df4c782be790747df0fc13696bef356708)

Author SHA1 Message Date
Dmitry Stogov e43ff1359e Fixed ZE specific compile warnings (Bug #55629) 15 years ago
Andrey Hristov 0048446fdd gcc barks about these, so clean it 15 years ago
Felipe Pena 0203cc3d44 - Year++ 15 years ago
Dmitry Stogov caffc1c972 Preallocate zend_hash instead of allocation/deallocation it on each request 16 years ago
Michael Wallner 99da695ec9 fix cxx build 16 years ago
Michael Wallner 11d24c1593 * implement new output API, fixing some bugs and implementing some feature 16 years ago
Jani Taskinen af49e58f51 - Reverted r296062 and r296065 16 years ago
Jani Taskinen 06f072cb5e MFH: Improved / fixed output buffering (Michael Wallner) 16 years ago
Sebastian Bergmann 22f4ef45fe sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php 16 years ago
Sebastian Bergmann 9ba1e81665 sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php 16 years ago
Marcus Boerger d4f5b3f0a9 - This is PHP 6 - if this ... ever gets out 17 years ago
Sebastian Bergmann 08659c2dcd MFH: Bump copyright year, 3 of 3. 17 years ago
Sebastian Bergmann 7f4dc8702a Bump copyright year, 3 of 3. 17 years ago
Sebastian Bergmann d1dded8751 MFH: Bump copyright year, 2 of 2. 18 years ago
Sebastian Bergmann 9b620d50b4 Bump copyright year, 2 of 2. 18 years ago
Sebastian Bergmann 4223aa4d5e MFH: Bump year. 19 years ago
Sebastian Bergmann 3717df72ae Bump year. 19 years ago
Michael Wallner 8ad12c9899 - upgrade phpinfo() and phpcredits() 20 years ago
Michael Wallner d96f225a15 - fix buffer size alignment 20 years ago
Michael Wallner 9de590ecf1 - use new zend_fcall_info API 20 years ago
Michael Wallner 32186c45fb - fix failure with tests/lang/bug23489.phpt 20 years ago
Michael Wallner ea0f299bad - use fci/fcc instead of zval* for user ob handler 20 years ago
Michael Wallner df26ea87bd - output handler alias ctor should know about chunk_size and flags 20 years ago
Michael Wallner d83fdc677f - fix PHP_OUTPUT_CONFLICT macro 20 years ago
Michael Wallner e62c35f141 - add PHP_OUTPUT_WRITTEN and PHP_OUTPUT_SENT status flags 20 years ago
Michael Wallner 7947beb75a - revise output handler alias API 20 years ago
Michael Wallner 139f6ff79d - allocate handler stack on the heap and avoid segfaults on shutdown when startup fails 20 years ago
Michael Wallner de93f1dc91 - error message enhancements 20 years ago
Michael Wallner cf914cc0a7 - don't use anonymous union 20 years ago
Michael Wallner 4de156baa2 - remove obsolete cruft 20 years ago
Michael Wallner 231ad17475 - explicit usage of TS macros 20 years ago
Michael Wallner 4ce0141713 - new output control code 20 years ago
Dmitry Stogov c366cc6d1a Nuke int32_t (everywhere except streams layer) and signed/unsigned warnings 20 years ago
foobar 251c5173fd bump year and license version 20 years ago
foobar 5bd93221a8 bump year and license version 20 years ago
foobar 23e671a51e - Bumber up year 21 years ago
Marcus Boerger 97b5bb474e Guard display_startup_errors with checking for default (working) output 22 years ago
Hartmut Holzgraefe b8f7d9f9f5 wrap all PHPAPI prototypes into BEGIN_EXTERN_C/END_EXTERN_C blocks 22 years ago
foobar ccfc46b0aa - Happy new year and PHP 5 for rest of the files too.. 23 years ago
James Cox f68c7ff249 updating license information in the headers. 23 years ago
Sebastian Bergmann 2c5d4b8c23 Bump year. 24 years ago
Zeev Suraski de36720e0e Begin the cleanup - remove ob_flush_all() 24 years ago
Yasuo Ohgaki 66a50c5373 Added ob_flush_all() that flushes bufferred contents until it actually 24 years ago
Yasuo Ohgaki 22bf29384e Move wrong output buffer usage check to ob_gzhandler init. 24 years ago
Yasuo Ohgaki bd177ce7c1 Added ob_get_clean() and ob_get_flush(). 24 years ago
Sebastian Bergmann 714c19fe66 Per discussion on #php.bugs (+1 from at least Derick and Jani), revert double_buffering. 24 years ago
Marcus Boerger 5e7a9af062 full decopling of size parameters of ob_start() and internal buffer handlers 24 years ago
Marcus Boerger 2a443b2e77 Changed handling of output buffer sizes. 24 years ago
Marcus Boerger 9c8ba935d6 Improved handling of output buffers (see news)\n#No trim for the string parameter... 24 years ago
Marcus Boerger 6d21c9465d Added php_ob_handler_used to check if a specific output handler is used 24 years ago