Re: [PHP-WIN] problems with PHP and IIS SOLVED

2006-07-25 Thread Lester Caine
John Meyer wrote: located libmysql.dll from the zip file, plugged it into the directory set up by the automated installer, works (probably an error the people organizing the project should be aware of). No - just means that you have not installed mysql to use with PHP5 unlike PHP4 it is not i

Re: [PHP-WIN] problems with PHP and IIS SOLVED

2006-07-25 Thread John Meyer
located libmysql.dll from the zip file, plugged it into the directory set up by the automated installer, works (probably an error the people organizing the project should be aware of). -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Another error:

2006-07-25 Thread John Meyer
The directory name is invalid. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] problems with PHP and IIS

2006-07-25 Thread Daniel Kaliel
That's an idea. Download the zip package rather than the installer and drag the php_mysql.dll from that package into the php folder and see if that works. Maybe you have a bad dll. Although the message not found is weird. Try placing it in the c:\PHP\ext folder as well. ___

Re: [PHP-WIN] problems with PHP and IIS

2006-07-25 Thread trystano
You need to re-place the relevant mysql related .dll's don't you? I can't remembr the name of iy/them off the top of my head, but if you search for a tutorial on PHP MySQL you will be told. Tryst -Original Message- From: [EMAIL PROTECTED] To: [EMAIL PROTECTED]; php-windows@lis

Re: [PHP-WIN] problems with PHP and IIS

2006-07-25 Thread John Meyer
Daniel Kaliel wrote: > Could be a permission issue. As a test, give the user Everyone full > right to c:\php and see if that makes a difference. You can tighten it > afterwards. > > -Original Message- > From: John Meyer [mailto:[EMAIL PROTECTED] > Sent: July 25, 2006 3:12 PM > To: Dani

Re: [PHP-WIN] problems with PHP and IIS

2006-07-25 Thread John Meyer
Daniel Kaliel wrote: > In your phpinfo() page where does it say it finds the php.ini file? > Just want to make sure that you are editting the right one. > > -Original Message- > From: John Meyer [mailto:[EMAIL PROTECTED] > Sent: July 25, 2006 10:43 AM > To: Daniel Kaliel; php-windows@lis

Re: [PHP-WIN] problems with PHP and IIS

2006-07-25 Thread John Meyer
Daniel Kaliel wrote: > Where is your php.ini located? I have had troubles when it was located > within c:\php even though that was in my path. C:\Windows -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] problems with PHP and IIS

2006-07-25 Thread Daniel Kaliel
And mysql has been enabled in php.ini? On the phpinfo() page does it show mysql as being enabled? -Original Message- From: John Meyer [mailto:[EMAIL PROTECTED] Sent: July 25, 2006 10:34 AM To: Daniel Kaliel; php-windows@lists.php.net Subject: Re: [PHP-WIN] problems with PHP and IIS Dan

Re: [PHP-WIN] problems with PHP and IIS

2006-07-25 Thread John Meyer
Daniel Kaliel wrote: > Does php work at all? If you had a page that only did > > > > Does it display anything? Yep, it works. Can probably provide a PDF of it. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] problems with PHP and IIS

2006-07-25 Thread John Meyer
Daniel Kaliel wrote: > I think the problem is that you need to convert the password in MySQL to > an Old password. With version 5 MySQL released greater security > encrpytion for the root and other passwords. PHP still can not connect > using the new MySQL encryption. So you need to change your

[PHP-WIN] problems with PHP and IIS

2006-07-25 Thread John Meyer
Hi, When I try to connect with PHP and IIS 5, I get an error mysql_connect() unknown function. How do I fix that, or should PHP under Windows (the installer version) have that function internally? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.