Re: [PHP-INSTALL] Shared mysql modules with mysqlnd (solved)

2009-08-26 Thread Ryan Schmidt
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

Re: [PHP-INSTALL] Shared mysql modules with mysqlnd

2009-08-02 Thread Ryan Schmidt
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?

[PHP-INSTALL] Shared mysql modules with mysqlnd

2009-07-31 Thread Ryan Schmidt
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