summaryrefslogtreecommitdiff
path: root/src/sp_disabled_functions.h
blob: 680eabb4faa40bced1882f30add0c6f76716e72f (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef __SP_DISABLE_FUNCTIONS_H
#define __SP_DISABLE_FUNCTIONS_H

#include "ext/hash/php_hash.h"
#include "ext/hash/php_hash_sha.h"
#include "ext/standard/md5.h"

int hook_disabled_functions();
bool should_disable(zend_execute_data* function_name);

#endif /* __SP_DISABLE_FUNCTIONS_H */