Topic: Checking functionality in extension manifest?
I'm working on an extension that requires a particular PHP extension; I'd like the manifest's <install> section to do a extension_loaded() call to make sure the PHP extension is installed, but how do I make the installation terminate (with an appropriate error) to prevent installation of the PunBB extension if the PHP extension isn't loaded?