1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74
|
<?xml version='1.0' encoding='utf-8'?>
<!-- $Revision: 293483 $ -->
<!--
Do NOT translate this file
-->
<versions>
<function name='odbc_autocommit' from='PHP 4, PHP 5'/>
<function name='odbc_binmode' from='PHP 4, PHP 5'/>
<function name='odbc_close' from='PHP 4, PHP 5'/>
<function name='odbc_close_all' from='PHP 4, PHP 5'/>
<function name='odbc_columnprivileges' from='PHP 4, PHP 5'/>
<function name='odbc_columns' from='PHP 4, PHP 5'/>
<function name='odbc_commit' from='PHP 4, PHP 5'/>
<function name='odbc_connect' from='PHP 4, PHP 5'/>
<function name='odbc_cursor' from='PHP 4, PHP 5'/>
<function name='odbc_data_source' from='PHP 4 >= 4.3.0, PHP 5'/>
<function name='odbc_do' from='PHP 4, PHP 5'/>
<function name='odbc_error' from='PHP 4 >= 4.0.5, PHP 5'/>
<function name='odbc_errormsg' from='PHP 4 >= 4.0.5, PHP 5'/>
<function name='odbc_exec' from='PHP 4, PHP 5'/>
<function name='odbc_execute' from='PHP 4, PHP 5'/>
<function name='odbc_fetch_array' from='PHP 4 >= 4.0.2, PHP 5'/>
<function name='odbc_fetch_into' from='PHP 4, PHP 5'/>
<function name='odbc_fetch_object' from='PHP 4 >= 4.0.2, PHP 5'/>
<function name='odbc_fetch_row' from='PHP 4, PHP 5'/>
<function name='odbc_field_len' from='PHP 4, PHP 5'/>
<function name='odbc_field_name' from='PHP 4, PHP 5'/>
<function name='odbc_field_num' from='PHP 4, PHP 5'/>
<function name='odbc_field_precision' from='PHP 4, PHP 5'/>
<function name='odbc_field_scale' from='PHP 4, PHP 5'/>
<function name='odbc_field_type' from='PHP 4, PHP 5'/>
<function name='odbc_foreignkeys' from='PHP 4, PHP 5'/>
<function name='odbc_free_result' from='PHP 4, PHP 5'/>
<function name='odbc_gettypeinfo' from='PHP 4, PHP 5'/>
<function name='odbc_longreadlen' from='PHP 4, PHP 5'/>
<function name='odbc_next_result' from='PHP 4 >= 4.0.5, PHP 5'/>
<function name='odbc_num_fields' from='PHP 4, PHP 5'/>
<function name='odbc_num_rows' from='PHP 4, PHP 5'/>
<function name='odbc_pconnect' from='PHP 4, PHP 5'/>
<function name='odbc_prepare' from='PHP 4, PHP 5'/>
<function name='odbc_primarykeys' from='PHP 4, PHP 5'/>
<function name='odbc_procedurecolumns' from='PHP 4, PHP 5'/>
<function name='odbc_procedures' from='PHP 4, PHP 5'/>
<function name='odbc_result' from='PHP 4, PHP 5'/>
<function name='odbc_result_all' from='PHP 4, PHP 5'/>
<function name='odbc_rollback' from='PHP 4, PHP 5'/>
<function name='odbc_setoption' from='PHP 4, PHP 5'/>
<function name='odbc_specialcolumns' from='PHP 4, PHP 5'/>
<function name='odbc_statistics' from='PHP 4, PHP 5'/>
<function name='odbc_tableprivileges' from='PHP 4, PHP 5'/>
<function name='odbc_tableprivilegess' from='PHP 4'/>
<function name='odbc_tables' from='PHP 4, PHP 5'/>
</versions>
<!-- 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
-->
|