[wp-trac] Re: [WordPress Trac] #3528: HTTP 304 status not sent correctly on PHP 5.2, breaking conditional GET on feeds

WordPress Trac wp-trac at lists.automattic.com
Sat Jan 6 08:23:24 GMT 2007


#3528: HTTP 304 status not sent correctly on PHP 5.2, breaking conditional GET on
feeds
---------------------+------------------------------------------------------
 Reporter:  kelson   |        Owner:  anonymous
     Type:  defect   |       Status:  new      
 Priority:  high     |    Milestone:  2.0.7    
Component:  General  |      Version:  2.0.6    
 Severity:  major    |   Resolution:           
 Keywords:           |  
---------------------+------------------------------------------------------
Comment (by ryan):

 Using Status for CGI sapis used to be a common workaround for some PHP
 bugs where HTTP/1.x would not work. See #2628.  Some PHP 5 versions
 behaves differently.  We've gone around with this for #3215.  PHP bug
 36705 is related.

 http://bugs.php.net/bug.php?id=36705

 Note that the http_response_code argument to header() requires php 4.3.0.
 If we were to add this argument as suggested in the description, we would
 need to do a version check.

-- 
Ticket URL: <http://trac.wordpress.org/ticket/3528#comment:7>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list