On Mon, 11 Oct 2004, Andi Gutmans wrote:

> I think you are right. The only problem I can see is that people added more
> than one header with a header() call and it actually having worked under some
> SAPIs. My guess is that this has happened quite often and it might break quite
> a few apps.

    In contrast to other bad programming habbits, I have not seen
    this in actual code anywhere so far.

    Are there any examples of real applications doing this?  
    
    We could start emitting a warning by default:
    
    cleanup_header = false
    cleanup_header_warning = true

    And later change the default of cleanup_header to true.
    
    - Sascha
        

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to