I'm running PHP 4.3.4 on my home Windows XP Pro machine for programming and
testing. In preparation for using PHP 5, I'd like to move to using the
MySQLi extensions (as opposed to the plain MySQL extensions).
I've upgraded to the MySQL 5.0 alpha and have it running fine.
What I haven't been able to locate is the PHP dll needed for the MySQLi
extension. Can anyone point me in the right direction?
The instructions on the php.net site talk about how to compile the Linux
version of PHP for this new extension, but no reference is made to a dll.
I'd like to be able to try this out without having to upgrade to PHP 5 on
this machine.
As an experiment, I took the php_mysqli.dll file that is included with the
PHP5 source code and placed it in my extensions directory. PHP 4.3.4 reports
the following error message in a dialog box "Unknown(): Unable to load
dynamic library 'c:\PHP\extensi ons\php_mysqli. dll'-The specified module
could not be found"
The location is correctly specified, so I suspect that the problem is not as
suggested by the dialog box error.
Tony
testing. In preparation for using PHP 5, I'd like to move to using the
MySQLi extensions (as opposed to the plain MySQL extensions).
I've upgraded to the MySQL 5.0 alpha and have it running fine.
What I haven't been able to locate is the PHP dll needed for the MySQLi
extension. Can anyone point me in the right direction?
The instructions on the php.net site talk about how to compile the Linux
version of PHP for this new extension, but no reference is made to a dll.
I'd like to be able to try this out without having to upgrade to PHP 5 on
this machine.
As an experiment, I took the php_mysqli.dll file that is included with the
PHP5 source code and placed it in my extensions directory. PHP 4.3.4 reports
the following error message in a dialog box "Unknown(): Unable to load
dynamic library 'c:\PHP\extensi ons\php_mysqli. dll'-The specified module
could not be found"
The location is correctly specified, so I suspect that the problem is not as
suggested by the dialog box error.
Tony
Comment