ID:               21247
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
 Status:           Bogus
 Bug Type:         ODBC related
 Operating System: Windows 2000 Server
 PHP Version:      4.3.0
 New Comment:

The main page of PHP has a nice HOWTO on building PHP for windows.


What you'll need to edit are all in ext/odbc:

php_odbc.h:
remove lines 57 and 60.

php_odbc.c
remove lines 87 and 90
remove lines 1354 and 1511


If you can get it to work I'll move the support to MSSQL now too.


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

[2002-12-28 15:06:14] [EMAIL PROTECTED]

I would love to test it but I dont have the time to spend compiling
php.  I have never compiled php.  I am an avid programmer and am
competant in c, and c++.  If you have a quick guide to compiling php I
would love to try it.  

Which file?
Which compiler is preferred? I have Borland Command line 5.5


Thanks
Charles Killmer
BTW the odbc dsn is looking at an access database.

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

[2002-12-28 11:01:52] [EMAIL PROTECTED]

It's not really a bug.  The problem is odbc_fetch_object is (at this
time) only supported through the DBMAKER database.  I have insufficent
time and resources to test against all DBs and as such it is #defined
out.    

Theoretically it should work with your Win2k Server, and you can test
this by removing the #defines from the odbc_fetch_object call.  If it
works, I'd be more than happy to integrate the change into further
releases.  As it stands though I have no firm proof that it does. 



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

[2002-12-28 10:05:28] [EMAIL PROTECTED]

I am getting this error
PHP Fatal error:  Call to undefined function:  odbc_fetch_object()

The documentation says it is available in (PHP 4 >= 4.0.2)

This is the line of code
   $row = odbc_fetch_object($sql_result,$i);

Was this missed?

Charles Killmer

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


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

Reply via email to