php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #4472 sybase_fetch_field doesn't fill column source attribute
Submitted: 2000-05-17 00:32 UTC Modified: 2005-03-31 16:13 UTC
Votes:1
Avg. Score:4.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: binary_runner at rocketmail dot com Assigned:
Status: Wont fix Package: Sybase-ct (ctlib) related
PHP Version: 3.0.16 OS: Linux 2.2.15
Private report: No CVE-ID: None
View Add Comment Developer Edit
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 — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
24 - 18 = ?
Subscribe to this entry?

 
 [2000-05-17 00:32 UTC] binary_runner at rocketmail dot com
$field = sybase_fetch_field($this->result,$column_index);                                                        
$table_name = $field->column_source; 
$column_name =  $field->name;      

- this code sets all attributes of object $field, except column_source
    which is empty 

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-03-31 16:13 UTC] php-bugs at lists dot php dot net
We are sorry, but we do not support PHP 3 related problems anymore.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 01:01:30 2024 UTC