Re: [PHP-WIN] problems with PHP

2007-05-09 Thread Dan Shirah
How does it "not" work? On 5/9/07, Gustav Wiberg <[EMAIL PROTECTED]> wrote: Hi! I can only view html-files.. PHP don't seem to work? Windows 2003 Server, IIS 6... PHP 5.2... /Gustav -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] problems with PHP

2007-05-09 Thread Gustav Wiberg
Hi! I can only view html-files.. PHP don't seem to work? Windows 2003 Server, IIS 6... PHP 5.2... /Gustav -- 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 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

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

2006-07-25 Thread Daniel Kaliel
well. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: July 25, 2006 3:55 PM To: [EMAIL PROTECTED]; Daniel Kaliel; php-windows@lists.php.net Subject: Re: [PHP-WIN] problems with PHP and IIS You need to re-place the relevant mysql related .dll's don't you? I can't

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

2006-07-25 Thread trystano
D]; php-windows@lists.php.net Sent: Tue, 25 Jul 2006 10.19PM Subject: Re: [PHP-WIN] problems with PHP and IIS 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 > afterwa

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

2006-07-25 Thread John Meyer
25, 2006 3:12 PM > To: Daniel Kaliel > Subject: Re: [PHP-WIN] problems with PHP and IIS > > Daniel Kaliel wrote: >> And in your php.ini you have done the following: >> >> Uncommented (;extension=php_mysql.dll ) by getting rid of the ; >> >> Your exten

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

2006-07-25 Thread John Meyer
l Kaliel; php-windows@lists.php.net > Subject: Re: [PHP-WIN] problems with PHP and IIS > > 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 > Configur

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

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.

[PHP-WIN] Problems with PHP 4.1.2 and COM automation

2002-03-28 Thread Alavi, Ahmad A
We have an automated COM application that has been working with ASP for years. We are trying to use it with PHP. We tried it on two machines with the following problems. 1- On both machine we get the following error from php.exe The instruction at "0xx001301da" referenced memory at "0x782a4a47"

[PHP-WIN] Problems with php 3.0.17 and multipart/data enctype with the post method

2001-05-04 Thread Karsten Spies
Hi there, I'm running php 3.0.17 and mysql 3.23.37 on a windows 95 platform for local demonstration purposes. When I use the enctype "multipart/data" with the post method instead of "text" php crashes. The same script using "multipart/data" works fine on a linux and a unix platform. Thanx for he