function_entry mhash_functions[] = {
PHP_FE(mhash_get_block_size, NULL)
- PHP_FE(mhash_get_hash_name, NULL)
- PHP_FE(mhash_keygen_s2k, NULL)
- PHP_FE(mhash_count, NULL)
- PHP_FE(mhash, NULL) {0}
- ,
+ PHP_FE(mhash_get_hash_name, NULL)
+ PHP_FE(mhash_keygen_s2k, NULL)
+ PHP_FE(mhash_count, NULL)
+ PHP_FE(mhash, NULL)
+ {NULL, NULL, NULL}
};
static PHP_MINIT_FUNCTION(mhash);
PHP_FE(shm_put_var, NULL)
PHP_FE(shm_get_var, NULL)
PHP_FE(shm_remove_var, NULL)
- {0}
+ {NULL, NULL, NULL}
};
/* }}} */
static function_entry aolserver_functions[] = {
PHP_FE(getallheaders, NULL)
- {0}
+ {NULL, NULL, NULL}
};
static zend_module_entry php_aolserver_module = {
PHP_FE(apache_lookup_uri, NULL)
PHP_FE(virtual, NULL)
PHP_FE(getallheaders, NULL)
- {0}
+ {NULL, NULL, NULL}
};
static zend_module_entry php_apache_module = {