201 Commits (b4f3ce372d191f60e957e4b950733536cae16f42)

Author SHA1 Message Date
Michael Wallner d96f225a15 - fix buffer size alignment 20 years ago
Michael Wallner 9de590ecf1 - use new zend_fcall_info API 20 years ago
Michael Wallner 99fe9133c1 - typo 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
Dmitry Stogov 128548a5c0 Disabled autoconversion of hash keys (from string to unicode) for PHP arrays 20 years ago
Michael Wallner df26ea87bd - output handler alias ctor should know about chunk_size and flags 20 years ago
Michael Wallner e62c35f141 - add PHP_OUTPUT_WRITTEN and PHP_OUTPUT_SENT status flags 20 years ago
Michael Wallner 0eef1208c2 - output handler may modify context->op 20 years ago
Michael Wallner 7947beb75a - revise output handler alias API 20 years ago
Michael Wallner 53ca648bb5 - fix php_output_handler_started() 20 years ago
Michael Wallner 31632b3458 - use the handler name zval directly when listing stati, too 20 years ago
Michael Wallner 0ff7bc29d9 - fix tests to comply with upgraded string.c 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 6e54e763ae - mark unicode safe functions 20 years ago
Michael Wallner f5949edfe9 - use HashPosition for traversal of registered reverse conflicts 20 years ago
Antony Dovgal dbe2092313 implement zend_unicode_to_string() and zend_string_to_unicode() 20 years ago
Michael Wallner cf914cc0a7 - don't use anonymous union 20 years ago
Michael Wallner 773fa96dfc - fix SEGV in php_output_handler_started() 20 years ago
Michael Wallner 0fe565293f - fix regression with bug #22690 (ob_start() with create_function() output handler) 20 years ago
Michael Wallner af012fd916 - fix output handler seeing buffered data when it gets discarded 20 years ago
Michael Wallner 231ad17475 - explicit usage of TS macros 20 years ago
Michael Wallner 4ce0141713 - new output control code 20 years ago
Antony Dovgal d15557fb76 MF51: fix #36869 (memory leak in output buffering when using chunked output) 21 years ago
Dmitry Stogov c366cc6d1a Nuke int32_t (everywhere except streams layer) and signed/unsigned warnings 21 years ago
Dmitry Stogov e3b7f3fd0d Unicode support: MS Visual C compatibility 21 years ago
Dmitry Stogov 0f1209ab3d Portable unicode string API: 21 years ago
Dmitry Stogov 227295a4f1 Unicode stuff is changed according to decision maden on PDM. 21 years ago
foobar 251c5173fd bump year and license version 21 years ago
Ilia Alshanetsky 0408e53679 Remainder of the 34191 bug fix. 21 years ago
Dmitry Stogov 6b622046dc zend_is_callable() and zend_make_callable() were changed to return readable function name as zval (instead of string). 21 years ago
Dmitry Stogov 0f026c9fb7 Unicode support 21 years ago
Andrei Zmievski 264cec8be6 Unicode support. 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 23 years ago
Andi Gutmans dbeb4158d2 - A belated happy holidays and PHP 5 23 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. 24 years ago
Sascha Schumann 7f5a42da17 Backout Jani's commit to resync branches 24 years ago
foobar ff22d581d9 WS & CS fix 24 years ago
Sascha Schumann 7e2fcf986e Add some checks and avoid passing invalid data to call_user_function_ex. 24 years ago
Moriyoshi Koizumi f7a8499806 Fixed memleak in output buffering facility 24 years ago