PHP and Windows - problem with php_mysqli.dll
PHP and Windows - problem with php_mysqli.dll
am 12.05.2008 16:24:47 von Stephen.Brereton
I'm trying to get a mysql driven site working, but have hit a nasty problem=
=0D
Started off with php 5 but that simply refuses to find the dll.
rolled back to 4.2 or some such, which then fails to load when the dll is=
included in the extensions list.
So long as mysqli line is commented out, its fine.
There is definately one copy only of the dll on the server.
using
w2k3, mysql 5
* * * * * * * * * * * *=0D
Help protect the environment - please don't print this email unless you=
really need to.
* * * * * * * * * * * *
This communication is from City of York Council.
The information contained within, and in any attachment(s), is confidential=
and legally privileged. It is for the exclusive use of the intended=
recipient(s). If you are not the intended recipient(s), please note that=
any form of distribution, copying or use of this communication, or the=
information within, is strictly prohibited and may be unlawful. Equally,=
you must not disclose all, or part, of its contents to any other person.
If you have received this communication in error, please return it=
immediately to the sender, then delete and destroy any copies of it.
City of York Council disclaims any liability for action taken in reliance=
on the content of this communication.
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
RE: PHP and Windows - problem with php_mysqli.dll
am 12.05.2008 17:04:48 von creedacio
--_55a39bf0-60ee-4f3e-8821-e8cf90df7658_
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
step1. you can find php_mysqli.dllstep2. and put that dll into c:\php\exten=
sions\step3. that folder is not available, create it. now our dll file is i=
n c:\php\extensions\php_mysqli.dllstep4. go to php.ini, i thought that is i=
n c:\windowsstep5. search "extension_dir"step6. after you found that you ca=
n set the path c:\php\extensionsstep7. inside the php.ini, go to the dll se=
ction (search dll as your text in the search box)step8. there is something =
like ;extension=3Dphp_mysqli.dllstep9. if it is not available, you type the=
above thing and remove the semicolanstep10. save php.ini file
=20
step11. restart apache and check it out.=20
=20
Ignacio
> Date: Mon, 12 May 2008 15:24:47 +0100> From: Stephen.Brereton@york.gov.u=
k> To: php-windows@lists.php.net> Subject: [PHP-WIN] PHP and Windows - prob=
lem with php_mysqli.dll> > > I'm trying to get a mysql driven site working,=
but have hit a nasty problem> > Started off with php 5 but that simply ref=
uses to find the dll.> rolled back to 4.2 or some such, which then fails to=
load when the dll is included in the extensions list.> So long as mysqli l=
ine is commented out, its fine.> > There is definately one copy only of the=
dll on the server.> > using> w2k3, mysql 5> > * * * * * * * * * * * *> > H=
elp protect the environment - please don't print this email unless you real=
ly need to.> * * * * * * * * * * * *> > This communication is from City of =
York Council.> > The information contained within, and in any attachment(s)=
, is confidential and legally privileged. It is for the exclusive use of th=
e intended recipient(s). If you are not the intended recipient(s), please n=
ote that any form of distribution, copying or use of this communication, or=
the information within, is strictly prohibited and may be unlawful. Equall=
y, you must not disclose all, or part, of its contents to any other person.=
> > If you have received this communication in error, please return it imme=
diately to the sender, then delete and destroy any copies of it.> > City of=
York Council disclaims any liability for action taken in reliance on the c=
ontent of this communication.> > -- > PHP Windows Mailing List (http://www.=
php.net/)> To unsubscribe, visit: http://www.php.net/unsub.php>=20
____________________________________________________________ _____
Descarga ya gratis y vive la experiencia Windows Live.
http://www.descubrewindowslive.com/latam/index.html=
--_55a39bf0-60ee-4f3e-8821-e8cf90df7658_--
RE: PHP and Windows - problem with php_mysqli.dll
am 12.05.2008 17:08:50 von creedacio
--_1ba2eb53-0197-41fe-9460-fe3b4cf765e9_
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Sorry...
step1. you can find php_mysqli.dll
=20
step2. and put that dll into c:\php\extensions\
=20
step3. that folder is not available, create it. now our dll file is in c:\p=
hp\extensions\php_mysqli.dll
=20
step4. go to php.ini, i thought that is in c:\windows
=20
step5. search 'extension_dir'
=20
step6. after you found that you can set the path c:\php\extensions
=20
step7. inside the php.ini, go to the dll section (search dll as your text i=
n the search box)
step8. there is something like ;extension=3Dphp_mysqli.dll
=20
step9. if it is not available, you type the above thing and remove the semi=
colan
=20
step10. save php.ini file
=20
step11. restart apache and check it out.=20
Ignacio> From: creedacio@hotmail.com> To: stephen.brereton@york.gov.uk; php=
-windows@lists.php.net> Date: Mon, 12 May 2008 11:04:48 -0400> Subject: RE:=
[PHP-WIN] PHP and Windows - problem with php_mysqli.dll> > > step1. you ca=
n find php_mysqli.dllstep2. and put that dll into c:\php\extensions\step3. =
that folder is not available, create it. now our dll file is in c:\php\exte=
nsions\php_mysqli.dllstep4. go to php.ini, i thought that is in c:\windowss=
tep5. search "extension_dir"step6. after you found that you can set the pat=
h c:\php\extensionsstep7. inside the php.ini, go to the dll section (search=
dll as your text in the search box)step8. there is something like ;extensi=
on=3Dphp_mysqli.dllstep9. if it is not available, you type the above thing =
and remove the semicolanstep10. save php.ini file> > step11. restart apache=
and check it out. > > Ignacio> > Date: Mon, 12 May 2008 15:24:47 +0100> Fr=
om: Stephen.Brereton@york.gov.uk> To: php-windows@lists.php.net> Subject: [=
PHP-WIN] PHP and Windows - problem with php_mysqli.dll> > > I'm trying to g=
et a mysql driven site working, but have hit a nasty problem> > Started off=
with php 5 but that simply refuses to find the dll.> rolled back to 4.2 or=
some such, which then fails to load when the dll is included in the extens=
ions list.> So long as mysqli line is commented out, its fine.> > There is =
definately one copy only of the dll on the server.> > using> w2k3, mysql 5>=
> * * * * * * * * * * * *> > Help protect the environment - please don't p=
rint this email unless you really need to.> * * * * * * * * * * * *> > This=
communication is from City of York Council.> > The information contained w=
ithin, and in any attachment(s), is confidential and legally privileged. It=
is for the exclusive use of the intended recipient(s). If you are not the =
intended recipient(s), please note that any form of distribution, copying o=
r use of this communication, or the information within, is strictly prohibi=
ted and may be unlawful. Equally, you must not disclose all, or part, of it=
s contents to any other person.> > If you have received this communication =
in error, please return it immediately to the sender, then delete and destr=
oy any copies of it.> > City of York Council disclaims any liability for ac=
tion taken in reliance on the content of this communication.> > -- > PHP Wi=
ndows Mailing List (http://www.php.net/)> To unsubscribe, visit: http://www=
..php.net/unsub.php> > _____________________________________________________=
____________> Descarga ya gratis y vive la experiencia Windows Live.> http:=
//www.descubrewindowslive.com/latam/index.html
____________________________________________________________ _____
Descarga GRATIS el poder del nuevo Internet Explorer 7.
http://optimized.msn.com/Default.aspx?mkt=3Des-cl=
--_1ba2eb53-0197-41fe-9460-fe3b4cf765e9_--
Re: PHP and Windows - problem with php_mysqli.dll
am 12.05.2008 17:54:22 von Matthew Gonzales
Brerton,
Here is a guide on a wiki for phpGEDView that I used to get my 2K3
server working.
http://wiki.phpgedview.net/en/index.php?title=How_to:Install _IIS_with_PHP_and_MySQL
Matt G
Matthew Gonzales
IT Professional Specialist
Enterprise Information Technology Services
University of Georgia
Email: matt323@uga.edu
Phone: (706)542-9538
Brereton, Stephen wrote:
> I'm trying to get a mysql driven site working, but have hit a nasty problem
>
> Started off with php 5 but that simply refuses to find the dll.
> rolled back to 4.2 or some such, which then fails to load when the dll is included in the extensions list.
> So long as mysqli line is commented out, its fine.
>
> There is definately one copy only of the dll on the server.
>
> using
> w2k3, mysql 5
>
> * * * * * * * * * * * *
>
> Help protect the environment - please don't print this email unless you really need to.
> * * * * * * * * * * * *
>
> This communication is from City of York Council.
>
> The information contained within, and in any attachment(s), is confidential and legally privileged. It is for the exclusive use of the intended recipient(s). If you are not the intended recipient(s), please note that any form of distribution, copying or use of this communication, or the information within, is strictly prohibited and may be unlawful. Equally, you must not disclose all, or part, of its contents to any other person.
>
> If you have received this communication in error, please return it immediately to the sender, then delete and destroy any copies of it.
>
> City of York Council disclaims any liability for action taken in reliance on the content of this communication.
>
>
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
RE: PHP and Windows - problem with php_mysqli.dll
am 13.05.2008 10:09:34 von Stephen.Brereton
Done that with no improvement.
I'm sure that using PHP5 would be a better option, but it refuses to=
see/read the dlls.
Is there something with w2k3/IIS6 that is a known problem?
Before you say it, apache is not an option.
-----Original Message-----
From: Patrick Farley [mailto:Patrick@jantir.net]On Behalf Of
php@jantir.net
Sent: 12 May 2008 16:04
To: Brereton, Stephen
Subject: RE: [PHP-WIN] PHP and Windows - problem with php_mysqli.dll
Make sure you've set your environment variable correctly. You will need
both variables set. Follow these FAQ entries
http://www.php.net/manual/en/faq.installation.php#faq.instal lation.addtopat=
h
http://www.php.net/manual/en/faq.installation.php#faq.instal lation.phprc
You MUST restart after doing this.
-----Original Message-----
From: Brereton, Stephen [mailto:Stephen.Brereton@york.gov.uk]=0D
Sent: Monday, May 12, 2008 10:25 AM
To: php-windows@lists.php.net
Subject: [PHP-WIN] PHP and Windows - problem with php_mysqli.dll
I'm trying to get a mysql driven site working, but have hit a nasty problem
Started off with php 5 but that simply refuses to find the dll.
rolled back to 4.2 or some such, which then fails to load when the dll is
included in the extensions list.
So long as mysqli line is commented out, its fine.
There is definately one copy only of the dll on the server.
using
w2k3, mysql 5
* * * * * * * * * * * * Help protect the environment - please don't print
this email unless you really need to.
* * * * * * * * * * * *
This communication is from City of York Council.
The information contained within, and in any attachment(s), is confidential
and legally privileged. It is for the exclusive use of the intended
recipient(s). If you are not the intended recipient(s), please note that=
any
form of distribution, copying or use of this communication, or the
information within, is strictly prohibited and may be unlawful. Equally,=
you
must not disclose all, or part, of its contents to any other person.
If you have received this communication in error, please return it
immediately to the sender, then delete and destroy any copies of it.
City of York Council disclaims any liability for action taken in reliance=
on
the content of this communication.
--
PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit:
http://www.php.net/unsub.php
* * * * * * * * * * * *=0D
Help protect the environment - please don't print this email unless you=
really need to.
* * * * * * * * * * * *
This communication is from City of York Council.
The information contained within, and in any attachment(s), is confidential=
and legally privileged. It is for the exclusive use of the intended=
recipient(s). If you are not the intended recipient(s), please note that=
any form of distribution, copying or use of this communication, or the=
information within, is strictly prohibited and may be unlawful. Equally,=
you must not disclose all, or part, of its contents to any other person.
If you have received this communication in error, please return it=
immediately to the sender, then delete and destroy any copies of it.
City of York Council disclaims any liability for action taken in reliance=
on the content of this communication.
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: PHP and Windows - problem with php_mysqli.dll
am 13.05.2008 15:00:31 von Matthew Gonzales
Brereton,
Try this website. I had the hardest time getting PHP 5 and MySQL to work
with IIS6 and W2K3. This article is for IIS5.5 but the configuration of
PHP and MySQL is the same. It worked for me.
Matt G
Matthew Gonzales
IT Professional Specialist
Enterprise Information Technology Services
University of Georgia
Email: matt323@uga.edu
Phone: (706)542-9538
Brereton, Stephen wrote:
> Done that with no improvement.
> I'm sure that using PHP5 would be a better option, but it refuses to see/read the dlls.
> Is there something with w2k3/IIS6 that is a known problem?
> Before you say it, apache is not an option.
>
> -----Original Message-----
> From: Patrick Farley [mailto:Patrick@jantir.net]On Behalf Of
> php@jantir.net
> Sent: 12 May 2008 16:04
> To: Brereton, Stephen
> Subject: RE: [PHP-WIN] PHP and Windows - problem with php_mysqli.dll
>
>
> Make sure you've set your environment variable correctly. You will need
> both variables set. Follow these FAQ entries
>
> http://www.php.net/manual/en/faq.installation.php#faq.instal lation.addtopath
> http://www.php.net/manual/en/faq.installation.php#faq.instal lation.phprc
>
> You MUST restart after doing this.
>
>
> -----Original Message-----
> From: Brereton, Stephen [mailto:Stephen.Brereton@york.gov.uk]
>
> Sent: Monday, May 12, 2008 10:25 AM
> To: php-windows@lists.php.net
> Subject: [PHP-WIN] PHP and Windows - problem with php_mysqli.dll
>
>
> I'm trying to get a mysql driven site working, but have hit a nasty problem
> Started off with php 5 but that simply refuses to find the dll.
> rolled back to 4.2 or some such, which then fails to load when the dll is
> included in the extensions list.
> So long as mysqli line is commented out, its fine.
>
> There is definately one copy only of the dll on the server.
>
> using
> w2k3, mysql 5
>
> * * * * * * * * * * * * Help protect the environment - please don't print
> this email unless you really need to.
> * * * * * * * * * * * *
>
> This communication is from City of York Council.
>
> The information contained within, and in any attachment(s), is confidential
> and legally privileged. It is for the exclusive use of the intended
> recipient(s). If you are not the intended recipient(s), please note that any
> form of distribution, copying or use of this communication, or the
> information within, is strictly prohibited and may be unlawful. Equally, you
> must not disclose all, or part, of its contents to any other person.
>
> If you have received this communication in error, please return it
> immediately to the sender, then delete and destroy any copies of it.
>
> City of York Council disclaims any liability for action taken in reliance on
> the content of this communication.
>
> --
> PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit:
> http://www.php.net/unsub.php
>
>
>
>
> * * * * * * * * * * * *
>
> Help protect the environment - please don't print this email unless you really need to.
> * * * * * * * * * * * *
>
> This communication is from City of York Council.
>
> The information contained within, and in any attachment(s), is confidential and legally privileged. It is for the exclusive use of the intended recipient(s). If you are not the intended recipient(s), please note that any form of distribution, copying or use of this communication, or the information within, is strictly prohibited and may be unlawful. Equally, you must not disclose all, or part, of its contents to any other person.
>
> If you have received this communication in error, please return it immediately to the sender, then delete and destroy any copies of it.
>
> City of York Council disclaims any liability for action taken in reliance on the content of this communication.
>
>
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php