diff options
author | Remi Collet <remi@remirepo.net> | 2020-08-26 09:03:27 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-08-26 09:03:27 +0200 |
commit | 7e1495e5b9124861a848906a53cf7114a0b69f83 (patch) | |
tree | feb58747be1c3e1fcfadcbb08fb4541ec176e275 /engine_api.h | |
parent | e0d705b33cbd0c1af207e5ed344f8dc0b446f6f5 (diff) |
update to 0.48.0
drop patch merged upstream
install PHP library
raise dependency on PHP 5.6
Diffstat (limited to 'engine_api.h')
-rw-r--r-- | engine_api.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/engine_api.h b/engine_api.h deleted file mode 100644 index e0948ac..0000000 --- a/engine_api.h +++ /dev/null @@ -1,17 +0,0 @@ -#ifndef DDTRACE_PHP_5_ENGINE_API_H -#define DDTRACE_PHP_5_ENGINE_API_H - -/* This file is for things that make working with the engine easier. Good - * candidates include: - * - Wrappers for functions which change signature/semantics over time. - * - Wrappers that reduce verbosity when working with zend_* functions. - * - Functions that perform high-level language tasks, such as reading and - * writing object properties, calling functions, calling methods, etc. - */ - -#include <php.h> - -int ddtrace_call_sandboxed_function(const char *name, size_t name_len, zval **retval, int argc, - zval **argv[] TSRMLS_DC); - -#endif // DDTRACE_PHP_5_ENGINE_API_H |