. Fixed bug #69221 (Segmentation fault when using a generator in combination
with an Iterator). (Nikita)
+- Date:
+ . Export date_get_immutable_ce so that it can be used by extensions. (Derick
+ Rethans)
+
- Curl:
. Implemented FR#69278 (HTTP2 support). (Masaki Kagaya)
/* Grabbing CE's so that other exts can use the date objects too */
PHPAPI zend_class_entry *php_date_get_date_ce(void);
+PHPAPI zend_class_entry *php_date_get_immutable_ce(void);
PHPAPI zend_class_entry *php_date_get_timezone_ce(void);
/* Functions for creating DateTime objects, and initializing them from a string */