- Added RFC2397 (data: stream) support. (Marcus)
- Fixed bug #37565 (Using reflection::export with simplexml causing a crash).
(Marcus)
+- Fixed bug #37563 (array_key_exists performance is poor for &$array). (Ilia)
- Fixed bug #37514 (strtotime doesn't assume year correctly). (Derick)
- Fixed bug #37510 (session_regenerate_id changes session_id() even on
failure). (Hannes)
PHP_FE(array_map, NULL)
PHP_FE(array_chunk, NULL)
PHP_FE(array_combine, NULL)
- PHP_FE(array_key_exists, NULL)
+ PHP_FE(array_key_exists, all_args_prefer_ref)
/* aliases from array.c */
PHP_FALIAS(pos, current, first_arg_force_ref)