Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

Talk:Compiling FreeTDS under Windows: Difference between revisions

From MoodleDocs
No edit summary
 
Line 12: Line 12:
Hello,
Hello,


I try compile freetds with PHP 5.3.3 && VC6.
You can also compile php_pdo_dblib if rename dblib.lib to sybdb.lib.
php_dblib.dll compiled successfully, but I need php_pdo_dblib.dll
The only problem, why then we get FreeTDS version 0.65?
 
I couldn't compile php_pdo_dblib because sybdb.lib is missing.
How I can get sybdb.lib?

Latest revision as of 17:24, 21 October 2010

Brilliant article, i finally managed to get 0.8.2 to build!

Requirements

Can you provide download urls for items 2 and 3 in the requirements section (FreeTDS 0.84 and PHP source files)?

--Luis de Vasconcelos 13:33, 26 February 2009 (CST)

Done. Good suggestion. Thanks! Eloy Lafuente (stronk7) 16:30, 26 February 2009 (CST)

How compile pdo_dblib?

Hello,

You can also compile php_pdo_dblib if rename dblib.lib to sybdb.lib. The only problem, why then we get FreeTDS version 0.65?