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

Request #2233 addPostData to recursively map urlencode
Submitted: 2004-08-27 03:55 UTC
From: arailean at squiz dot net Assigned:
Status: Closed Package: HTTP_Request
PHP Version: 4.3.8 OS: All
Roadmaps: (Not assigned)    
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 : 31 - 22 = ?

 
 [2004-08-27 03:55 UTC] arailean at squiz dot net
Description: ------------ HTTP_Request-1.2.2 Request.php 1.37 addPostData() method should recursively map 'urlencode' onto the value of the post variable. Currently it fails when adding multidimensional arrays because "array_map('urlencode', $value)" does not propagate if $value is an array of arrays.

Comments

 [2004-10-01 15:53 UTC] avb
Fixed in release 1.2.3