ID: 8357
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old-Status: Duplicate
Status: Closed
Bug Type: Compile Failure
Operating system: 
PHP Version: 4.0.4
Assigned To: 
Comments:

fixed -> closed


Previous Comments:
---------------------------------------------------------------------------

[2000-12-28 14:21:37] [EMAIL PROTECTED]
Duplicate of bug #5526

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

[2000-12-21 14:44:50] [EMAIL PROTECTED]
According to the user, SDWORD works as well.  There currently are hooks in to allow 
this change (follow the #define SOLID series).  

Currently awaiting a response from Openlink before commiting any change though...  
This message is mainly to document conversations between myself and the bug submitter.

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

[2000-12-21 11:47:33] [EMAIL PROTECTED]
./configure --with-openlink=/usr/local/openlink
make

php_odbc.c: In function `odbc_column_lengths':
php_odbc.c:622: `SQLINTEGER' undeclared (first use in this function)
php_odbc.c:622: (Each undeclared identifier is reported only once
php_odbc.c:622: for each function it appears in.)
php_odbc.c:622: parse error before `len'
php_odbc.c:651: `len' undeclared (first use in this function)

resolution:

change to SQLINTEGER to SQLSMALLINT in php_odbc.c

This is probably a better more compatible way of handling this fix, but that works for 
me.  This problem has been around since at least PHP 4.0.2, but not PHP 3.

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



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=8357&edit=2


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to