hendam Posted May 3, 2006 Report Share Posted May 3, 2006 Have been using Uniform server for a while - love itHowever, I donloaded the latest versionAm trying to use php_mysqli.dllIn previous versions I have added this file to the php extensions directoryIn the php.ini file added the line: extension=php_mysqli.dllAfter that I was able to use mysqli This does not work in the latest version - have gone nuts trying to figure it outDoes anyone have any ideas? Pls!!! Quote Link to comment Share on other sites More sharing options...
AlleyKat Posted May 3, 2006 Report Share Posted May 3, 2006 Please be more specific when reporting, always give exact apache, mysql and php versions so we're sure that we're talking about the same thing. I *think* the dll isn't needed for php5, but I'm not sure. Quote Link to comment Share on other sites More sharing options...
hendam Posted May 4, 2006 Author Report Share Posted May 4, 2006 The latest version I downloaded was Uniform Server 3.3 (Windows) The error message I get is: "Unable to load dynamic library '/usr/local/PHP/extensions\php_mysqli.dll' - The specified procedure could not be found." All appears fine with Uniserver Version 3.2a I just do not understand why it does not work with the latest version In both cases I have copied the file "php_mysqli.dll' from a xammp installation into the php/extensions directory and edited the php.ini file to include the line "extension=php_mysqli.dll" I do appear to need php_mysqli.dll for my code to run Quote Link to comment Share on other sites More sharing options...
olajideolaolorun Posted May 6, 2006 Report Share Posted May 6, 2006 Make sure the php_mysqli.dll version you downloaded is the one for the same version of PHP on 3.3. It isn't, thats why you are getting that error. Don't copy from XAMPP, download the original PHP package from http://www.php.net/releases.php and then get it from there. Quote Best Regards Olajide Olaolorun The Uniform Server Development Team Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.