NOTE: the test suite has not been updated, used, or considered, in years. One day... -------------------------------- The test suite requires simpletest and tidy. simpletest requires php5. To build PHP5 on OS X: Install tidy with darwinports: sudo port install tidy Then use this command to build php: ./configure --with-mysql=/usr/local/mysql --with-apxs=/usr/sbin/apxs --with-tidy=/opt/local/ To install simpletest: 1 download the latest release: http://sourceforge.net/projects/simpletest/ 2 sudo pear install simpletest_X.X.X.tgz