Hello
I have winXP Pro and run Apache/1.3.27 (Win32) PHP/4.4.0
I've installed MySQL 4.0.26-nt but when I do phpinfo() it gives me that PHP sees MySQL 3.23.49 Client API version. Is there a way to make it see MySQL 4.x.xx?
I've read that in linux you can recompile PHP with the 4.x.xx MySQL driver. Is there a solution for Windows? (I do not wish to switch to php5)
thanks
MySQL Client API version 4.0.25 in PHP
Moderator: General Moderators
MySQL Client API version 4.0.25 in PHP
Last edited by stgma on Wed Nov 02, 2005 12:21 am, edited 1 time in total.
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
That client API is the standard API that packs with PHP. When you are looking at the mysql functions to use you might want to look at using mysqli functions. This requires that your PHP version supports or contains the MySQLi library (not the same as the API).
Browse the PHP manual for more information on MySQLi or MySQL functions.
Browse the PHP manual for more information on MySQLi or MySQL functions.