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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: binary_runner at rocketmail dot com
New email:
PHP Version: OS:

 

 [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 20:01:29 2024 UTC