From: "Brereton, Stephen" on

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.
From: =?iso-8859-1?Q?Ignacio_Moncada_Gonz=E1lez?= on

step1. you can 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\extensions\php_mysqli.dllstep4. go to php.ini, i thought that is in c:\windowsstep5. search "extension_dir"step6. after you found that you can set the path 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 ;extension=php_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> From: Stephen.Brereton(a)york.gov.uk> To: php-windows(a)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>
_________________________________________________________________
Descarga ya gratis y vive la experiencia Windows Live.
http://www.descubrewindowslive.com/latam/index.html
From: =?iso-8859-1?Q?Ignacio_Moncada_Gonz=E1lez?= on

Sorry...
step1. you can find php_mysqli.dll

step2. and put that dll into c:\php\extensions\

step3. that folder is not available, create it. now our dll file is in c:\php\extensions\php_mysqli.dll

step4. go to php.ini, i thought that is in c:\windows

step5. search 'extension_dir'

step6. after you found that you can set the path c:\php\extensions

step7. inside the php.ini, go to the dll section (search dll as your text in the search box)
step8. there is something like ;extension=php_mysqli.dll

step9. if it is not available, you type the above thing and remove the semicolan

step10. save php.ini file

step11. restart apache and check it out.
Ignacio> From: creedacio(a)hotmail.com> To: stephen.brereton(a)york.gov.uk; php-windows(a)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 can 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\extensions\php_mysqli.dllstep4. go to php.ini, i thought that is in c:\windowsstep5. search "extension_dir"step6. after you found that you can set the path 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 ;extension=php_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> From: Stephen.Brereton(a)york.gov.uk> To: php-windows(a)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> > _________________________________________________________________> 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=es-cl
From: Matthew Gonzales on
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(a)uga.edu <mailto:matt323(a)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.
>
>
From: "Brereton, Stephen" on

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(a)jantir.net]On Behalf Of
php(a)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.installation.addtopath
http://www.php.net/manual/en/faq.installation.php#faq.installation.phprc

You MUST restart after doing this.


-----Original Message-----
From: Brereton, Stephen [mailto:Stephen.Brereton(a)york.gov.uk]

Sent: Monday, May 12, 2008 10:25 AM
To: php-windows(a)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.