[PHP] PHP 4.2.2 and Apache 2

2002-08-13 Thread MET

So how stable are they?  I'm not running a production server, but a
development server.  Everything coming off of this box goes directly to
a production server.

~ Matthew 

 
/**
 
  Matthew Metnetsky
 
  [EMAIL PROTECTED]
 
**/


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




Re: [PHP] PHP 4.2.2 and Apache 2

2002-08-13 Thread Aaron Gould

We have been using PHP 4.2.1/4.2.2 with Apache 2.0.39 for a month on a
development server with absolutely no problems at all.

The PHP group has deemed Apache 2 support in 4.2.x as experimental, but
judging by its stability, a non-experimental release can't be more than a
couple months away.

--
Aaron Gould
[EMAIL PROTECTED]
Web Developer


- Original Message -
From: MET [EMAIL PROTECTED]
To: PHP-GENERAL [EMAIL PROTECTED]
Sent: Tuesday, August 13, 2002 9:55 AM
Subject: [PHP] PHP 4.2.2 and Apache 2


 So how stable are they?  I'm not running a production server, but a
 development server.  Everything coming off of this box goes directly to
 a production server.

 ~ Matthew


 /**

   Matthew Metnetsky

   [EMAIL PROTECTED]

 **/


 --
 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] PHP 4.2.2 and Apache 2

2002-08-13 Thread Rasmus Lerdorf

Which OS, which extensions and how much load have you put it under?  There
are known thread safety issues in various libraries that you can link PHP
against.  And some of them are subtle.

Did you know, for example, that libpq (the PostgreSQL client library) is
threadsafe except for the case where you use CRYPT() in an SQL query.
Good luck debugging that one.

Personally I would not touch Apache 2, at least not with a threaded mpm,
for quite a while.

-Rasmus

On Tue, 13 Aug 2002, Aaron Gould wrote:

 We have been using PHP 4.2.1/4.2.2 with Apache 2.0.39 for a month on a
 development server with absolutely no problems at all.

 The PHP group has deemed Apache 2 support in 4.2.x as experimental, but
 judging by its stability, a non-experimental release can't be more than a
 couple months away.

 --
 Aaron Gould
 [EMAIL PROTECTED]
 Web Developer


 - Original Message -
 From: MET [EMAIL PROTECTED]
 To: PHP-GENERAL [EMAIL PROTECTED]
 Sent: Tuesday, August 13, 2002 9:55 AM
 Subject: [PHP] PHP 4.2.2 and Apache 2


  So how stable are they?  I'm not running a production server, but a
  development server.  Everything coming off of this box goes directly to
  a production server.
 
  ~ Matthew
 
 
  /**
 
Matthew Metnetsky
 
[EMAIL PROTECTED]
 
  **/
 
 
  --
  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 General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] PHP 4.2.2 and Apache 2

2002-08-13 Thread Aaron Gould

These are the command line parameters I used when compiling Apache on our
development server:

  --prefix=/usr/local/apache
  --with-apxs2=/usr/local/apache/bin/apxs
  --with-mysql=/usr
  --with-mcrypt=../mcrypt-2.6.2
  --with-imap
  --with-imap-ssl
  --enable-ftp
  --with-gettext
  --with-xml
  --with-kerberos

Granted, this isn't as complex as many servers out there, but for our
purposes, it works.  We are a small company, and as such, will not get
nearly the traffic that Google gets.  We've only had a peak of about 10
simultaneous users on the server, each of them manipulating data in a MySQL
database of our products.

Obviously we can't say what the result of replacing our current production
server would be.  (Our production server runs Apache 1.3.26 + PHP 4.0.6, and
gets about 250,000 hits/month.)

--
Aaron Gould
[EMAIL PROTECTED]
Web Developer


- Original Message -
From: Rasmus Lerdorf [EMAIL PROTECTED]
To: Aaron Gould [EMAIL PROTECTED]
Cc: MET [EMAIL PROTECTED]; PHP-GENERAL [EMAIL PROTECTED]
Sent: Tuesday, August 13, 2002 11:32 AM
Subject: Re: [PHP] PHP 4.2.2 and Apache 2


 Which OS, which extensions and how much load have you put it under?  There
 are known thread safety issues in various libraries that you can link PHP
 against.  And some of them are subtle.

 Did you know, for example, that libpq (the PostgreSQL client library) is
 threadsafe except for the case where you use CRYPT() in an SQL query.
 Good luck debugging that one.

 Personally I would not touch Apache 2, at least not with a threaded mpm,
 for quite a while.

 -Rasmus

 On Tue, 13 Aug 2002, Aaron Gould wrote:

  We have been using PHP 4.2.1/4.2.2 with Apache 2.0.39 for a month on a
  development server with absolutely no problems at all.
 
  The PHP group has deemed Apache 2 support in 4.2.x as experimental,
but
  judging by its stability, a non-experimental release can't be more than
a
  couple months away.
 
  --
  Aaron Gould
  [EMAIL PROTECTED]
  Web Developer
 
 
  - Original Message -
  From: MET [EMAIL PROTECTED]
  To: PHP-GENERAL [EMAIL PROTECTED]
  Sent: Tuesday, August 13, 2002 9:55 AM
  Subject: [PHP] PHP 4.2.2 and Apache 2
 
 
   So how stable are they?  I'm not running a production server, but a
   development server.  Everything coming off of this box goes directly
to
   a production server.
  
   ~ Matthew
  
  
   /**
  
 Matthew Metnetsky
  
 [EMAIL PROTECTED]
  
   **/
  
  
   --
   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 General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php