Hi,
Ok I'm trying to upgrade from PHP 4+ to PHP 5+ and I have noticed that in PHP 5+ it no longer default to MySQL. My question is, what do I need to do to make this work with MySQL. And yes I have visited the PHP and MySQL web site for answers. And no, I could not find anything specific enough to get it to work. Here is what I have tried so far..
in the PHP.ini
extension=php_msql.dll
extension=php_mysql.dll
extension_dir = "c:\php\ext"
include_path = ".;c:\php"
I have also tried coping php_mysql.dll to the c:\windows\system32 directory and also to the c:\php and c:\php\ext directories.
I have tried chaning the path in the environment variable to %SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\Program Files\Executive Software\Diskeeper\;c:\php\;
I have tried the same with this file too libmysql.dll.
Can someone please tell me in detail what I need to do to make this recognize MySQL 5.0. I have tried PHP 5.1.2, PHP 5.1.3, PHP 5.1.4. By the way I am using WinXP and IIS 5.1.
Thanks
Ok I'm trying to upgrade from PHP 4+ to PHP 5+ and I have noticed that in PHP 5+ it no longer default to MySQL. My question is, what do I need to do to make this work with MySQL. And yes I have visited the PHP and MySQL web site for answers. And no, I could not find anything specific enough to get it to work. Here is what I have tried so far..
in the PHP.ini
extension=php_msql.dll
extension=php_mysql.dll
extension_dir = "c:\php\ext"
include_path = ".;c:\php"
I have also tried coping php_mysql.dll to the c:\windows\system32 directory and also to the c:\php and c:\php\ext directories.
I have tried chaning the path in the environment variable to %SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\Program Files\Executive Software\Diskeeper\;c:\php\;
I have tried the same with this file too libmysql.dll.
Can someone please tell me in detail what I need to do to make this recognize MySQL 5.0. I have tried PHP 5.1.2, PHP 5.1.3, PHP 5.1.4. By the way I am using WinXP and IIS 5.1.
Thanks