Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.6.0a3

Bug #16157 Missing argument 5 for setrawcookie()
Submitted: 2009-04-29 18:55 UTC
From: kenorb Assigned: hm2k
Status: Closed Package: PHP_Compat (version 1.6.0a2)
PHP Version: 4.3.2 OS: Linux
Roadmaps: 1.6.0a3    
Subscription  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 30 - 17 = ?

 
 [2009-04-29 18:55 UTC] kenorb (Rafal Wie.)
Description: ------------ Normally arguments for setrawcookie are optionally apart of 1st one. http://uk.php.net/setrawcookie So it should be changed something like: setrawcookie($name, $value = '', $expire = 0, $path = '', $domain = '', $secure = FALSE, $httponly = FALSE) The same with setcookie(). Actual result: -------------- Missing argument 5 for setrawcookie()

Comments

 [2009-05-01 18:37 UTC] hm2k (James Wade)
-Status: Open +Status: Closed -Assigned To: +Assigned To: hm2k -Roadmap Versions: +Roadmap Versions: 1.6.0RC1
This bug has been fixed in CVS. If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET). If this was a problem with the pear.php.net website, the change should be live shortly. Otherwise, the fix will appear in the package's next release. Thank you for the report and for helping us make PEAR better. You're right. I've updated the CVS to reflect this.