]> granicus.if.org Git - php/commitdiff
export opcode table
authorStanislav Malyshev <stas@php.net>
Sun, 29 Feb 2004 15:04:22 +0000 (15:04 +0000)
committerStanislav Malyshev <stas@php.net>
Sun, 29 Feb 2004 15:04:22 +0000 (15:04 +0000)
Zend/zend_execute.c

index 1e2a515d3b4a232b18184d0e47f62c603c56b72b..b796445e6214cbd57a17a2414de4103240ced8f5 100644 (file)
@@ -1283,7 +1283,7 @@ static int zend_check_symbol(zval **pz TSRMLS_DC)
        EG(current_execute_data) = EX(prev_execute_data);                                               \
        return 1; /* CHECK_ME */
 
-opcode_handler_t zend_opcode_handlers[512];
+ZEND_API opcode_handler_t zend_opcode_handlers[512];
 
 ZEND_API void execute_internal(zend_execute_data *execute_data_ptr, int return_value_used TSRMLS_DC)
 {