Re: [PHP] any windows php developers out here?

2003-02-10 Thread Sascha Braun
http://php.e-novative.de/ephp.php

Just look at this link, you will find a windows installer there,
it installs Apache, PHP, MySQL and phpMyAdmin just
from scratch, without you to know what you do ;)))

Sascha

- Original Message - 
From: Victor [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, February 09, 2003 12:13 AM
Subject: [PHP] any windows php developers out here?


 Hello, I am wondering if any of you got a reliable php and MySQL
 installation (MySQL is easy) I am mostly wondering if there is a point
 in tying to use windows as a development platform for PHP. I have a nice
 and working red hat 8.0 installation, but I did an upgrade from 7.3 and
 now apache doesn't work cuz it wants me to switch form apache 1.X to 2.X
 and all I want is to erase the old apache and use the new one or erase
 the new one and use the old one, whichever works. But anyway... I also
 do design and I have people submit me illustrator and Photoshop files
 and word docs, so for now I might have to stick to windows for work. BUT
 what do u suggest? I it futile to try to get php to work in windows?
 With IIS preferably so that I can play with ASP and Cold Fusion once in
 a while. Please help if you are using windows with php and send me some
 instructions if you feel like it, much appreciated.
 
 - Vic
 
 __ 
 Post your free ad now! http://personals.yahoo.ca
 
 -- 
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php
 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP] any windows php developers out here?

2003-02-10 Thread John W. Holmes
It's step 2 and 3 on this list that need to get added to the PHP manual.
Step 3 can be skipped if you're not running NTFS.

---John Holmes...

-Original Message-
From: Victor [mailto:[EMAIL PROTECTED]]
Sent: Sunday, February 09, 2003 4:20 PM
To: 'Victor'; [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: RE: [PHP] any windows php developers out here?


 So I guess I al looking to finding out what I need to configure IIS to
 to get the ISAPI module to work, etc.

1. Unzip the php .zip file to C:\php\

2. Copy c:\php\sapi\php4isapi.dll to c:\php\php4isapi.dll

3. Ensure the user IIS runs as, generally IUSR_computer_name, has read
permissions to C:\php\ and all subdirectories.

4. Follow directions as in the manual

5. Shut down IIS (net stop iisadmin)

6. Open up IIS control panel

7. Add ISAPI filter pointing to c:\php\php4isapi.dll

8. Add application mapping pointing to c:\php\php4isapi.dll

9. Start up IIS (net start w3svc)

That's it...

---John W. Holmes...

You are the best!

Thanks, BTW who is in charge of the PHP installation documentation, I
would like to slap them in the face with these instructions. I know that
IIS setup is not their domain but they are responsible for helping users
use PHP and facilitating that is made by clear documentation, this
documentation here is not perfect, but it's much more in depth and
clearer to the one who doesn't want to go to get a MSCSE degree so that
they know how to get PHP running on IIS...

- Vic

__
Post your free ad now! http://personals.yahoo.ca


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP] any windows php developers out here?

2003-02-09 Thread Victor
Kk, I got it to work in apache 2.X on redhat 8.0 all I had to do is
start apache from the directory it resides in and then it work sfine,
but I will try your notes also and get it working on windows too.
Thanks, I'll see if I have more problems...

-Original Message-
From: John W. Holmes [mailto:[EMAIL PROTECTED]] 
Sent: Saturday, February 08, 2003 8:58 PM
To: 'Victor'; [EMAIL PROTECTED]
Subject: RE: [PHP] any windows php developers out here?

 So I guess I al looking to finding out what I need to configure IIS to
 to get the ISAPI module to work, etc.

1. Unzip the php .zip file to C:\php\

2. Copy c:\php\sapi\php4isapi.dll to c:\php\php4isapi.dll

3. Ensure the user IIS runs as, generally IUSR_computer_name, has read
permissions to C:\php\ and all subdirectories.

4. Follow directions as in the manual

5. Shut down IIS (net stop iisadmin)

6. Open up IIS control panel

7. Add ISAPI filter pointing to c:\php\php4isapi.dll

8. Add application mapping pointing to c:\php\php4isapi.dll

9. Start up IIS (net start w3svc)

That's it...

---John W. Holmes...

PHP Architect - A monthly magazine for PHP Professionals. Get your copy
today. http://www.phparch.com/



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

__ 
Post your free ad now! http://personals.yahoo.ca

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP] any windows php developers out here?

2003-02-09 Thread Victor
 So I guess I al looking to finding out what I need to configure IIS to
 to get the ISAPI module to work, etc.

1. Unzip the php .zip file to C:\php\

2. Copy c:\php\sapi\php4isapi.dll to c:\php\php4isapi.dll

3. Ensure the user IIS runs as, generally IUSR_computer_name, has read
permissions to C:\php\ and all subdirectories.

4. Follow directions as in the manual

5. Shut down IIS (net stop iisadmin)

6. Open up IIS control panel

7. Add ISAPI filter pointing to c:\php\php4isapi.dll

8. Add application mapping pointing to c:\php\php4isapi.dll

9. Start up IIS (net start w3svc)

That's it...

---John W. Holmes...

You are the best!

Thanks, BTW who is in charge of the PHP installation documentation, I
would like to slap them in the face with these instructions. I know that
IIS setup is not their domain but they are responsible for helping users
use PHP and facilitating that is made by clear documentation, this
documentation here is not perfect, but it's much more in depth and
clearer to the one who doesn't want to go to get a MSCSE degree so that
they know how to get PHP running on IIS...

- Vic

__ 
Post your free ad now! http://personals.yahoo.ca

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] any windows php developers out here?

2003-02-08 Thread Victor
Hello, I am wondering if any of you got a reliable php and MySQL
installation (MySQL is easy) I am mostly wondering if there is a point
in tying to use windows as a development platform for PHP. I have a nice
and working red hat 8.0 installation, but I did an upgrade from 7.3 and
now apache doesn't work cuz it wants me to switch form apache 1.X to 2.X
and all I want is to erase the old apache and use the new one or erase
the new one and use the old one, whichever works. But anyway... I also
do design and I have people submit me illustrator and Photoshop files
and word docs, so for now I might have to stick to windows for work. BUT
what do u suggest? I it futile to try to get php to work in windows?
With IIS preferably so that I can play with ASP and Cold Fusion once in
a while. Please help if you are using windows with php and send me some
instructions if you feel like it, much appreciated.

- Vic

__ 
Post your free ad now! http://personals.yahoo.ca

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP] any windows php developers out here?

2003-02-08 Thread John W. Holmes
 Hello, I am wondering if any of you got a reliable php and MySQL
 installation (MySQL is easy) I am mostly wondering if there is a point
 in tying to use windows as a development platform for PHP. I have a
nice
 and working red hat 8.0 installation, but I did an upgrade from 7.3
and
 now apache doesn't work cuz it wants me to switch form apache 1.X to
2.X
 and all I want is to erase the old apache and use the new one or erase
 the new one and use the old one, whichever works. But anyway... I also
 do design and I have people submit me illustrator and Photoshop files
 and word docs, so for now I might have to stick to windows for work.
BUT
 what do u suggest? I it futile to try to get php to work in windows?
 With IIS preferably so that I can play with ASP and Cold Fusion once
in
 a while. Please help if you are using windows with php and send me
some
 instructions if you feel like it, much appreciated.

I've got PHP and IIS running on a production server and several
development servers with no issues. It takes all of 5 minutes to get
installed. Do you at least have IIS running yet? It's only a couple
steps after that, most of which are outlined in the manual. Contact me
off list if you want more help and let me know what point you're at
right now. 

---John W. Holmes...

PHP Architect - A monthly magazine for PHP Professionals. Get your copy
today. http://www.phparch.com/



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] any windows php developers out here?

2003-02-08 Thread Jason Sheets
You can install PHP + Apache 1.3 on Windows pretty easily.  There are
instructions in the manual at http://www.php.net/manual and there are
also pre-constructed installers that other people make (try
www.hotscripts.com/PHP under applications).

If you just need to get apache 1.3 installed on redhat you just need to
either disable apache 2 or install apache 1.3 and make it listen on a
different port (8080 or something).  You can have both installed if you
configure them with a --prefix, something like ./configure
--prefix=/usr/local/apache13

Jason
On Sat, 2003-02-08 at 16:13, Victor wrote:
 Hello, I am wondering if any of you got a reliable php and MySQL
 installation (MySQL is easy) I am mostly wondering if there is a point
 in tying to use windows as a development platform for PHP. I have a nice
 and working red hat 8.0 installation, but I did an upgrade from 7.3 and
 now apache doesn't work cuz it wants me to switch form apache 1.X to 2.X
 and all I want is to erase the old apache and use the new one or erase
 the new one and use the old one, whichever works. But anyway... I also
 do design and I have people submit me illustrator and Photoshop files
 and word docs, so for now I might have to stick to windows for work. BUT
 what do u suggest? I it futile to try to get php to work in windows?
 With IIS preferably so that I can play with ASP and Cold Fusion once in
 a while. Please help if you are using windows with php and send me some
 instructions if you feel like it, much appreciated.
 
 - Vic
 
 __ 
 Post your free ad now! http://personals.yahoo.ca
 
 -- 
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP] any windows php developers out here?

2003-02-08 Thread Victor
I got IIS working fine, and I did I think, the steps in the php ISAPI
instaltion manual. I think. .. but when I call the php page, it tries to
download it, as far as I know that is a sign that is doesn't know how to
handle that file, whicth means that my instaltion is not that great.

So I guess I al looking to finding out what I need to configure IIS to
to get the ISAPI module to work, etc.

-Original Message-
From: John W. Holmes [mailto:[EMAIL PROTECTED]] 
Sent: Saturday, February 08, 2003 6:27 PM
To: 'Victor'; [EMAIL PROTECTED]
Subject: RE: [PHP] any windows php developers out here?

 Hello, I am wondering if any of you got a reliable php and MySQL
 installation (MySQL is easy) I am mostly wondering if there is a point
 in tying to use windows as a development platform for PHP. I have a
nice
 and working red hat 8.0 installation, but I did an upgrade from 7.3
and
 now apache doesn't work cuz it wants me to switch form apache 1.X to
2.X
 and all I want is to erase the old apache and use the new one or erase
 the new one and use the old one, whichever works. But anyway... I also
 do design and I have people submit me illustrator and Photoshop files
 and word docs, so for now I might have to stick to windows for work.
BUT
 what do u suggest? I it futile to try to get php to work in windows?
 With IIS preferably so that I can play with ASP and Cold Fusion once
in
 a while. Please help if you are using windows with php and send me
some
 instructions if you feel like it, much appreciated.

I've got PHP and IIS running on a production server and several
development servers with no issues. It takes all of 5 minutes to get
installed. Do you at least have IIS running yet? It's only a couple
steps after that, most of which are outlined in the manual. Contact me
off list if you want more help and let me know what point you're at
right now. 

---John W. Holmes...

PHP Architect - A monthly magazine for PHP Professionals. Get your copy
today. http://www.phparch.com/


__ 
Post your free ad now! http://personals.yahoo.ca

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP] any windows php developers out here?

2003-02-08 Thread Victor
How do I disable apache 2.0?

-Original Message-
From: Jason Sheets [mailto:[EMAIL PROTECTED]] 
Sent: Saturday, February 08, 2003 6:33 PM
To: Victor
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP] any windows php developers out here?

You can install PHP + Apache 1.3 on Windows pretty easily.  There are
instructions in the manual at http://www.php.net/manual and there are
also pre-constructed installers that other people make (try
www.hotscripts.com/PHP under applications).

If you just need to get apache 1.3 installed on redhat you just need to
either disable apache 2 or install apache 1.3 and make it listen on a
different port (8080 or something).  You can have both installed if you
configure them with a --prefix, something like ./configure
--prefix=/usr/local/apache13

Jason
On Sat, 2003-02-08 at 16:13, Victor wrote:
 Hello, I am wondering if any of you got a reliable php and MySQL
 installation (MySQL is easy) I am mostly wondering if there is a point
 in tying to use windows as a development platform for PHP. I have a
nice
 and working red hat 8.0 installation, but I did an upgrade from 7.3
and
 now apache doesn't work cuz it wants me to switch form apache 1.X to
2.X
 and all I want is to erase the old apache and use the new one or erase
 the new one and use the old one, whichever works. But anyway... I also
 do design and I have people submit me illustrator and Photoshop files
 and word docs, so for now I might have to stick to windows for work.
BUT
 what do u suggest? I it futile to try to get php to work in windows?
 With IIS preferably so that I can play with ASP and Cold Fusion once
in
 a while. Please help if you are using windows with php and send me
some
 instructions if you feel like it, much appreciated.
 
 - Vic
 
 __

 Post your free ad now! http://personals.yahoo.ca
 
 -- 
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php

__ 
Post your free ad now! http://personals.yahoo.ca

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP] any windows php developers out here?

2003-02-08 Thread Adolfo Bello
On Sat, 2003-02-08 at 20:18, Victor wrote:
 How do I disable apache 2.0?
In Windows, go to service-apache-manual start
In GNU/Linux, chkconfig --level 35 httpd off
-- 
__   
   / \\   @   __ __@   Adolfo Bello [EMAIL PROTECTED]
  /  //  // /\   / \\   // \  //   Bello Ingenieria S.A, ICQ: 65910258
 /  \\  // / \\ /  //  //  / //cel: +58 416 609-6213
/___// // / _/ \__\\ //__/ // fax: +58 212 952-6797
www.bisapi.com   //pager: www.tun-tun.com (# 609-6213)


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP] any windows php developers out here?

2003-02-08 Thread Victor
In GNU/Linux, chkconfig --level 35 httpd off

Wow man, that just SCREAMS apache off! How intuitive Linux is...
-
Vic

Thanks, I'll try it. 

But, what will that turn off? I have apache 1.X and apache 2.X on red
hat? I want to use either or, whichever works with the php 4.3 on red
hat. So ... what do I choose? How do I make the system use only one of
them, how do I erase the other one?

-Original Message-
From: Adolfo Bello [mailto:[EMAIL PROTECTED]] 
Sent: Saturday, February 08, 2003 7:31 PM
To: [EMAIL PROTECTED]
Subject: RE: [PHP] any windows php developers out here?

On Sat, 2003-02-08 at 20:18, Victor wrote:
 How do I disable apache 2.0?
In Windows, go to service-apache-manual start
In GNU/Linux, chkconfig --level 35 httpd off
-- 
__   
   / \\   @   __ __@   Adolfo Bello [EMAIL PROTECTED]
  /  //  // /\   / \\   // \  //   Bello Ingenieria S.A, ICQ: 65910258
 /  \\  // / \\ /  //  //  / //cel: +58 416 609-6213
/___// // / _/ \__\\ //__/ // fax: +58 212 952-6797
www.bisapi.com   //pager: www.tun-tun.com (# 609-6213)


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

__ 
Post your free ad now! http://personals.yahoo.ca

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP] any windows php developers out here?

2003-02-08 Thread Adolfo Bello
On Sat, 2003-02-08 at 21:41, Victor wrote:
 In GNU/Linux, chkconfig --level 35 httpd off
 
 Wow man, that just SCREAMS apache off! How intuitive Linux is...
 -
 Vic
 
 Thanks, I'll try it. 
 
 But, what will that turn off? I have apache 1.X and apache 2.X on red
 hat? I want to use either or, whichever works with the php 4.3 on red
 hat. So ... what do I choose? How do I make the system use only one of
 them, how do I erase the other one?
In Windows and Linux the service is named httpd, it's not my fault.

Well, now you have two Apache in your and you want just one of them to
come up when you boot your machine.

Apache 1.3.x is usually installed in /usr/share/httpd and is started
with a script in /etc/rc.d/init.d called httpd.

Apache 2.0.x is installed by default in /usr/local/apache2 and the
script to start/stop the service is called apachectl and is located in
/usr/local/apache2/bin.

If you want to leave the first one that you installed, just do nothing.

On the other hand, if you want to start the second one, then rename
/etc/rc.d/init.d/httpd to something you want and create a symlink
pointing to the one you want to start. Example:

ln -s /usr/local/apache2/bin/apachectl /etc/rc.d/init.d/httpd

Now:

chkconfig --level 35 httpd on

In this case you don't need to turn off the other. It will never get
started because there is no script in /etc/rc.d/init.d to start it.

Hope this help.
-- 
__   
   / \\   @   __ __@   Adolfo Bello [EMAIL PROTECTED]
  /  //  // /\   / \\   // \  //   Bello Ingenieria S.A, ICQ: 65910258
 /  \\  // / \\ /  //  //  / //cel: +58 416 609-6213
/___// // / _/ \__\\ //__/ // fax: +58 212 952-6797
www.bisapi.com   //pager: www.tun-tun.com (# 609-6213)


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP] any windows php developers out here?

2003-02-08 Thread John W. Holmes
 So I guess I al looking to finding out what I need to configure IIS to
 to get the ISAPI module to work, etc.

1. Unzip the php .zip file to C:\php\

2. Copy c:\php\sapi\php4isapi.dll to c:\php\php4isapi.dll

3. Ensure the user IIS runs as, generally IUSR_computer_name, has read
permissions to C:\php\ and all subdirectories.

4. Follow directions as in the manual

5. Shut down IIS (net stop iisadmin)

6. Open up IIS control panel

7. Add ISAPI filter pointing to c:\php\php4isapi.dll

8. Add application mapping pointing to c:\php\php4isapi.dll

9. Start up IIS (net start w3svc)

That's it...

---John W. Holmes...

PHP Architect - A monthly magazine for PHP Professionals. Get your copy
today. http://www.phparch.com/



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php