php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #27323 use of Apache 2.0 and PHP 4.3.4 on a Solaris production system
Submitted: 2004-02-19 17:45 UTC Modified: 2004-02-20 22:58 UTC
From: wzaccone at telcordia dot com Assigned:
Status: Not a bug Package: Documentation problem
PHP Version: 4.3.4 OS: Apache 2.0
Private report: No CVE-ID: None
 [2004-02-19 17:45 UTC] wzaccone at telcordia dot com
Description:
------------
 We still see the following warning on php.net in the installation section of the online documentation:  "Do not use Apache 2.0 and PHP in a production environment neither on Unix nor on Windows. ".  My question:  Is this warning still in effect for all releases of PHP???  Is warning the documentation still appropriate in our situation-- specifically PHP 4.3.4 on UNIX/Solaris 8 with Apache 1.3.27. We are considering migrating to Apache 2.0 on Solaris 8.  THANK YOU. 



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-02-20 21:58 UTC] sniper@php.net
Apache 2 is still too new. And the SAPI modules we have for it have proven to be quite buggy too..

And you don't get pretty much anything extra out of Apache2 compared to Apache1.3 anyway. Enabling Apache2 with threaded MPM, like worker, makes it really unstable due to 3rd party stuff being non-thread-safe.

Ask again next year. :)



 [2004-02-20 22:58 UTC] irchtml@php.net
Yes, Apache 2 was only released 4 years ago (stable-2 years ago).  It is far too new to even think about supporting it.

The general procedure is to release a major build and ask questions later.

Submit again before PHP 6 goes into beta testing.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun May 05 23:01:30 2024 UTC