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

Request #4859 DB_FETCHMODE_ASSOC and CaseSensitiveField
Submitted: 2005-07-19 13:40 UTC
From: lota at klez dot it Assigned: svenasse
Status: Closed Package: Net_Whois
PHP Version: Irrelevant OS: Linux
Roadmaps: (Not assigned)    
Subscription  


 [2005-07-19 13:40 UTC] lota at klez dot it
Description: ------------ I modify the code to return data in array, I hope can be useful. 239,257d238 < < $domain = array(); < < foreach ($data as $line) < { < if (!strstr($line,'*')) < { < $line_values = explode(':', $line); < < $key = $line_values[0]; < $values = $line_values[1]; < < $domain["$key"][] = $values; < } < < } < < return $domain; < 290c271 < ?> --- > ?> \ No newline at end of file

Comments

 [2006-01-03 00:14 UTC] svenasse at php dot net
No feedback was provided. The bug is being suspended because we assume that you are no longer experiencing the problem. If this is not the case and you are able to provide the information that was requested earlier, please do so and change the status of the bug back to "Open". Thank you.