For Programmers: Free Programming Magazines  


Home > Archive > PHP Installation > February 2006 > --with-mysqli and --with-mysql









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author --with-mysqli and --with-mysql
JupiterHost.Net

2006-02-14, 6:59 pm

Howdy list,

http://us2.php.net/manual/en/ref.mysqli.php under "Installation" is says:
"If you would like to install the mysql extension along with the
mysqli extension you have to use the same client library to avoid any
conflicts."

So, assuming PHP5 and MySQL > 4.1.3:

These are the two ways to do both --with-mysql and --with-mysqli correct:

a) --with-mysql --with-mysqli=/path/to/mysql_config
b) --with-mysql=/usr --with-mysqli=/usr

If not, whats the proper way to do --with-mysqli with:

a) -with-mysql
b) --with-mysql=DIR

I asked php-db@lists.php.net but was met with crickets :)

TIA!
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com