| 
 
 
 | 
| Keep Server Online 
 If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
 
 or
 
 
   
 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.
 |  | 
 | 
| | 
| | 
|  Topic: tying into mysql's latest API header version? |  |  
| Author |  |  
| asinsh 
 
 
 Joined: 10 Dec 2005
 Posts: 24
 
 
 | 
|  Posted: Sat 10 Mar '07 21:58    Post subject: tying into mysql's latest API header version? |   |  
| 
 |  
| 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: 7442
 Location: EU, Germany, Next to Hamburg
 
 | 
|  Posted: Wed 03 Oct '07 12:25    Post subject: |   |  
| 
 |  
| 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 |  |  
 
 | 
 |  | 
 |  |