May 3, 200619 yr comment_3028 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!!! Report
May 3, 200619 yr comment_3035 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. Report
May 4, 200619 yr Author comment_3051 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 Report
May 6, 200619 yr comment_3064 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. Best Regards Olajide Olaolorun The Uniform Server Development Team Report
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.