diff options
author | Zeev Suraski <zeev@php.net> | 2000-06-03 01:49:49 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2000-06-03 01:49:49 +0000 |
commit | 0b7a9cea8837993d5888c261a7b5200b8a7ab812 (patch) | |
tree | 4e28af72b2fc4d28f7dd028f797b801f62de696c /Zend/zend_compile.h | |
parent | 1f6c248909c2fc85398288803fb24e470a4b0193 (diff) | |
download | php-git-0b7a9cea8837993d5888c261a7b5200b8a7ab812.tar.gz |
- Fix Win32 compilation (Use winsock2.h from now on)
- Add lambda() support
Diffstat (limited to 'Zend/zend_compile.h')
-rw-r--r-- | Zend/zend_compile.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Zend/zend_compile.h b/Zend/zend_compile.h index d3eb8dde58..f7b5128784 100644 --- a/Zend/zend_compile.h +++ b/Zend/zend_compile.h @@ -363,6 +363,8 @@ void do_extended_fcall_end(CLS_D); void do_ticks(CLS_D); +void function_add_ref(zend_function *function); + #define INITIAL_OP_ARRAY_SIZE 64 |