On Mon, Aug 20, 2012 at 10:20 AM, Lester Caine <lester@xxxxxxxxxxx> wrote: > Can mysqlnd be built as a shared module? > > make test is telling me the resulting .so is not a valid > "Warning: PHP Startup: Invalid library (maybe not a PHP library) > 'mysqlnd.so' in Unknown on line 0" > > I'm still on PHP5.4.3 on that machine as I've not had time to upgrade as > yet. It's running my own PHP sites without a problem via Firebird. > > -- > Lester Caine - G8HFL > ----------------------------- > Contact - http://lsces.co.uk/wiki/?page=**contact<http://lsces.co.uk/wiki/?page=contact> > L.S.Caine Electronic Services - http://lsces.co.uk > EnquirySolve - http://enquirysolve.com/ > Model Engineers Digital Workshop - http://medw.co.uk > Rainbow Digital Media - http://rainbowdigitalmedia.co.**uk<http://rainbowdigitalmedia.co.uk> > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > there was a bugfix in the 5.3 changelog mysqlnd: Fixed bug #55609 <http://bugs.php.net/55609> (mysqlnd cannot be built shared). (Johannes) and I see this in the 5.4.0 ext/mysql, mysqli and pdo_mysql now use mysqlnd by default.