PHP info can"t find MySql with IIS web server
PHP info can"t find MySql with IIS web server
am 22.11.2009 18:01:00 von Steve Ricketts
I'm trying to install the latest version of PHP on a 2003 server running
IIS. PHP runs fine but when I run phpinfo(), it doesn't find MySql. At the
end of my php.ini file I have:
[PHP_MYSQL]
extension=php_mysql.dll
And
extension_dir = "c:\progra~1\PHP\ext"
In my path variable I have:
c:\progra~1\PHP;c:\progra~1\PHP\ext;c:\progra~1\MYSQLS~1.1\b in;
Can anyone tell me what else I need to do to get PHP to recognize MySql?
Many thanks,
Steve
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: PHP info can"t find MySql with IIS web server
am 22.11.2009 18:59:04 von harlequin2
Hi Steve,
Steve Ricketts schrieb:
> I'm trying to install the latest version of PHP on a 2003 server running
> IIS. PHP runs fine but when I run phpinfo(), it doesn't find MySql.
Please check if libmysql.dll is somewhere in your path or in a location
like C:\windows\system32. I ran into similar problems with my local IIS
installation where IIS could not find libmysql.dll and that solved it.
It's always a good idea to set "error_log" to syslog in your php.ini and
check your eventlog if there are any PHP-related entries when you
restart your server.
If you just started configuring the server, take a look at ZendServer CE
(Community Edition) [1], because it comes with some extra
functionality and I never had any problems loading an extension with
ZendServer. It's free, runs with both Apache and IIS and comes bundled
with Apache2 if you don't have an installed web server.
Best regards,
Sascha
[1] http://www.zend.com/en/products/server-ce/
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: PHP info can"t find MySql with IIS web server
am 22.11.2009 19:04:08 von Steve Ricketts
Funny you should mention Zend. I was looking through the posts and found a
reference to it. I installed it but ran into an error right off the bat.
So I signed up for the Zend forums and posted my problem there.
I had copied libmysql.dll to windows\system32 but that didn't seem to help.
So I uninstalled php and then installed the Zend server. Now when I run my
phpinfo(), I get the fastcgi error and if I try to open localhost/ZendServer
I get a 404 error from Apache... not sure why I have Apache now since I'm
using IIS. Getting more and more confused all the time! ;-)
sr
"Sascha Meyer" wrote in message
news:4B097BE8.5020500@gmx.de...
> Hi Steve,
>
> Steve Ricketts schrieb:
>> I'm trying to install the latest version of PHP on a 2003 server running
>> IIS. PHP runs fine but when I run phpinfo(), it doesn't find MySql.
>
> Please check if libmysql.dll is somewhere in your path or in a location
> like C:\windows\system32. I ran into similar problems with my local IIS
> installation where IIS could not find libmysql.dll and that solved it.
> It's always a good idea to set "error_log" to syslog in your php.ini and
> check your eventlog if there are any PHP-related entries when you restart
> your server.
>
> If you just started configuring the server, take a look at ZendServer CE
> (Community Edition) [1], because it comes with some extra functionality
> and I never had any problems loading an extension with ZendServer. It's
> free, runs with both Apache and IIS and comes bundled with Apache2 if you
> don't have an installed web server.
>
> Best regards,
>
> Sascha
>
> [1] http://www.zend.com/en/products/server-ce/
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: PHP info can"t find MySql with IIS web server
am 22.11.2009 19:42:15 von Pierre Joye
On Sun, Nov 22, 2009 at 7:04 PM, Steve Ricketts wro=
te:
> Funny you should mention Zend. =A0I was looking through the posts and fou=
nd a
> reference to it. =A0I installed it but ran into an error right off the ba=
t. So
> I signed up for the Zend forums and posted my problem there.
>
> I had copied libmysql.dll to windows\system32 but that didn't seem to hel=
p.
> So I uninstalled php and then installed the Zend server. =A0 Now when I r=
un my
> phpinfo(), I get the fastcgi error and if I try to open localhost/ZendSer=
ver
> I get a 404 error from Apache... not sure why I have Apache now since I'm
> using IIS. =A0 Getting more and more confused all the time! =A0;-)
I would suggest to simply uninstall what you have used so far and
install PHP using the Web platform installer (as you use IIS). It will
install everything you need in one go and relies on windows.php.net
binaries (it uses our installer but passes the right options
directly). You can fetch it here http://www.microsoft.com/web/
Cheers,
--=20
Pierre
http://blog.thepimp.net | http://www.libgd.org
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
RE: PHP info can"t find MySql with IIS web server
am 22.11.2009 19:48:34 von Venkat Raman Don
Steve, it might have been possible that your PHP installation was loading t=
he libMySQL.DLL which is present in MySQL installation and not compatible w=
ith PHP MySQL extension. Solving this would have been easier by just ensuri=
ng that in the PATH extension C:\Program Files\PHP comes first. However the=
state you are in now, I am not sure. Try doing the below:
1. Uninstall everything whatever you have installed so far. When I say ever=
ything I mean everything i.e. Zend Server CE, PHP install, FastCGI etc.
2. Get Microsoft Web Platform installer and install PHP from there. This wi=
ll configure everything for you. Please install PHP from http://php.iis.net=
/.
Good Luck!
Thanks,
Don.
-----Original Message-----
From: Steve Ricketts [mailto:velocedge@hotmail.com]=20
Sent: Sunday, November 22, 2009 10:04 AM
To: php-windows@lists.php.net
Subject: Re: [PHP-WIN] PHP info can't find MySql with IIS web server
Funny you should mention Zend. I was looking through the posts and found a=
=20
reference to it. I installed it but ran into an error right off the bat.=20
So I signed up for the Zend forums and posted my problem there.
I had copied libmysql.dll to windows\system32 but that didn't seem to help.=
=20
So I uninstalled php and then installed the Zend server. Now when I run m=
y=20
phpinfo(), I get the fastcgi error and if I try to open localhost/ZendServe=
r=20
I get a 404 error from Apache... not sure why I have Apache now since I'm=20
using IIS. Getting more and more confused all the time! ;-)
sr
"Sascha Meyer" wrote in message=20
news:4B097BE8.5020500@gmx.de...
> Hi Steve,
>
> Steve Ricketts schrieb:
>> I'm trying to install the latest version of PHP on a 2003 server running=
=20
>> IIS. PHP runs fine but when I run phpinfo(), it doesn't find MySql.
>
> Please check if libmysql.dll is somewhere in your path or in a location=20
> like C:\windows\system32. I ran into similar problems with my local IIS=20
> installation where IIS could not find libmysql.dll and that solved it.
> It's always a good idea to set "error_log" to syslog in your php.ini and=
=20
> check your eventlog if there are any PHP-related entries when you restart=
=20
> your server.
>
> If you just started configuring the server, take a look at ZendServer CE=
=20
> (Community Edition) [1], because it comes with some extra functionality=20
> and I never had any problems loading an extension with ZendServer. It's=20
> free, runs with both Apache and IIS and comes bundled with Apache2 if you=
=20
> don't have an installed web server.
>
> Best regards,
>
> Sascha
>
> [1] http://www.zend.com/en/products/server-ce/=20
--=20
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: PHP info can"t find MySql with IIS web server
am 22.11.2009 20:05:09 von Steve Ricketts
Thanks, Don!
I'm in the process of uninstalling everything per Pierre's recommendations
and going to install from the Web Platform installer. However, I'm a bit
confused by your last comment. You said, "Get Microsoft Web Platform
installer and install PHP from there" but then the last sentence was "Please
install PHP from http://php.iis.net"... With Platform installer installing
PHP, why would I need to install again from php.iis.net?
Steve
"Venkat Raman Don" wrote in message
news:3FA2AD39E9964240B4E6DD4AE62E031B15129F54@TK5EX14MBXC118 .redmond.corp.microsoft.com...
> Steve, it might have been possible that your PHP installation was loading
> the libMySQL.DLL which is present in MySQL installation and not compatible
> with PHP MySQL extension. Solving this would have been easier by just
> ensuring that in the PATH extension C:\Program Files\PHP comes first.
> However the state you are in now, I am not sure. Try doing the below:
> 1. Uninstall everything whatever you have installed so far. When I say
> everything I mean everything i.e. Zend Server CE, PHP install, FastCGI
> etc.
> 2. Get Microsoft Web Platform installer and install PHP from there. This
> will configure everything for you. Please install PHP from
> http://php.iis.net/.
>
> Good Luck!
>
> Thanks,
> Don.
>
> -----Original Message-----
> From: Steve Ricketts [mailto:velocedge@hotmail.com]
> Sent: Sunday, November 22, 2009 10:04 AM
> To: php-windows@lists.php.net
> Subject: Re: [PHP-WIN] PHP info can't find MySql with IIS web server
>
> Funny you should mention Zend. I was looking through the posts and found
> a
> reference to it. I installed it but ran into an error right off the bat.
> So I signed up for the Zend forums and posted my problem there.
>
> I had copied libmysql.dll to windows\system32 but that didn't seem to
> help.
> So I uninstalled php and then installed the Zend server. Now when I run
> my
> phpinfo(), I get the fastcgi error and if I try to open
> localhost/ZendServer
> I get a 404 error from Apache... not sure why I have Apache now since I'm
> using IIS. Getting more and more confused all the time! ;-)
>
> sr
>
>
> "Sascha Meyer" wrote in message
> news:4B097BE8.5020500@gmx.de...
>> Hi Steve,
>>
>> Steve Ricketts schrieb:
>>> I'm trying to install the latest version of PHP on a 2003 server running
>>> IIS. PHP runs fine but when I run phpinfo(), it doesn't find MySql.
>>
>> Please check if libmysql.dll is somewhere in your path or in a location
>> like C:\windows\system32. I ran into similar problems with my local IIS
>> installation where IIS could not find libmysql.dll and that solved it.
>> It's always a good idea to set "error_log" to syslog in your php.ini and
>> check your eventlog if there are any PHP-related entries when you restart
>> your server.
>>
>> If you just started configuring the server, take a look at ZendServer CE
>> (Community Edition) [1], because it comes with some extra functionality
>> and I never had any problems loading an extension with ZendServer. It's
>> free, runs with both Apache and IIS and comes bundled with Apache2 if you
>> don't have an installed web server.
>>
>> Best regards,
>>
>> Sascha
>>
>> [1] http://www.zend.com/en/products/server-ce/
>
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
RE: PHP info can"t find MySql with IIS web server
am 22.11.2009 20:12:05 von Venkat Raman Don
Sorry, I meant you can get Web Platform Installer from php.iis.net. Both me=
and Pierre are saying the same thing. If you are using Web platform Instal=
ler, you are all done.
Thanks,
Don.
-----Original Message-----
From: Steve Ricketts [mailto:velocedge@hotmail.com]=20
Sent: Sunday, November 22, 2009 11:05 AM
To: php-windows@lists.php.net
Subject: Re: [PHP-WIN] PHP info can't find MySql with IIS web server
Thanks, Don!
I'm in the process of uninstalling everything per Pierre's recommendations=
=20
and going to install from the Web Platform installer. However, I'm a bit=20
confused by your last comment. You said, "Get Microsoft Web Platform=20
installer and install PHP from there" but then the last sentence was "Pleas=
e=20
install PHP from http://php.iis.net"... With Platform installer installing=
=20
PHP, why would I need to install again from php.iis.net?
Steve
"Venkat Raman Don" wrote in message=20
news:3FA2AD39E9964240B4E6DD4AE62E031B15129F54@TK5EX14MBXC118 .redmond.corp.m=
icrosoft.com...
> Steve, it might have been possible that your PHP installation was loading=
=20
> the libMySQL.DLL which is present in MySQL installation and not compatibl=
e=20
> with PHP MySQL extension. Solving this would have been easier by just=20
> ensuring that in the PATH extension C:\Program Files\PHP comes first.=20
> However the state you are in now, I am not sure. Try doing the below:
> 1. Uninstall everything whatever you have installed so far. When I say=20
> everything I mean everything i.e. Zend Server CE, PHP install, FastCGI=20
> etc.
> 2. Get Microsoft Web Platform installer and install PHP from there. This=
=20
> will configure everything for you. Please install PHP from=20
> http://php.iis.net/.
>
> Good Luck!
>
> Thanks,
> Don.
>
> -----Original Message-----
> From: Steve Ricketts [mailto:velocedge@hotmail.com]
> Sent: Sunday, November 22, 2009 10:04 AM
> To: php-windows@lists.php.net
> Subject: Re: [PHP-WIN] PHP info can't find MySql with IIS web server
>
> Funny you should mention Zend. I was looking through the posts and found=
=20
> a
> reference to it. I installed it but ran into an error right off the bat.
> So I signed up for the Zend forums and posted my problem there.
>
> I had copied libmysql.dll to windows\system32 but that didn't seem to=20
> help.
> So I uninstalled php and then installed the Zend server. Now when I run=
=20
> my
> phpinfo(), I get the fastcgi error and if I try to open=20
> localhost/ZendServer
> I get a 404 error from Apache... not sure why I have Apache now since I'm
> using IIS. Getting more and more confused all the time! ;-)
>
> sr
>
>
> "Sascha Meyer" wrote in message
> news:4B097BE8.5020500@gmx.de...
>> Hi Steve,
>>
>> Steve Ricketts schrieb:
>>> I'm trying to install the latest version of PHP on a 2003 server runnin=
g
>>> IIS. PHP runs fine but when I run phpinfo(), it doesn't find MySql.
>>
>> Please check if libmysql.dll is somewhere in your path or in a location
>> like C:\windows\system32. I ran into similar problems with my local IIS
>> installation where IIS could not find libmysql.dll and that solved it.
>> It's always a good idea to set "error_log" to syslog in your php.ini and
>> check your eventlog if there are any PHP-related entries when you restar=
t
>> your server.
>>
>> If you just started configuring the server, take a look at ZendServer CE
>> (Community Edition) [1], because it comes with some extra functionality
>> and I never had any problems loading an extension with ZendServer. It's
>> free, runs with both Apache and IIS and comes bundled with Apache2 if yo=
u
>> don't have an installed web server.
>>
>> Best regards,
>>
>> Sascha
>>
>> [1] http://www.zend.com/en/products/server-ce/
>
>
> --=20
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>=20
--=20
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: PHP info can"t find MySql with IIS web server
am 22.11.2009 20:16:35 von Steve Ricketts
(replied to the wrong e-mail)
Many thanks for the clarification. I've gone to the Web Platform Installer
and installed PHP. However, when I run my info.php (phpinfo()), I get a 404
error. Looking at the mappings extensions there is no .php extension
defined. Shouldn't the installer have configured that?... or do I need to
make a manual entry of some kind.
Thanks again for all the help,
sr
"Venkat Raman Don" wrote in message
news:3FA2AD39E9964240B4E6DD4AE62E031B15129F8E@TK5EX14MBXC118 .redmond.corp.microsoft.com...
> Sorry, I meant you can get Web Platform Installer from php.iis.net. Both
> me and Pierre are saying the same thing. If you are using Web platform
> Installer, you are all done.
>
> Thanks,
> Don.
>
> -----Original Message-----
> From: Steve Ricketts [mailto:velocedge@hotmail.com]
> Sent: Sunday, November 22, 2009 11:05 AM
> To: php-windows@lists.php.net
> Subject: Re: [PHP-WIN] PHP info can't find MySql with IIS web server
>
> Thanks, Don!
>
> I'm in the process of uninstalling everything per Pierre's recommendations
> and going to install from the Web Platform installer. However, I'm a bit
> confused by your last comment. You said, "Get Microsoft Web Platform
> installer and install PHP from there" but then the last sentence was
> "Please
> install PHP from http://php.iis.net"... With Platform installer
> installing
> PHP, why would I need to install again from php.iis.net?
>
> Steve
>
>
> "Venkat Raman Don" wrote in message
> news:3FA2AD39E9964240B4E6DD4AE62E031B15129F54@TK5EX14MBXC118 .redmond.corp.microsoft.com...
>> Steve, it might have been possible that your PHP installation was loading
>> the libMySQL.DLL which is present in MySQL installation and not
>> compatible
>> with PHP MySQL extension. Solving this would have been easier by just
>> ensuring that in the PATH extension C:\Program Files\PHP comes first.
>> However the state you are in now, I am not sure. Try doing the below:
>> 1. Uninstall everything whatever you have installed so far. When I say
>> everything I mean everything i.e. Zend Server CE, PHP install, FastCGI
>> etc.
>> 2. Get Microsoft Web Platform installer and install PHP from there. This
>> will configure everything for you. Please install PHP from
>> http://php.iis.net/.
>>
>> Good Luck!
>>
>> Thanks,
>> Don.
>>
>> -----Original Message-----
>> From: Steve Ricketts [mailto:velocedge@hotmail.com]
>> Sent: Sunday, November 22, 2009 10:04 AM
>> To: php-windows@lists.php.net
>> Subject: Re: [PHP-WIN] PHP info can't find MySql with IIS web server
>>
>> Funny you should mention Zend. I was looking through the posts and found
>> a
>> reference to it. I installed it but ran into an error right off the bat.
>> So I signed up for the Zend forums and posted my problem there.
>>
>> I had copied libmysql.dll to windows\system32 but that didn't seem to
>> help.
>> So I uninstalled php and then installed the Zend server. Now when I run
>> my
>> phpinfo(), I get the fastcgi error and if I try to open
>> localhost/ZendServer
>> I get a 404 error from Apache... not sure why I have Apache now since I'm
>> using IIS. Getting more and more confused all the time! ;-)
>>
>> sr
>>
>>
>> "Sascha Meyer" wrote in message
>> news:4B097BE8.5020500@gmx.de...
>>> Hi Steve,
>>>
>>> Steve Ricketts schrieb:
>>>> I'm trying to install the latest version of PHP on a 2003 server
>>>> running
>>>> IIS. PHP runs fine but when I run phpinfo(), it doesn't find MySql.
>>>
>>> Please check if libmysql.dll is somewhere in your path or in a location
>>> like C:\windows\system32. I ran into similar problems with my local IIS
>>> installation where IIS could not find libmysql.dll and that solved it.
>>> It's always a good idea to set "error_log" to syslog in your php.ini and
>>> check your eventlog if there are any PHP-related entries when you
>>> restart
>>> your server.
>>>
>>> If you just started configuring the server, take a look at ZendServer CE
>>> (Community Edition) [1], because it comes with some extra functionality
>>> and I never had any problems loading an extension with ZendServer. It's
>>> free, runs with both Apache and IIS and comes bundled with Apache2 if
>>> you
>>> don't have an installed web server.
>>>
>>> Best regards,
>>>
>>> Sascha
>>>
>>> [1] http://www.zend.com/en/products/server-ce/
>>
>>
>> --
>> PHP Windows Mailing List (http://www.php.net/)
>> To unsubscribe, visit: http://www.php.net/unsub.php
>>
>>
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
RE: PHP info can"t find MySql with IIS web server
am 22.11.2009 20:21:52 von Venkat Raman Don
Installer should have done it. I am not sure how appropriate is this DL to =
discuss all this. Can you post your problem in http://forums.iis.net/1102.a=
spx. I will reply there.
Let's not flood people's email with unnecessary mails.
You can also do PHP install troubleshooting using http://blogs.iis.net/donr=
aman/archive/2009/11/15/troubleshooting-php-installation-on- windows.aspx.
I will wait for you on the PHP forum for IIS.
Thanks,
Don.
-----Original Message-----
From: Steve Ricketts [mailto:velocedge@hotmail.com]=20
Sent: Sunday, November 22, 2009 11:17 AM
To: php-windows@lists.php.net
Subject: Re: [PHP-WIN] PHP info can't find MySql with IIS web server
(replied to the wrong e-mail)
Many thanks for the clarification. I've gone to the Web Platform Installer
and installed PHP. However, when I run my info.php (phpinfo()), I get a 40=
4
error. Looking at the mappings extensions there is no .php extension
defined. Shouldn't the installer have configured that?... or do I need to
make a manual entry of some kind.
Thanks again for all the help,
sr
"Venkat Raman Don" wrote in message=20
news:3FA2AD39E9964240B4E6DD4AE62E031B15129F8E@TK5EX14MBXC118 .redmond.corp.m=
icrosoft.com...
> Sorry, I meant you can get Web Platform Installer from php.iis.net. Both=
=20
> me and Pierre are saying the same thing. If you are using Web platform=20
> Installer, you are all done.
>
> Thanks,
> Don.
>
> -----Original Message-----
> From: Steve Ricketts [mailto:velocedge@hotmail.com]
> Sent: Sunday, November 22, 2009 11:05 AM
> To: php-windows@lists.php.net
> Subject: Re: [PHP-WIN] PHP info can't find MySql with IIS web server
>
> Thanks, Don!
>
> I'm in the process of uninstalling everything per Pierre's recommendation=
s
> and going to install from the Web Platform installer. However, I'm a bit
> confused by your last comment. You said, "Get Microsoft Web Platform
> installer and install PHP from there" but then the last sentence was=20
> "Please
> install PHP from http://php.iis.net"... With Platform installer=20
> installing
> PHP, why would I need to install again from php.iis.net?
>
> Steve
>
>
> "Venkat Raman Don" wrote in message
> news:3FA2AD39E9964240B4E6DD4AE62E031B15129F54@TK5EX14MBXC118 .redmond.corp=
..microsoft.com...
>> Steve, it might have been possible that your PHP installation was loadin=
g
>> the libMySQL.DLL which is present in MySQL installation and not=20
>> compatible
>> with PHP MySQL extension. Solving this would have been easier by just
>> ensuring that in the PATH extension C:\Program Files\PHP comes first.
>> However the state you are in now, I am not sure. Try doing the below:
>> 1. Uninstall everything whatever you have installed so far. When I say
>> everything I mean everything i.e. Zend Server CE, PHP install, FastCGI
>> etc.
>> 2. Get Microsoft Web Platform installer and install PHP from there. This
>> will configure everything for you. Please install PHP from
>> http://php.iis.net/.
>>
>> Good Luck!
>>
>> Thanks,
>> Don.
>>
>> -----Original Message-----
>> From: Steve Ricketts [mailto:velocedge@hotmail.com]
>> Sent: Sunday, November 22, 2009 10:04 AM
>> To: php-windows@lists.php.net
>> Subject: Re: [PHP-WIN] PHP info can't find MySql with IIS web server
>>
>> Funny you should mention Zend. I was looking through the posts and foun=
d
>> a
>> reference to it. I installed it but ran into an error right off the bat=
..
>> So I signed up for the Zend forums and posted my problem there.
>>
>> I had copied libmysql.dll to windows\system32 but that didn't seem to
>> help.
>> So I uninstalled php and then installed the Zend server. Now when I ru=
n
>> my
>> phpinfo(), I get the fastcgi error and if I try to open
>> localhost/ZendServer
>> I get a 404 error from Apache... not sure why I have Apache now since I'=
m
>> using IIS. Getting more and more confused all the time! ;-)
>>
>> sr
>>
>>
>> "Sascha Meyer" wrote in message
>> news:4B097BE8.5020500@gmx.de...
>>> Hi Steve,
>>>
>>> Steve Ricketts schrieb:
>>>> I'm trying to install the latest version of PHP on a 2003 server=20
>>>> running
>>>> IIS. PHP runs fine but when I run phpinfo(), it doesn't find MySql.
>>>
>>> Please check if libmysql.dll is somewhere in your path or in a location
>>> like C:\windows\system32. I ran into similar problems with my local IIS
>>> installation where IIS could not find libmysql.dll and that solved it.
>>> It's always a good idea to set "error_log" to syslog in your php.ini an=
d
>>> check your eventlog if there are any PHP-related entries when you=20
>>> restart
>>> your server.
>>>
>>> If you just started configuring the server, take a look at ZendServer C=
E
>>> (Community Edition) [1], because it comes with some extra functionality
>>> and I never had any problems loading an extension with ZendServer. It's
>>> free, runs with both Apache and IIS and comes bundled with Apache2 if=20
>>> you
>>> don't have an installed web server.
>>>
>>> Best regards,
>>>
>>> Sascha
>>>
>>> [1] http://www.zend.com/en/products/server-ce/
>>
>>
>> --=20
>> PHP Windows Mailing List (http://www.php.net/)
>> To unsubscribe, visit: http://www.php.net/unsub.php
>>
>>
>
> --=20
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>=20
--=20
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
RE: PHP info can"t find MySql with IIS web server
am 22.11.2009 20:25:34 von Mai-lan Tomsen Bukovec
Once we get done with the troubleshooting, we will circle back to this post=
with the link to the forum thread so that the PHP on Windows DL has the co=
ntext (and answer) for archiving.=20
Thanks,
Mai-lan
Product Unit Manager, IIS
http://blogs.iis.net/mailant
-----Original Message-----
From: Venkat Raman Don [mailto:Don.Raman@microsoft.com]=20
Sent: Sunday, November 22, 2009 11:22 AM
To: Steve Ricketts; php-windows@lists.php.net
Subject: RE: [PHP-WIN] PHP info can't find MySql with IIS web server
Installer should have done it. I am not sure how appropriate is this DL to =
discuss all this. Can you post your problem in http://forums.iis.net/1102.a=
spx. I will reply there.
Let's not flood people's email with unnecessary mails.
You can also do PHP install troubleshooting using http://blogs.iis.net/donr=
aman/archive/2009/11/15/troubleshooting-php-installation-on- windows.aspx.
I will wait for you on the PHP forum for IIS.
Thanks,
Don.
-----Original Message-----
From: Steve Ricketts [mailto:velocedge@hotmail.com]=20
Sent: Sunday, November 22, 2009 11:17 AM
To: php-windows@lists.php.net
Subject: Re: [PHP-WIN] PHP info can't find MySql with IIS web server
(replied to the wrong e-mail)
Many thanks for the clarification. I've gone to the Web Platform Installer
and installed PHP. However, when I run my info.php (phpinfo()), I get a 40=
4
error. Looking at the mappings extensions there is no .php extension
defined. Shouldn't the installer have configured that?... or do I need to
make a manual entry of some kind.
Thanks again for all the help,
sr
"Venkat Raman Don" wrote in message=20
news:3FA2AD39E9964240B4E6DD4AE62E031B15129F8E@TK5EX14MBXC118 .redmond.corp.m=
icrosoft.com...
> Sorry, I meant you can get Web Platform Installer from php.iis.net. Both=
=20
> me and Pierre are saying the same thing. If you are using Web platform=20
> Installer, you are all done.
>
> Thanks,
> Don.
>
> -----Original Message-----
> From: Steve Ricketts [mailto:velocedge@hotmail.com]
> Sent: Sunday, November 22, 2009 11:05 AM
> To: php-windows@lists.php.net
> Subject: Re: [PHP-WIN] PHP info can't find MySql with IIS web server
>
> Thanks, Don!
>
> I'm in the process of uninstalling everything per Pierre's recommendation=
s
> and going to install from the Web Platform installer. However, I'm a bit
> confused by your last comment. You said, "Get Microsoft Web Platform
> installer and install PHP from there" but then the last sentence was=20
> "Please
> install PHP from http://php.iis.net"... With Platform installer=20
> installing
> PHP, why would I need to install again from php.iis.net?
>
> Steve
>
>
> "Venkat Raman Don" wrote in message
> news:3FA2AD39E9964240B4E6DD4AE62E031B15129F54@TK5EX14MBXC118 .redmond.corp=
..microsoft.com...
>> Steve, it might have been possible that your PHP installation was loadin=
g
>> the libMySQL.DLL which is present in MySQL installation and not=20
>> compatible
>> with PHP MySQL extension. Solving this would have been easier by just
>> ensuring that in the PATH extension C:\Program Files\PHP comes first.
>> However the state you are in now, I am not sure. Try doing the below:
>> 1. Uninstall everything whatever you have installed so far. When I say
>> everything I mean everything i.e. Zend Server CE, PHP install, FastCGI
>> etc.
>> 2. Get Microsoft Web Platform installer and install PHP from there. This
>> will configure everything for you. Please install PHP from
>> http://php.iis.net/.
>>
>> Good Luck!
>>
>> Thanks,
>> Don.
>>
>> -----Original Message-----
>> From: Steve Ricketts [mailto:velocedge@hotmail.com]
>> Sent: Sunday, November 22, 2009 10:04 AM
>> To: php-windows@lists.php.net
>> Subject: Re: [PHP-WIN] PHP info can't find MySql with IIS web server
>>
>> Funny you should mention Zend. I was looking through the posts and foun=
d
>> a
>> reference to it. I installed it but ran into an error right off the bat=
..
>> So I signed up for the Zend forums and posted my problem there.
>>
>> I had copied libmysql.dll to windows\system32 but that didn't seem to
>> help.
>> So I uninstalled php and then installed the Zend server. Now when I ru=
n
>> my
>> phpinfo(), I get the fastcgi error and if I try to open
>> localhost/ZendServer
>> I get a 404 error from Apache... not sure why I have Apache now since I'=
m
>> using IIS. Getting more and more confused all the time! ;-)
>>
>> sr
>>
>>
>> "Sascha Meyer" wrote in message
>> news:4B097BE8.5020500@gmx.de...
>>> Hi Steve,
>>>
>>> Steve Ricketts schrieb:
>>>> I'm trying to install the latest version of PHP on a 2003 server=20
>>>> running
>>>> IIS. PHP runs fine but when I run phpinfo(), it doesn't find MySql.
>>>
>>> Please check if libmysql.dll is somewhere in your path or in a location
>>> like C:\windows\system32. I ran into similar problems with my local IIS
>>> installation where IIS could not find libmysql.dll and that solved it.
>>> It's always a good idea to set "error_log" to syslog in your php.ini an=
d
>>> check your eventlog if there are any PHP-related entries when you=20
>>> restart
>>> your server.
>>>
>>> If you just started configuring the server, take a look at ZendServer C=
E
>>> (Community Edition) [1], because it comes with some extra functionality
>>> and I never had any problems loading an extension with ZendServer. It's
>>> free, runs with both Apache and IIS and comes bundled with Apache2 if=20
>>> you
>>> don't have an installed web server.
>>>
>>> Best regards,
>>>
>>> Sascha
>>>
>>> [1] http://www.zend.com/en/products/server-ce/
>>
>>
>> --=20
>> PHP Windows Mailing List (http://www.php.net/)
>> To unsubscribe, visit: http://www.php.net/unsub.php
>>
>>
>
> --=20
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>=20
--=20
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--=20
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
RE: PHP info can"t find MySql with IIS web server
am 23.11.2009 00:06:05 von Venkat Raman Don
Hi,
For other people knowledge and for archiving purpose the problem was becaus=
e PHP MSI custom install action is failing. I helped Steve working it aroun=
d by doing the handler mapping manually.
Details about this can be found at http://forums.iis.net/p/1162874/1925785.=
aspx#1925785.
Thanks,
Don.
-----Original Message-----
From: Venkat Raman Don=20
Sent: Sunday, November 22, 2009 11:22 AM
To: 'Steve Ricketts'; php-windows@lists.php.net
Subject: RE: [PHP-WIN] PHP info can't find MySql with IIS web server
Installer should have done it. I am not sure how appropriate is this DL to =
discuss all this. Can you post your problem in http://forums.iis.net/1102.a=
spx. I will reply there.
Let's not flood people's email with unnecessary mails.
You can also do PHP install troubleshooting using http://blogs.iis.net/donr=
aman/archive/2009/11/15/troubleshooting-php-installation-on- windows.aspx.
I will wait for you on the PHP forum for IIS.
Thanks,
Don.
-----Original Message-----
From: Steve Ricketts [mailto:velocedge@hotmail.com]=20
Sent: Sunday, November 22, 2009 11:17 AM
To: php-windows@lists.php.net
Subject: Re: [PHP-WIN] PHP info can't find MySql with IIS web server
(replied to the wrong e-mail)
Many thanks for the clarification. I've gone to the Web Platform Installer
and installed PHP. However, when I run my info.php (phpinfo()), I get a 40=
4
error. Looking at the mappings extensions there is no .php extension
defined. Shouldn't the installer have configured that?... or do I need to
make a manual entry of some kind.
Thanks again for all the help,
sr
"Venkat Raman Don" wrote in message=20
news:3FA2AD39E9964240B4E6DD4AE62E031B15129F8E@TK5EX14MBXC118 .redmond.corp.m=
icrosoft.com...
> Sorry, I meant you can get Web Platform Installer from php.iis.net. Both=
=20
> me and Pierre are saying the same thing. If you are using Web platform=20
> Installer, you are all done.
>
> Thanks,
> Don.
>
> -----Original Message-----
> From: Steve Ricketts [mailto:velocedge@hotmail.com]
> Sent: Sunday, November 22, 2009 11:05 AM
> To: php-windows@lists.php.net
> Subject: Re: [PHP-WIN] PHP info can't find MySql with IIS web server
>
> Thanks, Don!
>
> I'm in the process of uninstalling everything per Pierre's recommendation=
s
> and going to install from the Web Platform installer. However, I'm a bit
> confused by your last comment. You said, "Get Microsoft Web Platform
> installer and install PHP from there" but then the last sentence was=20
> "Please
> install PHP from http://php.iis.net"... With Platform installer=20
> installing
> PHP, why would I need to install again from php.iis.net?
>
> Steve
>
>
> "Venkat Raman Don" wrote in message
> news:3FA2AD39E9964240B4E6DD4AE62E031B15129F54@TK5EX14MBXC118 .redmond.corp=
..microsoft.com...
>> Steve, it might have been possible that your PHP installation was loadin=
g
>> the libMySQL.DLL which is present in MySQL installation and not=20
>> compatible
>> with PHP MySQL extension. Solving this would have been easier by just
>> ensuring that in the PATH extension C:\Program Files\PHP comes first.
>> However the state you are in now, I am not sure. Try doing the below:
>> 1. Uninstall everything whatever you have installed so far. When I say
>> everything I mean everything i.e. Zend Server CE, PHP install, FastCGI
>> etc.
>> 2. Get Microsoft Web Platform installer and install PHP from there. This
>> will configure everything for you. Please install PHP from
>> http://php.iis.net/.
>>
>> Good Luck!
>>
>> Thanks,
>> Don.
>>
>> -----Original Message-----
>> From: Steve Ricketts [mailto:velocedge@hotmail.com]
>> Sent: Sunday, November 22, 2009 10:04 AM
>> To: php-windows@lists.php.net
>> Subject: Re: [PHP-WIN] PHP info can't find MySql with IIS web server
>>
>> Funny you should mention Zend. I was looking through the posts and foun=
d
>> a
>> reference to it. I installed it but ran into an error right off the bat=
..
>> So I signed up for the Zend forums and posted my problem there.
>>
>> I had copied libmysql.dll to windows\system32 but that didn't seem to
>> help.
>> So I uninstalled php and then installed the Zend server. Now when I ru=
n
>> my
>> phpinfo(), I get the fastcgi error and if I try to open
>> localhost/ZendServer
>> I get a 404 error from Apache... not sure why I have Apache now since I'=
m
>> using IIS. Getting more and more confused all the time! ;-)
>>
>> sr
>>
>>
>> "Sascha Meyer" wrote in message
>> news:4B097BE8.5020500@gmx.de...
>>> Hi Steve,
>>>
>>> Steve Ricketts schrieb:
>>>> I'm trying to install the latest version of PHP on a 2003 server=20
>>>> running
>>>> IIS. PHP runs fine but when I run phpinfo(), it doesn't find MySql.
>>>
>>> Please check if libmysql.dll is somewhere in your path or in a location
>>> like C:\windows\system32. I ran into similar problems with my local IIS
>>> installation where IIS could not find libmysql.dll and that solved it.
>>> It's always a good idea to set "error_log" to syslog in your php.ini an=
d
>>> check your eventlog if there are any PHP-related entries when you=20
>>> restart
>>> your server.
>>>
>>> If you just started configuring the server, take a look at ZendServer C=
E
>>> (Community Edition) [1], because it comes with some extra functionality
>>> and I never had any problems loading an extension with ZendServer. It's
>>> free, runs with both Apache and IIS and comes bundled with Apache2 if=20
>>> you
>>> don't have an installed web server.
>>>
>>> Best regards,
>>>
>>> Sascha
>>>
>>> [1] http://www.zend.com/en/products/server-ce/
>>
>>
>> --=20
>> PHP Windows Mailing List (http://www.php.net/)
>> To unsubscribe, visit: http://www.php.net/unsub.php
>>
>>
>
> --=20
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>=20
--=20
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
RE: PHP info can"t find MySql with IIS web server
am 23.11.2009 03:32:39 von Keith Davis
I disagree with this. I find the web platform installer to be =
inconsistent at times, and I for one prefer to know exactly how my =
system is configured. I never could get the WPI to work for PHP at all =
(works ok with other application services.=20
Keith Davis (214) 906-5183
-----Original Message-----
From: Pierre Joye [mailto:pierre.php@gmail.com]=20
Sent: Sunday, November 22, 2009 12:42 PM
To: Steve Ricketts
Cc: php-windows@lists.php.net
Subject: Re: [PHP-WIN] PHP info can't find MySql with IIS web server
On Sun, Nov 22, 2009 at 7:04 PM, Steve Ricketts =
wrote:
> Funny you should mention Zend. =A0I was looking through the posts and=20
> found a reference to it. =A0I installed it but ran into an error right =
> off the bat. So I signed up for the Zend forums and posted my problem =
there.
>
> I had copied libmysql.dll to windows\system32 but that didn't seem to =
help.
> So I uninstalled php and then installed the Zend server. =A0 Now when =
I=20
> run my phpinfo(), I get the fastcgi error and if I try to open=20
> localhost/ZendServer I get a 404 error from Apache... not sure why I=20
> have Apache now since I'm using IIS. =A0 Getting more and more =
confused=20
> all the time! =A0;-)
I would suggest to simply uninstall what you have used so far and =
install PHP using the Web platform installer (as you use IIS). It will =
install everything you need in one go and relies on windows.php.net =
binaries (it uses our installer but passes the right options directly). =
You can fetch it here http://www.microsoft.com/web/
Cheers,
--
Pierre
http://blog.thepimp.net | http://www.libgd.org
--
PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: =
http://www.php.net/unsub.php
This message (including any attachments) may contain confidential or =
otherwise privileged information and is intended only for the =
individual(s) to which it is addressed. If you are not the named =
addressee you should not disseminate, distribute or copy this e-mail. =
Please notify the sender immediately by e-mail if you have received this =
e-mail by mistake and delete this e-mail from your system. E-mail =
transmission cannot be guaranteed to be secured or error-free as =
information could be intercepted, corrupted, lost, destroyed, arrive =
late or incomplete, or contain viruses. The sender therefore does not =
accept liability for any errors or omissions in the contents of this =
message or that arise as a result of e-mail transmission. If =
verification is required please request a hard-copy version from the =
sender.
www.pridedallas.com
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
RE: PHP info can"t find MySql with IIS web server
am 23.11.2009 03:33:02 von Keith Davis
I disagree with this. I find the web platform installer to be =
inconsistent at times, and I for one prefer to know exactly how my =
system is configured. I never could get the WPI to work for PHP at all =
(works ok with other application services.=20
Keith Davis (214) 906-5183
-----Original Message-----
From: Pierre Joye [mailto:pierre.php@gmail.com]=20
Sent: Sunday, November 22, 2009 12:42 PM
To: Steve Ricketts
Cc: php-windows@lists.php.net
Subject: Re: [PHP-WIN] PHP info can't find MySql with IIS web server
On Sun, Nov 22, 2009 at 7:04 PM, Steve Ricketts =
wrote:
> Funny you should mention Zend. =A0I was looking through the posts and=20
> found a reference to it. =A0I installed it but ran into an error right =
> off the bat. So I signed up for the Zend forums and posted my problem =
there.
>
> I had copied libmysql.dll to windows\system32 but that didn't seem to =
help.
> So I uninstalled php and then installed the Zend server. =A0 Now when =
I=20
> run my phpinfo(), I get the fastcgi error and if I try to open=20
> localhost/ZendServer I get a 404 error from Apache... not sure why I=20
> have Apache now since I'm using IIS. =A0 Getting more and more =
confused=20
> all the time! =A0;-)
I would suggest to simply uninstall what you have used so far and =
install PHP using the Web platform installer (as you use IIS). It will =
install everything you need in one go and relies on windows.php.net =
binaries (it uses our installer but passes the right options directly). =
You can fetch it here http://www.microsoft.com/web/
Cheers,
--
Pierre
http://blog.thepimp.net | http://www.libgd.org
--
PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: =
http://www.php.net/unsub.php
This message (including any attachments) may contain confidential or =
otherwise privileged information and is intended only for the =
individual(s) to which it is addressed. If you are not the named =
addressee you should not disseminate, distribute or copy this e-mail. =
Please notify the sender immediately by e-mail if you have received this =
e-mail by mistake and delete this e-mail from your system. E-mail =
transmission cannot be guaranteed to be secured or error-free as =
information could be intercepted, corrupted, lost, destroyed, arrive =
late or incomplete, or contain viruses. The sender therefore does not =
accept liability for any errors or omissions in the contents of this =
message or that arise as a result of e-mail transmission. If =
verification is required please request a hard-copy version from the =
sender.
www.pridedallas.com
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
RE: PHP info can"t find MySql with IIS web server
am 23.11.2009 03:35:04 von Keith Davis
I don't think it's outside the scope of this list, as WPI is just one
method of installing PHP and this proves my point and the reason why I
don't use the WPI.=20
Keith Davis (214) 906-5183
-----Original Message-----
From: Venkat Raman Don [mailto:Don.Raman@microsoft.com]=20
Sent: Sunday, November 22, 2009 5:06 PM
To: Steve Ricketts; php-windows@lists.php.net
Subject: RE: [PHP-WIN] PHP info can't find MySql with IIS web server
Hi,
For other people knowledge and for archiving purpose the problem was
because PHP MSI custom install action is failing. I helped Steve working
it around by doing the handler mapping manually.
Details about this can be found at
http://forums.iis.net/p/1162874/1925785.aspx#1925785.
Thanks,
Don.
-----Original Message-----
From: Venkat Raman Don
Sent: Sunday, November 22, 2009 11:22 AM
To: 'Steve Ricketts'; php-windows@lists.php.net
Subject: RE: [PHP-WIN] PHP info can't find MySql with IIS web server
Installer should have done it. I am not sure how appropriate is this DL
to discuss all this. Can you post your problem in
http://forums.iis.net/1102.aspx. I will reply there.
Let's not flood people's email with unnecessary mails.
You can also do PHP install troubleshooting using
http://blogs.iis.net/donraman/archive/2009/11/15/troubleshoo ting-php-ins
tallation-on-windows.aspx.
I will wait for you on the PHP forum for IIS.
Thanks,
Don.
-----Original Message-----
From: Steve Ricketts [mailto:velocedge@hotmail.com]
Sent: Sunday, November 22, 2009 11:17 AM
To: php-windows@lists.php.net
Subject: Re: [PHP-WIN] PHP info can't find MySql with IIS web server
(replied to the wrong e-mail)
Many thanks for the clarification. I've gone to the Web Platform
Installer and installed PHP. However, when I run my info.php
(phpinfo()), I get a 404 error. Looking at the mappings extensions
there is no .php extension defined. Shouldn't the installer have
configured that?... or do I need to make a manual entry of some kind.
Thanks again for all the help,
sr
"Venkat Raman Don" wrote in message
news:3FA2AD39E9964240B4E6DD4AE62E031B15129F8E@TK5EX14MBXC118 .redmond.cor
p.microsoft.com...
> Sorry, I meant you can get Web Platform Installer from php.iis.net.=20
> Both me and Pierre are saying the same thing. If you are using Web=20
> platform Installer, you are all done.
>
> Thanks,
> Don.
>
> -----Original Message-----
> From: Steve Ricketts [mailto:velocedge@hotmail.com]
> Sent: Sunday, November 22, 2009 11:05 AM
> To: php-windows@lists.php.net
> Subject: Re: [PHP-WIN] PHP info can't find MySql with IIS web server
>
> Thanks, Don!
>
> I'm in the process of uninstalling everything per Pierre's=20
> recommendations and going to install from the Web Platform installer.
> However, I'm a bit confused by your last comment. You said, "Get=20
> Microsoft Web Platform installer and install PHP from there" but then=20
> the last sentence was "Please install PHP from http://php.iis.net"...
> With Platform installer installing PHP, why would I need to install=20
> again from php.iis.net?
>
> Steve
>
>
> "Venkat Raman Don" wrote in message=20
>
news:3FA2AD39E9964240B4E6DD4AE62E031B15129F54@TK5EX14MBXC118 .redmond.cor
p.microsoft.com...
>> Steve, it might have been possible that your PHP installation was=20
>> loading the libMySQL.DLL which is present in MySQL installation and=20
>> not compatible with PHP MySQL extension. Solving this would have been
>> easier by just ensuring that in the PATH extension C:\Program=20
>> Files\PHP comes first.
>> However the state you are in now, I am not sure. Try doing the below:
>> 1. Uninstall everything whatever you have installed so far. When I=20
>> say everything I mean everything i.e. Zend Server CE, PHP install,=20
>> FastCGI etc.
>> 2. Get Microsoft Web Platform installer and install PHP from there.=20
>> This will configure everything for you. Please install PHP from=20
>> http://php.iis.net/.
>>
>> Good Luck!
>>
>> Thanks,
>> Don.
>>
>> -----Original Message-----
>> From: Steve Ricketts [mailto:velocedge@hotmail.com]
>> Sent: Sunday, November 22, 2009 10:04 AM
>> To: php-windows@lists.php.net
>> Subject: Re: [PHP-WIN] PHP info can't find MySql with IIS web server
>>
>> Funny you should mention Zend. I was looking through the posts and=20
>> found a reference to it. I installed it but ran into an error right=20
>> off the bat.
>> So I signed up for the Zend forums and posted my problem there.
>>
>> I had copied libmysql.dll to windows\system32 but that didn't seem to
>> help.
>> So I uninstalled php and then installed the Zend server. Now when I
run
>> my
>> phpinfo(), I get the fastcgi error and if I try to open=20
>> localhost/ZendServer I get a 404 error from Apache... not sure why I=20
>> have Apache now since I'm
>> using IIS. Getting more and more confused all the time! ;-)
>>
>> sr
>>
>>
>> "Sascha Meyer" wrote in message=20
>> news:4B097BE8.5020500@gmx.de...
>>> Hi Steve,
>>>
>>> Steve Ricketts schrieb:
>>>> I'm trying to install the latest version of PHP on a 2003 server=20
>>>> running IIS. PHP runs fine but when I run phpinfo(), it doesn't=20
>>>> find MySql.
>>>
>>> Please check if libmysql.dll is somewhere in your path or in a=20
>>> location like C:\windows\system32. I ran into similar problems with=20
>>> my local IIS installation where IIS could not find libmysql.dll and
that solved it.
>>> It's always a good idea to set "error_log" to syslog in your php.ini
>>> and check your eventlog if there are any PHP-related entries when=20
>>> you restart your server.
>>>
>>> If you just started configuring the server, take a look at=20
>>> ZendServer CE (Community Edition) [1], because it comes with some=20
>>> extra functionality and I never had any problems loading an=20
>>> extension with ZendServer. It's free, runs with both Apache and IIS=20
>>> and comes bundled with Apache2 if you don't have an installed web=20
>>> server.
>>>
>>> Best regards,
>>>
>>> Sascha
>>>
>>> [1] http://www.zend.com/en/products/server-ce/
>>
>>
>> --
>> PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit:
>> http://www.php.net/unsub.php
>>
>>
>
> --
> PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit:=20
> http://www.php.net/unsub.php
>
>=20
--
PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit:
http://www.php.net/unsub.php
--=20
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
This message (including any attachments) may contain confidential or =
otherwise privileged information and is intended only for the =
individual(s) to which it is addressed. If you are not the named =
addressee you should not disseminate, distribute or copy this e-mail. =
Please notify the sender immediately by e-mail if you have received this =
e-mail by mistake and delete this e-mail from your system. E-mail =
transmission cannot be guaranteed to be secured or error-free as =
information could be intercepted, corrupted, lost, destroyed, arrive =
late or incomplete, or contain viruses. The sender therefore does not =
accept liability for any errors or omissions in the contents of this =
message or that arise as a result of e-mail transmission. If =
verification is required please request a hard-copy version from the =
sender.
www.pridedallas.com
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php