From 0b7a9cea8837993d5888c261a7b5200b8a7ab812 Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Sat, 3 Jun 2000 01:49:49 +0000 Subject: - Fix Win32 compilation (Use winsock2.h from now on) - Add lambda() support --- Zend/zend_compile.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Zend/zend_compile.h') 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 -- cgit v1.2.1