Re: [PHP] PHP on Apache 2.0 -- Does it work?

2002-04-07 Thread Steve Magruder, D2 Director

Thanks for the info.  Apache 1.3.24 isn't a bad release to be stuck with.
:)  I just wanted to be a little bit on the bleeding edge.

Regards,
  Steve

Tyler Longren [EMAIL PROTECTED] wrote in message
004001c1ddf3$13d82b90$0101a8c0@nightengale">news:004001c1ddf3$13d82b90$0101a8c0@nightengale...
 Well, php 4.1.2 for windows probably wasn't compiled to work with apache
2.
 Apache 2 has changed too much for the php developers to keep on top of it.
 If you were using unix/linux, you could compile php to work with apache 2,
 but since you're using Windows, you're stuck with using Apache 1.3.24
until
 the php group releases a new version for Apache 2.




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




[PHP] PHP on Apache 2.0 -- Does it work?

2002-04-06 Thread Steve Magruder, D2 Director

Hello,

  I'm currently running PHP 1.1.2 on Apache 1.3.24/Win2K in SAPI mode (and
this configuration has run incredibly well since last summer, albeit with
changing PHP and Apache sub-versions).  I couldn't find any info at php.net
that indicated whether the current or the next version of PHP (1.2.x) will
successfully run on Apache 2.0 (just GA'd).

  Any info on this will be greatly appreciated.

Regards,
   Steve



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




Re: [PHP] PHP on Apache 2.0 -- Does it work?

2002-04-06 Thread Tyler Longren

Well, php 4.1.2 for windows probably wasn't compiled to work with apache 2.
Apache 2 has changed too much for the php developers to keep on top of it.
If you were using unix/linux, you could compile php to work with apache 2,
but since you're using Windows, you're stuck with using Apache 1.3.24 until
the php group releases a new version for Apache 2.

;-)

Tyler Longren
Captain Jack Communications
[EMAIL PROTECTED]
www.captainjack.com

- Original Message -
From: Steve Magruder, D2 Director [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Saturday, April 06, 2002 12:52 PM
Subject: [PHP] PHP on Apache 2.0 -- Does it work?


 Hello,

   I'm currently running PHP 1.1.2 on Apache 1.3.24/Win2K in SAPI mode (and
 this configuration has run incredibly well since last summer, albeit with
 changing PHP and Apache sub-versions).  I couldn't find any info at
php.net
 that indicated whether the current or the next version of PHP (1.2.x) will
 successfully run on Apache 2.0 (just GA'd).

   Any info on this will be greatly appreciated.

 Regards,
Steve



 --
 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




[PHP] PHP 4.0.5 Apache 2.0

2001-05-03 Thread Devin Atencio


I was wondering if anyone has gotten Apache 2.0 Beta to install with DSO
Support and got PHP 4.0.5 to compile as a DSO using Apache 2.0? I am
using FreeBSD 4.3 and can't seem to get it to work for the life of me.

   /'^'\
  ( o o )
--oOOO--(_)--OOOo
Devin Atencio
ArosNet Systems Administration .oooO
EMail: [EMAIL PROTECTED]   (   )   Oooo.
\ ((   )-
 \_)) /
   (_/
 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] PHP for Apache 2.0

2001-04-18 Thread August Zajonc

I've got PHP up and running partially under Apache 2.0 quite some time ago,
however despite the sweetness of Apache 2, this is probably not something
you want to do. Looking forward to PHP coming out more fully for Apache 2.0,
if there is anything we can do to help it along I'm all ears.

August

- Original Message -
From: "Alexander Wagner" [EMAIL PROTECTED]
Newsgroups: php.general
Sent: Saturday, April 14, 2001 11:07 AM
Subject: Re: [PHP] PHP for Apache 2.0


 Patrick Dunford wrote:
  According to Apache, modules made for Apache 1.3 will not work as-is
  in 2.0 due to changes in the API.
 
  Is a version of PHP 4 for Apache 2.0 coming out?

 Try the configure-option --with-apxs2 instead of --with-apxs and it
 should work with Apache 2.

 PHP 4 supports far more than one Webserver-API.

 regards
 Wagner

 --
 'When the computer industry is at a low, beer drinking is at a high.'
 Jon 'maddog' Hall said.
 By combining both industries into a single course you can make sure you
 always have a job.

 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 To contact the list administrators, e-mail: [EMAIL PROTECTED]



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] PHP for Apache 2.0

2001-04-14 Thread Patrick Dunford

According to Apache, modules made for Apache 1.3 will not work as-is in 2.0 
due to changes in the API.

Is a version of PHP 4 for Apache 2.0 coming out?

-- 
===
Patrick Dunford, Christchurch, NZ - http://pdunford.godzone.net.nz/

   Ill-gotten treasures are of no value, but righteousness delivers
from death.
-- Proverbs 10:2
http://www.heartlight.org/cgi-shl/todaysverse.cgi?day=20010414
===
Created by Mail2Sig - http://pdunford.godzone.net.nz/software/mail2sig/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] PHP for Apache 2.0

2001-04-14 Thread Alexander Wagner

Patrick Dunford wrote:
 According to Apache, modules made for Apache 1.3 will not work as-is
 in 2.0 due to changes in the API.

 Is a version of PHP 4 for Apache 2.0 coming out?

Try the configure-option --with-apxs2 instead of --with-apxs and it 
should work with Apache 2.

PHP 4 supports far more than one Webserver-API.

regards
Wagner

-- 
'When the computer industry is at a low, beer drinking is at a high.' 
Jon 'maddog' Hall said.
By combining both industries into a single course you can make sure you 
always have a job.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] php and apache 2.0

2001-02-24 Thread jeremy


will php 4.0.4 build as a module with apache 2.0?

- jeremy


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]