php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #15448 Part of Apache installation howto disappeared
Submitted: 2002-02-08 06:44 UTC Modified: 2002-02-08 08:28 UTC
From: pikkumyy at ikiliekki dot org Assigned:
Status: Not a bug Package: Documentation problem
PHP Version: 4.1.1 OS: Linux
Private report: No CVE-ID: None
 [2002-02-08 06:44 UTC] pikkumyy at ikiliekki dot org
On "Manual / Installation / Servers: Apache on Unix" there used to be sections such as:

  11. cd ../apache_1.3.x
  12. for PHP 3: ./configure -activate-module=src/modules/php3/libphp3.a
      for PHP 4: ./configure --activate-module=src/modules/php4/libphp4.a
  13. make
  14. make install

These seem to have disappeared.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-02-08 08:28 UTC] alindeman@php.net
This is intended.  The installation uses apxs.  This is a description of apxs..

"apxs is a tool for building and installing extension modules
     for  the  Apache  HyperText Transfer Protocol (HTTP) server.
     This is achieved by building a Dynamic Shared  Object  (DSO)
     from  one  or  more source or object files which then can be
     loaded into the Apache server under runtime via the  LoadMo-
     dule directive from mod_so.
"
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 20:01:45 2024 UTC