|
5 | 5 | <simpara>
|
6 | 6 | Although not explicitly stated in this section,
|
7 | 7 | every new <link linkend="migration84.new-functions">function</link>,
|
8 |
| - <link linkend="migration84.migration84.new-classes">class, interface, enum</link>, |
9 |
| - or <link linkend="migration84.migration84.constants">constant</link> |
| 8 | + <link linkend="migration84.new-classes">class, interface, enum</link>, |
| 9 | + or <link linkend="migration84.constants">constant</link> |
10 | 10 | may cause a redeclaration <exceptionname>Error</exceptionname> to be thrown.
|
11 | 11 | </simpara>
|
12 | 12 |
|
|
95 | 95 | The following extension class constants now declare a type on their
|
96 | 96 | constants:
|
97 | 97 | <simplelist>
|
98 |
| - <member><link linkend="book.date">Date</link></member> |
| 98 | + <member><link linkend="book.datetime">Date</link></member> |
99 | 99 | <member><link linkend="book.intl">Intl</link></member>
|
100 | 100 | <member><link linkend="book.pdo">PDO</link></member>
|
101 | 101 | <member><link linkend="book.reflection">Reflection</link></member>
|
102 | 102 | <member><link linkend="book.spl">SPL</link></member>
|
103 |
| - <member><link linkend="book.sqlite">Sqlite</link></member> |
| 103 | + <member><link linkend="book.sqlite3">Sqlite</link></member> |
104 | 104 | <member><link linkend="book.xmlreader">XMLReader</link></member>
|
105 | 105 | </simplelist>
|
106 | 106 | </para>
|
|
130 | 130 | <title>ODBC</title>
|
131 | 131 |
|
132 | 132 | <simpara>
|
133 |
| - The <link linkend="book.odbc">ODBC</link> functions now accept and return |
| 133 | + The <link linkend="book.uodbc">ODBC</link> functions now accept and return |
134 | 134 | <classname>Odbc\Result</classname> objects instead of
|
135 | 135 | <literal>odbc_result</literal> &resource;s.
|
136 | 136 | </simpara>
|
137 | 137 |
|
138 | 138 | <simpara>
|
139 |
| - The <link linkend="book.odbc">ODBC</link> functions now accept and return |
| 139 | + The <link linkend="book.uodbc">ODBC</link> functions now accept and return |
140 | 140 | <classname>Odbc\Connection</classname> objects instead of
|
141 | 141 | <literal>odbc_connection</literal> &resource;s.
|
142 | 142 | </simpara>
|
|
583 | 583 | However, it is now disabled through the
|
584 | 584 | <link linkend="ini.opcache.jit">opcache.jit</link> setting,
|
585 | 585 | rather than
|
586 |
| - <link linkend="ini.opcache.jit_buffer_size">opcache.jit_buffer_size</link>. |
| 586 | + <link linkend="ini.opcache.jit-buffer-size">opcache.jit_buffer_size</link>. |
587 | 587 | This may affect users who previously enabled JIT through
|
588 |
| - <link linkend="ini.opcache.jit_buffer_size">opcache.jit_buffer_size</link> |
| 588 | + <link linkend="ini.opcache.jit-buffer-size">opcache.jit_buffer_size</link> |
589 | 589 | exclusively, without also specifying a JIT mode using
|
590 | 590 | <link linkend="ini.opcache.jit">opcache.jit</link>.
|
591 | 591 | To enable JIT compilation, set the
|
|
0 commit comments