Add missing exports

This commit is contained in:
Zeev Suraski 2001-06-19 08:52:19 +00:00
parent 38085881a6
commit 0c164128f8
2 changed files with 2 additions and 2 deletions

View file

@ -898,7 +898,7 @@ typedef struct _object_info {
zval *ptr;
} object_info;
void execute(zend_op_array *op_array ELS_DC)
ZEND_API void execute(zend_op_array *op_array ELS_DC)
{
zend_op *opline = op_array->opcodes;
#if SUPPORT_INTERACTIVE

View file

@ -52,7 +52,7 @@ ZEND_API extern void (*zend_execute)(zend_op_array *op_array ELS_DC);
void init_executor(CLS_D ELS_DC);
void shutdown_executor(ELS_D);
void execute(zend_op_array *op_array ELS_DC);
ZEND_API void execute(zend_op_array *op_array ELS_DC);
ZEND_API int zend_is_true(zval *op);
static inline void safe_free_zval_ptr(zval *p)
{