To compile PHP 4.0 as a module for AOLserver, you need:
-- AOLserver 3.0 source distribution (not required for AOLserver >= 3.1)
-- installed AOLserver 3.0 or later
-
+- installed AOLserver 3.1 or later
+ (see the note below for AOLserver 3.0)
NOTE: You should not use this module in production. PHP is not 100% stable
yet in threaded mode. To increase reliability enable the Global Lock
$ ./configure \
--with-aolserver=/path/to/installed/aolserver \
- --with-aolserver-src=/path/to/source/distribution \
<other options>
-NOTE: While AOLserver 3.0 did not install its include directory, later
- releases will do so. This effectively means that you do not need
- to retain the source directory of AOLserver, if there is an
- include directory in the installation directory.
+NOTE: If you are still using AOLserver 3.0, you need to retain the
+ AOLserver source code and pass another option to PHP:
+
+ --with-aolserver-src=/path/to/source/distribution
3.) Compiling and Installing PHP