Page 1 of 1

mysqli for php4.3.11???

Posted: Sun Apr 30, 2006 2:08 pm
by monloi
hi,

im using php4.3.11 and mysql 5.0.20a...i want to access some of mysql5's functions...and they sed i can get it from mysqli library...but the problem is i cant find or download the mysqli library...

can someone give me a link to that library...

thanx,
mon

Posted: Sun Apr 30, 2006 3:04 pm
by Christopher
You need to compile PHP with "--with-mysqli=mysql_config_path/mysql_config". Check with phpinfo() to see if it is installed.

Re: mysqli for php4.3.11???

Posted: Sun Apr 30, 2006 4:49 pm
by Zythan
Hello,

Here is the link I think you would like:

http://dev.mysql.com/downloads/connector/php/

HTH

Zythan

Posted: Sun Apr 30, 2006 8:02 pm
by RobertGonzalez
I thought mysqli was a PHP5 thing (because of it's object oriented nature). Can it be used in PHP4?

Posted: Sun Apr 30, 2006 11:58 pm
by monloi
arborint wrote:You need to compile PHP with "--with-mysqli=mysql_config_path/mysql_config". Check with phpinfo() to see if it is installed.
i forgot to tell u..im using windows...

Posted: Mon May 01, 2006 2:01 am
by dibyendrah
If I'm not wrong, mysqli is supported only by php5 .

:wink:
Dibyendra

Posted: Mon May 01, 2006 8:21 am
by RobertGonzalez
Funny things happen when you read the manual :D . Mysqli can be used by PHP 4.1.3 and up. Check out the manual for what to do to get mysqli working with your PHP.