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 cff3f87792..51bb01c040 100644 --- a/Zend/zend.h +++ b/Zend/zend.h @@ -405,7 +405,7 @@ ZEND_API int zend_get_ini_entry(char *name, uint name_length, zval *contents); } \ INIT_PZVAL(&(zv)); -#define ZEND_MAX_RESERVED_RESOURCES 1 +#define ZEND_MAX_RESERVED_RESOURCES 2 #ifdef ZEND_WIN32 /* Only use this macro if you know for sure that all of the switches values |