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

Bug #5680 tableInfo() in mysqli.php
Submitted: 2005-10-13 07:48 UTC
From: fivebull at 163 dot com Assigned: lsmith
Status: Closed Package: DB
PHP Version: 5.1.0 OS: XP
Roadmaps: (Not assigned)    
Subscription  


 [2005-10-13 07:48 UTC] fivebull at 163 dot com
Description: ------------ the element 'len' is always int(0) according to var_dump display, $tmp->max_length seems always 0, but $tmp->length fit it. var_dump(tmp) output: object(stdClass)#19 (11) { ["name"]=> string(13) "company_intro" ["orgname"]=> string(13) "company_intro" ["table"]=> string(7) "company" ["orgtable"]=> string(7) "company" ["def"]=> string(0) "" ["max_length"]=> int(0) ["length"]=> int(65535) ["charsetnr"]=> int(33) ["flags"]=> int(17) ["type"]=> int(252) ["decimals"]=> int(0) }

Comments

 [2005-10-13 07:56 UTC] fivebull at 163 dot com
Using MySQL 4.1.14-nt
 [2006-03-01 22:09 UTC] lsmith
Seems to be related to the same issue noted here: http://pear.php.net/bugs/bug.php?id=6887
 [2006-03-01 22:57 UTC] lsmith
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.