diff options
Diffstat (limited to 'ext/iconv/php_iconv.h')
| -rw-r--r-- | ext/iconv/php_iconv.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/iconv/php_iconv.h b/ext/iconv/php_iconv.h index 89506fab53..901ba440fd 100644 --- a/ext/iconv/php_iconv.h +++ b/ext/iconv/php_iconv.h @@ -87,7 +87,8 @@ typedef enum _php_iconv_err_t { PHP_ICONV_ERR_ILLEGAL_CHAR = 5, PHP_ICONV_ERR_UNKNOWN = 6, PHP_ICONV_ERR_MALFORMED = 7, - PHP_ICONV_ERR_ALLOC = 8 + PHP_ICONV_ERR_ALLOC = 8, + PHP_ICONV_ERR_OUT_BY_BOUNDS = 9 } php_iconv_err_t; /* }}} */ |
