ZEND_MOD_REQUIRED -- Create a simple dependency entry for a required extension
Description
#include <zend_modules.h>
void ZEND_MOD_REQUIRED ( char * ext_name )
ZEND_MOD_REQUIRED() generates a zend_module_dep
entry for the extension named by ext_name. A simple entry
without further version specifications is generated.
See ZEND_MOD_REQUIRED_EX() for an extended version of this
macro that also allows to specify version dependencies.
Parameters
ext_name
The name of a reqiured extension
Return Values
Code to register the required extension dependency