* PHP-7.0:
Fix bug #74991 - include_path has a 4096 char (minus "__DIR__:") limit, in some PHAR cases
- OCI8:
. Expose oci_unregister_taf_callback() (Tianfang Yang)
+- Opcache:
+ . Fixed bug #74980 (Narrowing occurred during type inference). (Laruence)
+
+ - phar:
+ . Fixed bug #74991 (include_path has a 4096 char limit in some cases).
+ (bwbroersma)
+
+- Session:
+ . Fixed bug #74892 (Url Rewriting (trans_sid) not working on urls that start
+ with "#"). (Andrew Nester)
+
- SimpleXML:
. Fixed bug #74950 (nullpointer deref in simplexml_element_getDocNamespaces).
(Laruence)