logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: tying into mysql's latest API header version?
Author
asinsh



Joined: 10 Dec 2005
Posts: 24

PostPosted: Sat 10 Mar '07 21:58    Post subject: tying into mysql's latest API header version? Reply with quote

I'm not sure if this is an apache question, a mysql question or a php question. I just upgraded to apache 2.2.4 (using the regular apache_2.2.4-win32-x86-no_ssl.msi that appears on the apache site). When I run php_info() I get this:

Code:
Client API library version    5.0.37
Client API header version    5.0.22


Any hint on how I get the system to recognize Client API header version 5.0.37?

(I am running php 5.2.1 and mysql 5.0.37 and I did copy libmySQL.dll from the mysql 5.0.37 to my php directory.)
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7298
Location: Germany, Next to Hamburg

PostPosted: Wed 03 Oct '07 12:25    Post subject: Reply with quote

Copy libmySQL.dll from mysql\bin into apache\bin or load it into httpd.conf

LoadFile C:/server2/mysql/bin/libmySQL.dll

before loading php module
Back to top


Reply to topic   Topic: tying into mysql's latest API header version? View previous topic :: View next topic
Post new topic   Forum Index -> Apache