php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #48459 unixODBC
Submitted: 2009-06-03 11:13 UTC Modified: 2013-02-18 00:33 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:0 (0.0%)
From: bbenbouzid at lear dot com Assigned:
Status: No Feedback Package: ODBC related
PHP Version: 5.2.9 OS: AIX 5.2
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:
15 + 15 = ?
Subscribe to this entry?

 
 [2009-06-03 11:13 UTC] bbenbouzid at lear dot com
Description:
------------
Hello,

I am trying to built unixODBC with PHP to be able to connect to progress Database. But this process failed with the follwoing error message:
#./configure  --with-unixODBC=/usr/local/unixODBC
# make
....
....
-I/usr/include -g -O2  -c /ssc-ams/PHP/php-5.2.9/ext/odbc/php_odbc.c -o ext/odbc/php_odbc.lo
In file included from /usr/local/unixODBC/include/sql.h:19,
                 from /ssc-ams/PHP/php-5.2.9/ext/odbc/php_odbc_includes.h:118,
                 from /ssc-ams/PHP/php-5.2.9/ext/odbc/php_odbc.c:37:
/usr/local/unixODBC/include/sqltypes.h:177:1: warning: "SQLLEN" redefined
In file included from /ssc-ams/PHP/php-5.2.9/ext/odbc/php_odbc.c:36:
/ssc-ams/PHP/php-5.2.9/ext/odbc/php_odbc.h:34:1: warning: this is the location of the previous definition
/ssc-ams/PHP/php-5.2.9/ext/odbc/php_odbc.c: In function 'zif_odbc_execute':
/ssc-ams/PHP/php-5.2.9/ext/odbc/php_odbc.c:993: warning: useless type name in empty declaration
/ssc-ams/PHP/php-5.2.9/ext/odbc/php_odbc.c:993: error: 'precision' undeclared (first use in this function)
/ssc-ams/PHP/php-5.2.9/ext/odbc/php_odbc.c:993: error: (Each undeclared identifier is reported only once
/ssc-ams/PHP/php-5.2.9/ext/odbc/php_odbc.c:993: error: for each function it appears in.)
/ssc-ams/PHP/php-5.2.9/ext/odbc/php_odbc.c: In function 'zif_odbc_fetch_into':
/ssc-ams/PHP/php-5.2.9/ext/odbc/php_odbc.c:1568: warning: useless type name in empty declaration
/ssc-ams/PHP/php-5.2.9/ext/odbc/php_odbc.c:1568: error: 'crow' undeclared (first use in this function)
/ssc-ams/PHP/php-5.2.9/ext/odbc/php_odbc.c: In function 'zif_odbc_fetch_row':
/ssc-ams/PHP/php-5.2.9/ext/odbc/php_odbc.c:1725: warning: useless type name in empty declaration
/ssc-ams/PHP/php-5.2.9/ext/odbc/php_odbc.c:1725: error: 'crow' undeclared (first use in this function)
/ssc-ams/PHP/php-5.2.9/ext/odbc/php_odbc.c: In function 'zif_odbc_result':
/ssc-ams/PHP/php-5.2.9/ext/odbc/php_odbc.c:1789: warning: useless type name in empty declaration
/ssc-ams/PHP/php-5.2.9/ext/odbc/php_odbc.c:1789: error: 'crow' undeclared (first use in this function)
/ssc-ams/PHP/php-5.2.9/ext/odbc/php_odbc.c: In function 'zif_odbc_result_all':
/ssc-ams/PHP/php-5.2.9/ext/odbc/php_odbc.c:1960: warning: useless type name in empty declaration
/ssc-ams/PHP/php-5.2.9/ext/odbc/php_odbc.c:1960: error: 'crow' undeclared (first use in this function)
make: 1254-004 The error code from the last command is 1.


Stop.

Please help.

Thanks in advance.

Belkacem


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-06-19 00:23 UTC] lucianom at gmail dot com
I have the same problem.

libtool: link: warning: library 
`/usr/local/mysql5/lib/libmysqlclient_r.la' was moved.
libtool: link: warning: library `/usr/local/mysql5/lib/libz.la' was 
moved.
/bin/sh /usr/src/php/php-5.2.9/libtool --silent --preserve-dup-deps --
mode=compile gcc -I/usr/dlc/odbc/include -Iext/odbc/ -
I/usr/src/php/php-5.2.9/ext/odbc/ -DPHP_ATOM_INC -I/usr/src/php/php-
5.2.9/include -I/usr/src/php/php-5.2.9/main -I/usr/src/php/php-5.2.9 -
I/usr/include/libxml2 -I/usr/src/php/php-5.2.9/ext/date/lib -
I/usr/include/c-client -I/usr/src/php/php-5.2.9/ext/mbstring/oniguruma 
-I/usr/src/php/php-5.2.9/ext/mbstring/libmbfl -I/usr/src/php/php-
5.2.9/ext/mbstring/libmbfl/mbfl -I/usr/local/mysql5/include -
I/usr/src/php/php-5.2.9/TSRM -I/usr/src/php/php-5.2.9/Zend  -
D_REENTRANT  -I/usr/include -I/usr/dlc/odbc/include -
L/usr/dlc/odbc/lib -lodbc -DZTS  -prefer-non-pic -c /usr/src/php/php-
5.2.9/ext/odbc/php_odbc.c -o ext/odbc/php_odbc.lo 
In file included from /usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:37:
/usr/src/php/php-5.2.9/ext/odbc/php_odbc_includes.h:226: error: 
expected specifier-qualifier-list before 'SQLHANDLE'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc_includes.h:242: error: 
expected specifier-qualifier-list before 'SQLHANDLE'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc_includes.h:285: error: 
expected declaration specifiers or '...' before 'SQLHANDLE'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c: In function 
'_free_odbc_result':
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:172: error: 'odbc_result' 
has no member named 'values'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:173: error: 'odbc_result' 
has no member named 'numcols'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:174: error: 'odbc_result' 
has no member named 'values'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:175: error: 'odbc_result' 
has no member named 'values'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:177: error: 'odbc_result' 
has no member named 'values'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:178: error: 'odbc_result' 
has no member named 'values'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:180: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:185: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c: In function 
'safe_odbc_disconnect':
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:203: warning: passing 
argument 1 of 'SQLDisconnect' makes integer from pointer without a 
cast
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:206: warning: passing 
argument 1 of 'SQLTransact' makes integer from pointer without a cast
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:206: warning: passing 
argument 2 of 'SQLTransact' makes integer from pointer without a cast
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:207: warning: passing 
argument 1 of 'SQLDisconnect' makes integer from pointer without a 
cast
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c: In function 
'_close_odbc_conn':
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:227: error: 'odbc_result' 
has no member named 'conn_ptr'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:233: error: 
'odbc_connection' has no member named 'hdbc'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:234: error: 
'odbc_connection' has no member named 'hdbc'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:235: error: 
'odbc_connection' has no member named 'henv'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c: In function 
'_close_odbc_pconn':
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:255: error: 'odbc_result' 
has no member named 'conn_ptr'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:261: error: 
'odbc_connection' has no member named 'hdbc'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:262: error: 
'odbc_connection' has no member named 'hdbc'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:263: error: 
'odbc_connection' has no member named 'henv'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c: At top level:
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:611: error: expected 
declaration specifiers or '...' before 'SQLHANDLE'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c: In function 
'odbc_sql_error':
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:618: error: 'SQLHANDLE' 
undeclared (first use in this function)
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:618: error: (Each 
undeclared identifier is reported only once
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:618: error: for each 
function it appears in.)
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:618: error: expected ';' 
before 'henv'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:619: error: expected ';' 
before 'conn'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:623: error: 'henv' 
undeclared (first use in this function)
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:623: error: 
'odbc_connection' has no member named 'henv'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:624: error: 'conn' 
undeclared (first use in this function)
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:624: error: 
'odbc_connection' has no member named 'hdbc'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:635: error: 'stmt' 
undeclared (first use in this function)
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:641: error: 
'odbc_connection' has no member named 'laststate'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:642: error: 
'odbc_connection' has no member named 'lasterrormsg'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c: In function 
'php_odbc_fetch_attribs':
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:672: error: 'odbc_result' 
has no member named 'longreadlen'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:674: error: 'odbc_result' 
has no member named 'binmode'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c: In function 
'odbc_bindcols':
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:693: error: 'odbc_result' 
has no member named 'values'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:693: error: 'odbc_result' 
has no member named 'numcols'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:695: error: 'odbc_result' 
has no member named 'longreadlen'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:696: error: 'odbc_result' 
has no member named 'binmode'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:698: error: 'odbc_result' 
has no member named 'numcols'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:699: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:700: error: 'odbc_result' 
has no member named 'values'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:700: error: 'odbc_result' 
has no member named 'values'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:701: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:702: error: 'odbc_result' 
has no member named 'values'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:708: error: 'odbc_result' 
has no member named 'values'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:713: error: 'odbc_result' 
has no member named 'values'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:724: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:726: error: 'odbc_result' 
has no member named 'longreadlen'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:727: error: 'odbc_result' 
has no member named 'longreadlen'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:728: error: 'odbc_result' 
has no member named 'values'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:729: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:729: error: 'odbc_result' 
has no member named 'values'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:730: error: 'odbc_result' 
has no member named 'values'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c: In function 
'odbc_transact':
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:751: error: 
'odbc_connection' has no member named 'henv'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:751: error: 
'odbc_connection' has no member named 'hdbc'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:753: error: too many 
arguments to function 'odbc_sql_error'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c: In function 
'_close_pconn_with_id':
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:764: error: 
'odbc_connection' has no member named 'id'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c: In function 
'odbc_column_lengths':
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:797: error: 'odbc_result' 
has no member named 'numcols'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:802: error: 'odbc_result' 
has no member named 'numcols'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:812: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c: In function 
'zif_odbc_prepare':
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:904: error: 'odbc_result' 
has no member named 'numparams'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:906: error: 
'odbc_connection' has no member named 'hdbc'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:906: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:914: error: too many 
arguments to function 'odbc_sql_error'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:922: error: 
'odbc_connection' has no member named 'hdbc'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:924: error: 'odbc_result' 
has no member named 'fetch_abs'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:929: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:930: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:930: error: too many 
arguments to function 'odbc_sql_error'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:931: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:937: error: 'odbc_result' 
has no member named 'fetch_abs'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:941: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:946: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:946: error: too many 
arguments to function 'odbc_sql_error'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:949: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:949: error: too many 
arguments to function 'odbc_sql_error'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:953: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:953: error: 'odbc_result' 
has no member named 'numparams'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:954: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:954: error: 'odbc_result' 
has no member named 'numcols'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:956: error: 'odbc_result' 
has no member named 'numcols'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:962: error: 'odbc_result' 
has no member named 'values'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:964: error: 
'odbc_connection' has no member named 'id'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:965: error: 'odbc_result' 
has no member named 'conn_ptr'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:966: error: 'odbc_result' 
has no member named 'fetched'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c: In function 
'zif_odbc_execute':
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1015: error: 'odbc_result' 
has no member named 'numparams'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1020: error: 'odbc_result' 
has no member named 'numparams'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1021: error: 'odbc_result' 
has no member named 'numparams'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1022: error: 'odbc_result' 
has no member named 'numparams'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1027: error: 'odbc_result' 
has no member named 'numparams'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1029: error: 'odbc_result' 
has no member named 'numparams'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1032: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1041: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1046: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1078: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1079: error: 'odbc_result' 
has no member named 'numparams'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1093: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1105: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1114: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1117: error: 'odbc_result' 
has no member named 'conn_ptr'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1117: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1117: error: too many 
arguments to function 'odbc_sql_error'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1120: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1122: error: 'odbc_result' 
has no member named 'fetched'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1127: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1130: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1139: error: 'odbc_result' 
has no member named 'conn_ptr'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1139: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1139: error: too many 
arguments to function 'odbc_sql_error'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1142: error: 'odbc_result' 
has no member named 'conn_ptr'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1142: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1142: error: too many 
arguments to function 'odbc_sql_error'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1147: error: 'odbc_result' 
has no member named 'numparams'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1148: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1149: error: 'odbc_result' 
has no member named 'numparams'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1160: error: 'odbc_result' 
has no member named 'numcols'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1161: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1161: error: 'odbc_result' 
has no member named 'numcols'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1163: error: 'odbc_result' 
has no member named 'numcols'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1169: error: 'odbc_result' 
has no member named 'values'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c: In function 
'zif_odbc_cursor':
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1192: error: 'odbc_result' 
has no member named 'conn_ptr'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1200: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1207: error: 'odbc_result' 
has no member named 'conn_ptr'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1207: error: 'odbc_result' 
has no member named 'conn_ptr'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1208: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1211: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1212: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1213: error: 'odbc_result' 
has no member named 'conn_ptr'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1213: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1213: error: too many 
arguments to function 'odbc_sql_error'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c: In function 
'zif_odbc_data_source':
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1266: error: 
'odbc_connection' has no member named 'henv'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1277: error: too many 
arguments to function 'odbc_sql_error'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c: In function 
'zif_odbc_exec':
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1327: error: 
'odbc_connection' has no member named 'hdbc'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1327: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1335: error: too many 
arguments to function 'odbc_sql_error'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1343: error: 
'odbc_connection' has no member named 'hdbc'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1345: error: 'odbc_result' 
has no member named 'fetch_abs'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1350: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1351: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1351: error: too many 
arguments to function 'odbc_sql_error'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1352: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1358: error: 'odbc_result' 
has no member named 'fetch_abs'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1362: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1367: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1367: error: too many 
arguments to function 'odbc_sql_error'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1368: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1373: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1373: error: 'odbc_result' 
has no member named 'numcols'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1376: error: 'odbc_result' 
has no member named 'numcols'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1382: error: 'odbc_result' 
has no member named 'values'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1384: error: 
'odbc_connection' has no member named 'id'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1385: error: 'odbc_result' 
has no member named 'conn_ptr'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1386: error: 'odbc_result' 
has no member named 'fetched'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c: In function 
'php_odbc_fetch_hash':
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1436: error: 'odbc_result' 
has no member named 'numcols'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1442: error: 'odbc_result' 
has no member named 'fetch_abs'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1444: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1446: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1449: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1458: error: 'odbc_result' 
has no member named 'fetch_abs'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1459: error: 'odbc_result' 
has no member named 'fetched'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1462: error: 'odbc_result' 
has no member named 'fetched'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1464: error: 'odbc_result' 
has no member named 'numcols'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1470: error: 'odbc_result' 
has no member named 'values'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1474: error: 'odbc_result' 
has no member named 'binmode'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1478: error: 'odbc_result' 
has no member named 'binmode'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1480: error: 'odbc_result' 
has no member named 'values'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1480: error: 'odbc_result' 
has no member named 'values'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1480: error: 'odbc_result' 
has no member named 'longreadlen'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1484: error: 'odbc_result' 
has no member named 'longreadlen'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1485: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1486: error: 'odbc_result' 
has no member named 'longreadlen'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1486: error: 'odbc_result' 
has no member named 'values'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1489: error: 'odbc_result' 
has no member named 'conn_ptr'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1489: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1489: error: too many 
arguments to function 'odbc_sql_error'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1495: error: 'odbc_result' 
has no member named 'longreadlen'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1496: error: 'odbc_result' 
has no member named 'values'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1500: error: 'odbc_result' 
has no member named 'values'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1506: error: 'odbc_result' 
has no member named 'values'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1510: error: 'odbc_result' 
has no member named 'values'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1511: error: 'odbc_result' 
has no member named 'values'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1518: error: 'odbc_result' 
has no member named 'values'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1522: error: 'odbc_result' 
has no member named 'values'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1522: error: 'odbc_result' 
has no member named 'values'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c: In function 
'zif_odbc_fetch_into':
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1593: error: 'odbc_result' 
has no member named 'numcols'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1603: error: 'odbc_result' 
has no member named 'fetch_abs'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1605: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1607: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1610: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1616: error: 'odbc_result' 
has no member named 'fetch_abs'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1617: error: 'odbc_result' 
has no member named 'fetched'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1620: error: 'odbc_result' 
has no member named 'fetched'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1622: error: 'odbc_result' 
has no member named 'numcols'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1629: error: 'odbc_result' 
has no member named 'values'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1633: error: 'odbc_result' 
has no member named 'binmode'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1637: error: 'odbc_result' 
has no member named 'binmode'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1639: error: 'odbc_result' 
has no member named 'values'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1639: error: 'odbc_result' 
has no member named 'values'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1639: error: 'odbc_result' 
has no member named 'longreadlen'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1644: error: 'odbc_result' 
has no member named 'longreadlen'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1645: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1646: error: 'odbc_result' 
has no member named 'longreadlen'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1646: error: 'odbc_result' 
has no member named 'values'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1649: error: 'odbc_result' 
has no member named 'conn_ptr'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1649: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1649: error: too many 
arguments to function 'odbc_sql_error'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1654: error: 'odbc_result' 
has no member named 'longreadlen'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1655: error: 'odbc_result' 
has no member named 'values'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1659: error: 'odbc_result' 
has no member named 'values'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1665: error: 'odbc_result' 
has no member named 'values'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1669: error: 'odbc_result' 
has no member named 'values'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1670: error: 'odbc_result' 
has no member named 'values'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1676: error: 'odbc_result' 
has no member named 'numcols'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c: In function 
'zif_odbc_fetch_row':
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1743: error: 'odbc_result' 
has no member named 'numcols'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1749: error: 'odbc_result' 
has no member named 'fetch_abs'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1751: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1753: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1756: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1763: error: 'odbc_result' 
has no member named 'fetched'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1765: error: 'odbc_result' 
has no member named 'fetched'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c: In function 
'zif_odbc_result':
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1805: error: 'odbc_result' 
has no member named 'numcols'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1812: error: 'odbc_result' 
has no member named 'values'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1817: error: 'odbc_result' 
has no member named 'numcols'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1818: error: 'odbc_result' 
has no member named 'values'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1830: error: 'odbc_result' 
has no member named 'numcols'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1836: error: 'odbc_result' 
has no member named 'fetched'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1839: error: 'odbc_result' 
has no member named 'fetch_abs'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1840: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1843: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1848: error: 'odbc_result' 
has no member named 'fetched'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1851: error: 'odbc_result' 
has no member named 'values'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1855: error: 'odbc_result' 
has no member named 'binmode'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1856: error: 'odbc_result' 
has no member named 'binmode'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1858: error: 'odbc_result' 
has no member named 'values'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1858: error: 'odbc_result' 
has no member named 'values'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1859: error: 'odbc_result' 
has no member named 'longreadlen'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1862: error: 'odbc_result' 
has no member named 'longreadlen'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1864: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1870: error: 'odbc_result' 
has no member named 'longreadlen'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1870: error: 'odbc_result' 
has no member named 'longreadlen'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1876: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1877: error: 'odbc_result' 
has no member named 'values'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1880: error: 'odbc_result' 
has no member named 'conn_ptr'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1880: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1880: error: too many 
arguments to function 'odbc_sql_error'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1885: error: 'odbc_result' 
has no member named 'values'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1894: error: 'odbc_result' 
has no member named 'values'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1898: error: 'odbc_result' 
has no member named 'values'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1903: error: 'odbc_result' 
has no member named 'values'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1906: error: 'odbc_result' 
has no member named 'values'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1906: error: 'odbc_result' 
has no member named 'values'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1919: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1920: error: 'odbc_result' 
has no member named 'values'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1923: error: 'odbc_result' 
has no member named 'conn_ptr'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1923: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1923: error: too many 
arguments to function 'odbc_sql_error'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1928: error: 'odbc_result' 
has no member named 'values'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1933: error: 'odbc_result' 
has no member named 'values'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c: In function 
'zif_odbc_result_all':
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1971: error: 'odbc_result' 
has no member named 'numcols'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1976: error: 'odbc_result' 
has no member named 'fetch_abs'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1977: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1980: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1995: error: 'odbc_result' 
has no member named 'numcols'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:1996: error: 'odbc_result' 
has no member named 'values'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2001: error: 'odbc_result' 
has no member named 'fetched'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2003: error: 'odbc_result' 
has no member named 'numcols'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2005: error: 'odbc_result' 
has no member named 'values'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2009: error: 'odbc_result' 
has no member named 'binmode'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2013: error: 'odbc_result' 
has no member named 'binmode'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2015: error: 'odbc_result' 
has no member named 'values'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2015: error: 'odbc_result' 
has no member named 'values'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2016: error: 'odbc_result' 
has no member named 'longreadlen'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2021: error: 'odbc_result' 
has no member named 'longreadlen'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2023: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2024: error: 'odbc_result' 
has no member named 'longreadlen'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2024: error: 'odbc_result' 
has no member named 'values'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2029: error: 'odbc_result' 
has no member named 'conn_ptr'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2029: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2029: error: too many 
arguments to function 'odbc_sql_error'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2035: error: 'odbc_result' 
has no member named 'longreadlen'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2036: error: 'odbc_result' 
has no member named 'values'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2040: error: 'odbc_result' 
has no member named 'values'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2045: error: 'odbc_result' 
has no member named 'values'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2048: error: 'odbc_result' 
has no member named 'values'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2056: error: 'odbc_result' 
has no member named 'fetch_abs'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2057: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2060: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2064: error: 'odbc_result' 
has no member named 'fetched'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c: In function 
'zif_odbc_free_result':
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2081: error: 'odbc_result' 
has no member named 'values'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2082: error: 'odbc_result' 
has no member named 'numcols'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2083: error: 'odbc_result' 
has no member named 'values'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2084: error: 'odbc_result' 
has no member named 'values'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2087: error: 'odbc_result' 
has no member named 'values'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2088: error: 'odbc_result' 
has no member named 'values'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c: In function 
'odbc_sqlconnect':
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2119: error: 
'odbc_connection' has no member named 'persistent'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2120: error: 
'odbc_connection' has no member named 'henv'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2121: error: 
'odbc_connection' has no member named 'henv'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2121: error: 
'odbc_connection' has no member named 'hdbc'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2179: error: 
'odbc_connection' has no member named 'hdbc'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2181: error: too many 
arguments to function 'odbc_sql_error'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2182: error: 
'odbc_connection' has no member named 'hdbc'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2211: error: 
'odbc_connection' has no member named 'hdbc'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2214: error: 
'odbc_connection' has no member named 'hdbc'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2227: error: too many 
arguments to function 'odbc_sql_error'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2228: error: 
'odbc_connection' has no member named 'hdbc'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c: In function 
'odbc_do_connect':
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2349: error: 
'odbc_connection' has no member named 'id'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2367: error: 
'odbc_connection' has no member named 'hdbc'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2384: error: 
'odbc_connection' has no member named 'id'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2417: error: 
'odbc_connection' has no member named 'id'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c: In function 
'zif_odbc_close':
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2461: error: 'odbc_result' 
has no member named 'conn_ptr'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c: In function 
'zif_odbc_num_rows':
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2488: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c: In function 
'zif_odbc_next_result':
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2507: error: 'odbc_result' 
has no member named 'values'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2508: error: 'odbc_result' 
has no member named 'numcols'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2509: error: 'odbc_result' 
has no member named 'values'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2510: error: 'odbc_result' 
has no member named 'values'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2512: error: 'odbc_result' 
has no member named 'values'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2513: error: 'odbc_result' 
has no member named 'values'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2516: error: 'odbc_result' 
has no member named 'fetched'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2517: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2519: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2520: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2520: error: 'odbc_result' 
has no member named 'numparams'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2521: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2521: error: 'odbc_result' 
has no member named 'numcols'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2523: error: 'odbc_result' 
has no member named 'numcols'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2529: error: 'odbc_result' 
has no member named 'values'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2535: error: 'odbc_result' 
has no member named 'conn_ptr'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2535: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2535: error: too many 
arguments to function 'odbc_sql_error'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c: In function 
'zif_odbc_num_fields':
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2553: error: 'odbc_result' 
has no member named 'numcols'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c: In function 
'zif_odbc_field_name':
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2572: error: 'odbc_result' 
has no member named 'numcols'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2577: error: 'odbc_result' 
has no member named 'numcols'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2587: error: 'odbc_result' 
has no member named 'values'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c: In function 
'zif_odbc_field_type':
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2608: error: 'odbc_result' 
has no member named 'numcols'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2613: error: 'odbc_result' 
has no member named 'numcols'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2623: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c: In function 
'zif_odbc_field_num':
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2661: error: 'odbc_result' 
has no member named 'numcols'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2670: error: 'odbc_result' 
has no member named 'numcols'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2671: error: 'odbc_result' 
has no member named 'values'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c: In function 
'zif_odbc_autocommit':
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2708: error: 
'odbc_connection' has no member named 'hdbc'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2712: error: too many 
arguments to function 'odbc_sql_error'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2719: error: 
'odbc_connection' has no member named 'hdbc'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2721: error: too many 
arguments to function 'odbc_sql_error'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c: In function 
'php_odbc_lasterror':
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2769: error: 
'odbc_connection' has no member named 'laststate'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2771: error: 
'odbc_connection' has no member named 'lasterrormsg'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c: In function 
'zif_odbc_setoption':
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2827: error: 
'odbc_connection' has no member named 'persistent'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2831: error: 
'odbc_connection' has no member named 'hdbc'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2833: error: too many 
arguments to function 'odbc_sql_error'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2840: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2843: error: 'odbc_result' 
has no member named 'conn_ptr'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2843: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2843: error: too many 
arguments to function 'odbc_sql_error'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c: In function 
'zif_odbc_tables':
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2895: error: 
'odbc_connection' has no member named 'hdbc'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2895: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2903: error: too many 
arguments to function 'odbc_sql_error'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2911: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2918: error: too many 
arguments to function 'odbc_sql_error'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2923: error: 'odbc_result' 
has no member named 'numparams'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2924: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2924: error: 'odbc_result' 
has no member named 'numcols'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2926: error: 'odbc_result' 
has no member named 'numcols'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2932: error: 'odbc_result' 
has no member named 'values'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2934: error: 'odbc_result' 
has no member named 'conn_ptr'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2935: error: 'odbc_result' 
has no member named 'fetched'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c: In function 
'zif_odbc_columns':
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2979: error: 
'odbc_connection' has no member named 'hdbc'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2979: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2987: error: too many 
arguments to function 'odbc_sql_error'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:2997: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3004: error: too many 
arguments to function 'odbc_sql_error'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3009: error: 'odbc_result' 
has no member named 'numparams'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3010: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3010: error: 'odbc_result' 
has no member named 'numcols'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3012: error: 'odbc_result' 
has no member named 'numcols'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3018: error: 'odbc_result' 
has no member named 'values'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3020: error: 'odbc_result' 
has no member named 'conn_ptr'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3021: error: 'odbc_result' 
has no member named 'fetched'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c: In function 
'zif_odbc_columnprivileges':
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3059: error: 
'odbc_connection' has no member named 'hdbc'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3059: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3067: error: too many 
arguments to function 'odbc_sql_error'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3072: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3079: error: too many 
arguments to function 'odbc_sql_error'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3084: error: 'odbc_result' 
has no member named 'numparams'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3085: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3085: error: 'odbc_result' 
has no member named 'numcols'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3087: error: 'odbc_result' 
has no member named 'numcols'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3093: error: 'odbc_result' 
has no member named 'values'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3095: error: 'odbc_result' 
has no member named 'conn_ptr'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3096: error: 'odbc_result' 
has no member named 'fetched'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c: In function 
'zif_odbc_foreignkeys':
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3153: error: 
'odbc_connection' has no member named 'hdbc'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3153: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3161: error: too many 
arguments to function 'odbc_sql_error'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3166: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3175: error: too many 
arguments to function 'odbc_sql_error'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3180: error: 'odbc_result' 
has no member named 'numparams'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3181: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3181: error: 'odbc_result' 
has no member named 'numcols'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3183: error: 'odbc_result' 
has no member named 'numcols'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3189: error: 'odbc_result' 
has no member named 'values'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3191: error: 'odbc_result' 
has no member named 'conn_ptr'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3192: error: 'odbc_result' 
has no member named 'fetched'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c: In function 
'zif_odbc_gettypeinfo':
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3228: error: 
'odbc_connection' has no member named 'hdbc'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3228: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3236: error: too many 
arguments to function 'odbc_sql_error'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3241: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3244: error: too many 
arguments to function 'odbc_sql_error'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3249: error: 'odbc_result' 
has no member named 'numparams'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3250: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3250: error: 'odbc_result' 
has no member named 'numcols'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3252: error: 'odbc_result' 
has no member named 'numcols'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3258: error: 'odbc_result' 
has no member named 'values'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3260: error: 'odbc_result' 
has no member named 'conn_ptr'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3261: error: 'odbc_result' 
has no member named 'fetched'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c: In function 
'zif_odbc_primarykeys':
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3296: error: 
'odbc_connection' has no member named 'hdbc'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3296: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3304: error: too many 
arguments to function 'odbc_sql_error'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3309: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3315: error: too many 
arguments to function 'odbc_sql_error'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3320: error: 'odbc_result' 
has no member named 'numparams'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3321: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3321: error: 'odbc_result' 
has no member named 'numcols'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3323: error: 'odbc_result' 
has no member named 'numcols'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3329: error: 'odbc_result' 
has no member named 'values'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3331: error: 'odbc_result' 
has no member named 'conn_ptr'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3332: error: 'odbc_result' 
has no member named 'fetched'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c: In function 
'zif_odbc_procedurecolumns':
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3374: error: 
'odbc_connection' has no member named 'hdbc'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3374: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3382: error: too many 
arguments to function 'odbc_sql_error'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3387: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3394: error: too many 
arguments to function 'odbc_sql_error'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3399: error: 'odbc_result' 
has no member named 'numparams'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3400: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3400: error: 'odbc_result' 
has no member named 'numcols'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3402: error: 'odbc_result' 
has no member named 'numcols'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3408: error: 'odbc_result' 
has no member named 'values'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3410: error: 'odbc_result' 
has no member named 'conn_ptr'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3411: error: 'odbc_result' 
has no member named 'fetched'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c: In function 
'zif_odbc_procedures':
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3452: error: 
'odbc_connection' has no member named 'hdbc'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3452: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3460: error: too many 
arguments to function 'odbc_sql_error'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3465: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3471: error: too many 
arguments to function 'odbc_sql_error'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3476: error: 'odbc_result' 
has no member named 'numparams'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3477: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3477: error: 'odbc_result' 
has no member named 'numcols'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3479: error: 'odbc_result' 
has no member named 'numcols'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3485: error: 'odbc_result' 
has no member named 'values'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3487: error: 'odbc_result' 
has no member named 'conn_ptr'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3488: error: 'odbc_result' 
has no member named 'fetched'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c: In function 
'zif_odbc_specialcolumns':
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3534: error: 
'odbc_connection' has no member named 'hdbc'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3534: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3542: error: too many 
arguments to function 'odbc_sql_error'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3547: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3556: error: too many 
arguments to function 'odbc_sql_error'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3561: error: 'odbc_result' 
has no member named 'numparams'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3562: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3562: error: 'odbc_result' 
has no member named 'numcols'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3564: error: 'odbc_result' 
has no member named 'numcols'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3570: error: 'odbc_result' 
has no member named 'values'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3572: error: 'odbc_result' 
has no member named 'conn_ptr'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3573: error: 'odbc_result' 
has no member named 'fetched'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c: In function 
'zif_odbc_statistics':
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3615: error: 
'odbc_connection' has no member named 'hdbc'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3615: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3623: error: too many 
arguments to function 'odbc_sql_error'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3628: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3636: error: too many 
arguments to function 'odbc_sql_error'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3641: error: 'odbc_result' 
has no member named 'numparams'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3642: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3642: error: 'odbc_result' 
has no member named 'numcols'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3644: error: 'odbc_result' 
has no member named 'numcols'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3650: error: 'odbc_result' 
has no member named 'values'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3652: error: 'odbc_result' 
has no member named 'conn_ptr'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3653: error: 'odbc_result' 
has no member named 'fetched'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c: In function 
'zif_odbc_tableprivileges':
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3689: error: 
'odbc_connection' has no member named 'hdbc'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3689: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3697: error: too many 
arguments to function 'odbc_sql_error'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3702: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3708: error: too many 
arguments to function 'odbc_sql_error'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3713: error: 'odbc_result' 
has no member named 'numparams'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3714: error: 'odbc_result' 
has no member named 'stmt'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3714: error: 'odbc_result' 
has no member named 'numcols'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3716: error: 'odbc_result' 
has no member named 'numcols'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3722: error: 'odbc_result' 
has no member named 'values'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3724: error: 'odbc_result' 
has no member named 'conn_ptr'
/usr/src/php/php-5.2.9/ext/odbc/php_odbc.c:3725: error: 'odbc_result' 
has no member named 'fetched'
make: *** [ext/odbc/php_odbc.lo] Error 1
 [2010-10-12 01:05 UTC] felipe@php.net
-Status: Open +Status: Feedback
 [2010-10-12 01:05 UTC] felipe@php.net
Please try using this snapshot:

  http://snaps.php.net/php5.2-latest.tar.gz
 
For Windows:

  http://windows.php.net/snapshots/


 [2013-02-18 00:33 UTC] php-bugs at lists dot 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.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 07:01:31 2024 UTC