Init output_start_* to avoid "output started at ZZZZZ" messages
authorStanislav Malyshev <stas@php.net>
Wed, 24 Apr 2002 16:53:07 +0000 (16:53 +0000)
committerStanislav Malyshev <stas@php.net>
Wed, 24 Apr 2002 16:53:07 +0000 (16:53 +0000)
commit68e5f549c06d7dd47e995855580b35e7f7bf840e
tree5eceaae62cd93bf7b94ee25e3cc799faf7e187ea
parent8bf59c8fd0a0988680791ed793af84fd6a7a2a74
Init output_start_* to avoid "output started at ZZZZZ" messages
(which may result when output started while zend is neither compiling nor
executing - e.g., when file upload fails).
main/output.c