Edit report at https://bugs.php.net/bug.php?id=61848&edit=1

 ID:                 61848
 Updated by:         [email protected]
 Reported by:        ahu at qvod dot com
 Summary:            last
-Status:             Open
+Status:             Not a bug
 Type:               Bug
 Package:            MySQL related
 Operating System:   centos 6.0
 PHP Version:        5.3.10
 Block user comment: N
 Private report:     N

 New Comment:

Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.




Previous Comments:
------------------------------------------------------------------------
[2012-04-25 08:47:07] ahu at qvod dot com

Description:
------------
pdo:getColumnMeta

        /* add stock items */
        col = &stmt->columns[colno];
        add_assoc_string(return_value, "name", col->name, 1);
        add_assoc_long(return_value, "len", col->maxlen); /* FIXME: unsigned ? 
*/
        add_assoc_long(return_value, "precision", col->precision);
        add_assoc_long(return_value, "pdo_type", col->param_type);
}

there is no table and other item

Test script:
---------------
with cakephp,it can't working

Expected result:
----------------
with cakephp,it can't working

Actual result:
--------------
with cakephp,it can't working


------------------------------------------------------------------------



-- 
Edit this bug report at https://bugs.php.net/bug.php?id=61848&edit=1

Reply via email to