- Exif:
. Fixed bug #75301 (Exif extension has built in revision version). (Peter
- Kokot).
+ Kokot)
+
+ - Zlib:
+ . Fixed bug #75299 (Wrong reflection on inflate_init and inflate_add). (Fabien
+ Villepinte)
-26 Sep 2017, PHP 7.1.11
+12 Oct 2017, PHP 7.2.0RC4
-- Core:
- . Fixed bug #75241 (Null pointer dereference in zend_mm_alloc_small()).
- (Laruence)
- . Fixed bug #75236 (infinite loop when printing an error-message). (Andrea)
- . Fixed bug #75252 (Incorrect token formatting on two parse errors in one
- request). (Nikita)
+- Core
. Fixed bug #75220 (Segfault when calling is_callable on parent).
(andrewnester)
. Fixed bug #75290 (debug info of Closures of internal functions contain
ZEND_END_ARG_INFO()
ZEND_BEGIN_ARG_INFO_EX(arginfo_inflate_add, 0, 0, 2)
- ZEND_ARG_INFO(0, resource)
- ZEND_ARG_INFO(0, flush_behavior)
+ ZEND_ARG_INFO(0, context)
+ ZEND_ARG_INFO(0, encoded_data)
+ ZEND_ARG_INFO(0, flush_mode)
ZEND_END_ARG_INFO()
+ZEND_BEGIN_ARG_INFO_EX(arginfo_inflate_get_status, 0, 0, 1)
+ ZEND_ARG_INFO(0, resource)
+ZEND_END_ARG_INFO()
+
+ZEND_BEGIN_ARG_INFO_EX(arginfo_inflate_get_read_len, 0, 0, 1)
+ ZEND_ARG_INFO(0, resource)
+ZEND_END_ARG_INFO()
+
/* }}} */
/* {{{ php_zlib_functions[] */