diff options
-rw-r--r-- | Zend/zend.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend.h b/Zend/zend.h index f272a989cc..55834f5e91 100644 --- a/Zend/zend.h +++ b/Zend/zend.h @@ -440,7 +440,7 @@ ZEND_API int zend_get_configuration_directive(char *name, uint name_length, zval (*ppzv_dest)->refcount = refcount; \ } -#define ZEND_MAX_RESERVED_RESOURCES 2 +#define ZEND_MAX_RESERVED_RESOURCES 4 #ifdef ZEND_WIN32 /* Only use this macro if you know for sure that all of the switches values |