Hi, We have another question on building PHP on Linux:
When building for Apache, we don't get, on Linux, the core PHP part as a separate binary from the Apache module. This is what the hacked up build scripts produced. Thus, instead of having a single core part which can be used by Apache 1.3 module, Apache 2.x module, command line interface program etc, the whole PHP core is bound statically into each of these! We would like to know whether there is a way to do the way we want it to be done by some configure option OR do we need to modify the input files to the autotools to enable this? Thanks, Ananth. -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php