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_globals.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_globals.h')
-rw-r--r-- | Zend/zend_globals.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Zend/zend_globals.h b/Zend/zend_globals.h index 2c76a8de06..8b5f210538 100644 --- a/Zend/zend_globals.h +++ b/Zend/zend_globals.h @@ -181,6 +181,8 @@ struct _zend_executor_globals { zval *user_error_handler; + int lambda_count; + void *reserved[ZEND_MAX_RESERVED_RESOURCES]; #if SUPPORT_INTERACTIVE int interactive; |