#1358: Do not throw exception in AgaviWebResponse if headers already sent
----------------------+-----------------------------------------------------
 Reporter:  david     |       Owner:  david
     Type:  task      |      Status:  new  
 Priority:  low       |   Milestone:  1.1  
Component:  response  |     Version:       
 Severity:  trivial   |    Keywords:       
Has_patch:  0         |  
----------------------+-----------------------------------------------------
 In development, it's just annoying, and in production, it doesn't matter
 anyway as {{{display_errors}}} and friends are usually off. It's also
 triggered unnecessarily, as {{{output_buffering = 4096}}} is now the
 default in php.ini, so small errors won't even cause the problem even
 though {{{headers_sent()}}} will return true.

-- 
Ticket URL: <http://trac.agavi.org/ticket/1358>
Agavi <http://www.agavi.org/>
An MVC Framework for PHP5



_______________________________________________
Agavi Tickets Mailing List
[email protected]
http://lists.agavi.org/mailman/listinfo/tickets

Reply via email to