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  


 [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