|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[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.
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Fri Nov 21 18:00:01 2025 UTC |
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. "