Re: [Sqlrelay-discussion] Sqlrelay 0.39.4 + dropin mysql library + PHP 5.1.6 + MySQL 5.0.22
Brought to you by:
mused
|
From: Jani O. <jan...@pr...> - 2008-06-13 18:44:40
|
On Fri, Jun 13, 2008 at 01:36:12PM -0400, David Muse wrote: > > What would that option have been or where to look if one might want to > > search that possibility? Then these configure parameters must just mean > > that they are not builded into php binary itself > > '--with-mysql=shared,/usr' '--with-mysqli=shared,/usr/bin/mysql_config' > > but they still use own mysql code? > Hmm, those look like the correct parameters. I suspect using those > parameters will link against the libmysqlclient library, not against > PHP's code. Give them a try. What version of PHP are they in? In stock PHP in RHEL5/CentOS5 PHP Version => 5.1.6 And that was the version which I tested with dropin mysql library. > > And of course requests are easy to say and the coding is a big job > > but PDO or MDB2 driver for sqlrelay would be nice. As Pear DB is now > > "obsolete" and superseded with MDB2. Pear DB doesn't feel like the right > > choice to use in new projects. > Yeah, MDB2 is on the TODO list, not sure when I'll get around to it > though :/ Ok, well don't they say that it's the thought that counts :) |