2014-03-19 21:33:39 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2014-05-25 11:29:08 +00:00
|
|
|
<!-- $Revision$ -->
|
2014-03-19 21:33:39 +00:00
|
|
|
|
|
|
|
<sect1 xml:id="migration56.extensions">
|
|
|
|
<title>Other changes to extensions</title>
|
|
|
|
|
2014-10-23 18:37:34 +00:00
|
|
|
<sect2 xml:id="migration56.extensions.curl">
|
|
|
|
<title><link linkend="book.curl">cURL</link></title>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
A number of constants marked obsolete in the cURL library have now been
|
|
|
|
removed:
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<itemizedlist>
|
|
|
|
<listitem>
|
|
|
|
<simpara>
|
|
|
|
<constant>CURLOPT_CLOSEPOLICY</constant>
|
|
|
|
</simpara>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<simpara>
|
|
|
|
<constant>CURLCLOSEPOLICY_CALLBACK</constant>
|
|
|
|
</simpara>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<simpara>
|
|
|
|
<constant>CURLCLOSEPOLICY_LEAST_RECENTLY_USED</constant>
|
|
|
|
</simpara>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<simpara>
|
|
|
|
<constant>CURLCLOSEPOLICY_LEAST_TRAFFIC</constant>
|
|
|
|
</simpara>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<simpara>
|
|
|
|
<constant>CURLCLOSEPOLICY_OLDEST</constant>
|
|
|
|
</simpara>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<simpara>
|
|
|
|
<constant>CURLCLOSEPOLICY_SLOWEST</constant>
|
|
|
|
</simpara>
|
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
</sect2>
|
|
|
|
|
2014-03-19 21:33:39 +00:00
|
|
|
<sect2 xml:id="migration56.extensions.oci8">
|
|
|
|
<title><link linkend="book.oci8">OCI8</link></title>
|
|
|
|
|
|
|
|
<itemizedlist>
|
|
|
|
<listitem>
|
|
|
|
<simpara>
|
|
|
|
Support for implicit result sets for Oracle Database 12c has been added
|
|
|
|
via the new <function>oci_get_implicit_resultset</function> function.
|
|
|
|
</simpara>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<simpara>
|
|
|
|
Using <literal>oci_execute($s, OCI_NO_AUTO_COMMIT)</literal> for a
|
|
|
|
SELECT no longer unnecessarily initiates an internal ROLLBACK during
|
|
|
|
connection close.
|
|
|
|
</simpara>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<simpara>
|
|
|
|
Added DTrace probes controlled by the <literal>--enable-dtrace</literal>
|
|
|
|
configure option.
|
|
|
|
</simpara>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<simpara>
|
|
|
|
<function>oci_internal_debug</function> is now a no-op.
|
|
|
|
</simpara>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<simpara>
|
|
|
|
The <function>phpinfo</function> output format for OCI8 has changed.
|
|
|
|
</simpara>
|
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 xml:id="migration56.extensions.zip">
|
|
|
|
<title><link linkend="book.zip">Zip</link></title>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
A <literal>--with-libzip</literal> configure option has been added to use
|
|
|
|
a system libzip installation. libzip version 0.11 is required, with 0.11.2
|
|
|
|
or later recommended.
|
|
|
|
</para>
|
|
|
|
</sect2>
|
|
|
|
|
2015-09-03 04:09:19 +00:00
|
|
|
<sect2 xml:id="migration56.extensions.mysqli">
|
|
|
|
<title><link linkend="book.mysqli">MySQLi</link></title>
|
|
|
|
<para>
|
|
|
|
A new <link linkend="ini.mysqli.rollback-on-cached-plink">mysqli.rollback_on_cached_plink</link>
|
2018-04-29 11:07:38 +00:00
|
|
|
option was added, which controls the rollback behavior of persistent connections.
|
2015-09-03 04:09:19 +00:00
|
|
|
</para>
|
|
|
|
</sect2>
|
|
|
|
|
2014-03-19 21:33:39 +00:00
|
|
|
<!-- TODO: anything since alpha 1 -->
|
|
|
|
</sect1>
|
|
|
|
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
|
|
Local variables:
|
|
|
|
mode: sgml
|
|
|
|
sgml-omittag:t
|
|
|
|
sgml-shorttag:t
|
|
|
|
sgml-minimize-attributes:nil
|
|
|
|
sgml-always-quote-attributes:t
|
|
|
|
sgml-indent-step:1
|
|
|
|
sgml-indent-data:t
|
|
|
|
indent-tabs-mode:nil
|
|
|
|
sgml-parent-document:nil
|
|
|
|
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
|
|
|
sgml-exposed-tags:nil
|
|
|
|
sgml-local-catalogs:nil
|
|
|
|
sgml-local-ecat-files:nil
|
|
|
|
End:
|
|
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
|
|
vim: et tw=78 syn=sgml
|
|
|
|
vi: ts=1 sw=1
|
|
|
|
-->
|