summaryrefslogtreecommitdiff
path: root/Zend/zend_compile.h
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2000-06-03 01:49:49 +0000
committerZeev Suraski <zeev@php.net>2000-06-03 01:49:49 +0000
commit0b7a9cea8837993d5888c261a7b5200b8a7ab812 (patch)
tree4e28af72b2fc4d28f7dd028f797b801f62de696c /Zend/zend_compile.h
parent1f6c248909c2fc85398288803fb24e470a4b0193 (diff)
downloadphp-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.h2
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