From:             henke at henke37 dot cjb dot net
Operating system: 
PHP version:      6CVS-2009-02-17 (CVS)
PHP Bug Type:     Feature/Change Request
Bug description:  There is no footer function

Description:
------------
There is no footer function to go with the header function. The http 1.1
rfc introduced reply footers, there should be a way to set those.

Reproduce code:
---------------
<?php
$contents=ob_get_flush();
echo $contents
footer('MD5:'.md5($contents));


Expected result:
----------------
The footer should be sent.

Actual result:
--------------
The function does not exist.

-- 
Edit bug report at http://bugs.php.net/?id=47417&edit=1
-- 
Try a CVS snapshot (PHP 5.2):        
http://bugs.php.net/fix.php?id=47417&r=trysnapshot52
Try a CVS snapshot (PHP 5.3):        
http://bugs.php.net/fix.php?id=47417&r=trysnapshot53
Try a CVS snapshot (PHP 6.0):        
http://bugs.php.net/fix.php?id=47417&r=trysnapshot60
Fixed in CVS:                        
http://bugs.php.net/fix.php?id=47417&r=fixedcvs
Fixed in CVS and need be documented: 
http://bugs.php.net/fix.php?id=47417&r=needdocs
Fixed in release:                    
http://bugs.php.net/fix.php?id=47417&r=alreadyfixed
Need backtrace:                      
http://bugs.php.net/fix.php?id=47417&r=needtrace
Need Reproduce Script:               
http://bugs.php.net/fix.php?id=47417&r=needscript
Try newer version:                   
http://bugs.php.net/fix.php?id=47417&r=oldversion
Not developer issue:                 
http://bugs.php.net/fix.php?id=47417&r=support
Expected behavior:                   
http://bugs.php.net/fix.php?id=47417&r=notwrong
Not enough info:                     
http://bugs.php.net/fix.php?id=47417&r=notenoughinfo
Submitted twice:                     
http://bugs.php.net/fix.php?id=47417&r=submittedtwice
register_globals:                    
http://bugs.php.net/fix.php?id=47417&r=globals
PHP 4 support discontinued:          http://bugs.php.net/fix.php?id=47417&r=php4
Daylight Savings:                    http://bugs.php.net/fix.php?id=47417&r=dst
IIS Stability:                       
http://bugs.php.net/fix.php?id=47417&r=isapi
Install GNU Sed:                     
http://bugs.php.net/fix.php?id=47417&r=gnused
Floating point limitations:          
http://bugs.php.net/fix.php?id=47417&r=float
No Zend Extensions:                  
http://bugs.php.net/fix.php?id=47417&r=nozend
MySQL Configuration Error:           
http://bugs.php.net/fix.php?id=47417&r=mysqlcfg

Reply via email to