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  
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 : 19 - 5 = ?

 
 [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.