PHP ships with an extensive test suite, the command make test is used after successful compilation of the sources to run this test suite. It is possible to run tests using multiple cores by setting ...
Go to php/ directory and run script from command line. This will let you see for example if any of the php extensions failed loading. It may possibly also reveal other issues. cd phpdesktop/php/ ...