Ladies and gentlemen, as of today, the CVS HEAD version (4.3.0-dev) of PHP finally supports --with-apxs building out of the box on Mac OS X. This means that the canonical
./configure --with-apxs=/usr/sbin/apxs ; make ; make install installation method is now possible. We need as much eyes as possible to test this -- if everyone's convinced that we have the right approach here, this will get merged into 4.2.0 as well. The easiest way to try this out is to download a fresh snapshot at http://snaps.php.net/php4-latest.tar.gz and test it with your typical (apxs-based) configuration. I encourage developers on other platforms to test the apxs build as well, in case I botched it up :-) On Mac OS X, we require OS version 10.1 and the December 2001 version of the developer tools. Happy hacking, Marko -- Marko Karppinen - http://homepage.mac.com/marko/ -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php
