diff options
| author | Andi Gutmans <andi@php.net> | 2004-09-23 21:43:32 +0000 |
|---|---|---|
| committer | Andi Gutmans <andi@php.net> | 2004-09-23 21:43:32 +0000 |
| commit | f82ed136259b8f12c1dbb29a3b2b8c398414ed1a (patch) | |
| tree | dc453af45ed4d9f10685fffccffcdeaf098ca608 /Zend/zend_compile.h | |
| parent | 1fc2b79172fb10030e499b0c40566dae1514a9d1 (diff) | |
| download | php-git-f82ed136259b8f12c1dbb29a3b2b8c398414ed1a.tar.gz | |
- Commit new VM architecture. This one allows people (aka Derick) to
- ask the engine to use function handler mode. Will update the README
- about that.
Diffstat (limited to 'Zend/zend_compile.h')
| -rw-r--r-- | Zend/zend_compile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_compile.h b/Zend/zend_compile.h index 9f595d4620..b57854a9f8 100644 --- a/Zend/zend_compile.h +++ b/Zend/zend_compile.h @@ -72,7 +72,7 @@ typedef struct _zend_execute_data zend_execute_data; typedef int (*opcode_handler_t) (ZEND_OPCODE_HANDLER_ARGS); -extern ZEND_API opcode_handler_t zend_opcode_handlers[512]; +extern ZEND_API opcode_handler_t *zend_opcode_handlers; struct _zend_op { opcode_handler_t handler; |
