On Jul 31, 2009, at 15:08, Ryan Schmidt wrote:
I wanted to make the mysql modules use mysqlnd by default for the
obvious reasons, but I'm having trouble making them work this way
as shared modules. I think they were working fine with mysqlnd when
compiled into php statically. Using php 5.3
On Jul 31, 2009, at 15:08, Ryan Schmidt wrote:
I wanted to make the mysql modules use mysqlnd by default for the
obvious reasons, but I'm having trouble making them work this way
as shared modules.
Has anybody else tried to build the mysql extensions as shared
modules when using mysqlnd?
Hi. I'm the maintainer of php in MacPorts. Our php5 port has been
monolithic, with all modules compiled in statically. I'm now
switching this to a more modular architecture so that shared modules
can be added and removed as needed.
I wanted to make the mysql modules use mysqlnd by default f