summaryrefslogtreecommitdiffstats
path: root/request_hooks.h
blob: 449347b832119d9d05c77fd6d5e63d7cc237badb (plain)
1
2
3
4
5
6
7
8
9
#ifndef REQUEST_HOOKS_H
#define REQUEST_HOOKS_H

#include <Zend/zend_types.h>
#include <php.h>

int dd_execute_php_file(const char *filename TSRMLS_DC);

#endif  // REQUEST_HOOKS_H