8 users responded in this post

Subscribe to this post comment rss or trackback url
mygif
jiangmaple said in November 15th, 2008 at 9:11 am

I almost couldn’t understand what you have wrote.

mygif
Dave Dugdale said in November 15th, 2008 at 9:40 am

Sorry, it was just mostly documentation for me if it happened again. But I thought if I could help others I would publish it too.

I hope it helped a little.

mygif
cathal said in November 16th, 2008 at 6:30 am

hey Dave,

how did you get the php info off your system?.. this error is breaking my heart….have tried everything. I seem to have three php.ini files. which one is the definite one to use? can i delete the others?.. thanks i advance, C

mygif
Dave Dugdale said in November 16th, 2008 at 6:44 am

Cathal,

I created a blank php page on my server with the following and then viewed it:



<br /> < ? echo "Hello, World!!!"; ?><br />


< ?php echo "Hello, World!!!"; ?>
< ?php

// Show all information, defaults to INFO_ALL
phpinfo();

// Show just the module information.
// phpinfo(8) yields identical results.
//phpinfo(INFO_MODULES);

?>


mygif
Sci-Fi Si said in February 24th, 2009 at 12:48 am

Hi Dave,

I have pretty much the same set up you have. I’m running CF8, MySQL 5 and IIS 6. All my sites are working fine and MySQL is tickerty boo.

PHP is working http://caspianit.co.uk/hello1.php which is the code you’re using above to get stats from PHP.

I have WordPress working fine under Apache, but I didn’t like the way I needed to add every site I had to a httpd.config file and although WP was working fine I decided to go back to IIS 6.

But having just installed FastCGI, PHP 5.2.8 and configured IIS to accept the .php extension I’m now getting that wonderful: Your PHP installation appears to be missing the MySQL extension which is required by WordPress.

I tried to follow numerous solutions but nothing, nothing, nothing does the trick.

I’m hoping to find some intelligent advice that doesn’t involve me battering my head with mustard or standing in a goldfish bowl.

Could you offer any help?

Many thanks

But when I try WordPress I get the dreaded

mygif
aldeol said in July 13th, 2009 at 3:11 am

Thank you so much. I have solved my problem. Thank you again for this useful article…

mygif
BT said in December 12th, 2009 at 3:02 pm

Thanks for the notes. I had to also put libmysql.dll into the windows\system32 folder.

Leave A Reply

 Username (*required)

 Email Address (*private)

 Website (*optional)