From:             jonathan dot aquino at gmail dot com
Operating system: Unix
PHP version:      5.2CVS-2009-03-21 (snap)
PHP Bug Type:     HTTP related
Bug description:  http_build_cookie always returns false

Description:
------------
http_build_cookie returns false. PHP 5.2.6.

Reproduce code:
---------------
$cookie = http_parse_cookie('RMID=2dab5fc9296749c2f28ec0b7;
expires=Saturday, 20-Mar-2010 01:34:06 GMT; path=/; domain=.nytimes.com');

var_dump(http_build_cookie($cookie)); 

Expected result:
----------------
RMID=2dab5fc9296749c2f28ec0b7

Actual result:
--------------
FALSE

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

Reply via email to