@@ -25,6 +25,9 @@ static const func_info_t func_infos[] = {
25
25
F1 ("spl_classes" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_STRING |MAY_BE_ARRAY_OF_STRING ),
26
26
F1 ("spl_object_hash" , MAY_BE_STRING ),
27
27
FN ("socket_export_stream" , MAY_BE_RESOURCE |MAY_BE_FALSE ),
28
+ FN ("dba_popen" , MAY_BE_RESOURCE |MAY_BE_FALSE ),
29
+ FN ("dba_open" , MAY_BE_RESOURCE |MAY_BE_FALSE ),
30
+ FN ("bzopen" , MAY_BE_RESOURCE |MAY_BE_FALSE ),
28
31
F1 ("gzopen" , MAY_BE_RESOURCE |MAY_BE_FALSE ),
29
32
#if HAVE_NANOSLEEP
30
33
F1 ("time_nanosleep" , MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_STRING |MAY_BE_ARRAY_OF_LONG |MAY_BE_BOOL ),
@@ -60,6 +63,31 @@ static const func_info_t func_infos[] = {
60
63
FN ("oci_get_implicit_resultset" , MAY_BE_RESOURCE |MAY_BE_FALSE ),
61
64
FN ("oci_password_change" , MAY_BE_RESOURCE |MAY_BE_BOOL ),
62
65
FN ("oci_new_cursor" , MAY_BE_RESOURCE |MAY_BE_FALSE ),
66
+ FN ("odbc_prepare" , MAY_BE_RESOURCE |MAY_BE_FALSE ),
67
+ FN ("odbc_exec" , MAY_BE_RESOURCE |MAY_BE_FALSE ),
68
+ FN ("odbc_connect" , MAY_BE_RESOURCE |MAY_BE_FALSE ),
69
+ FN ("odbc_pconnect" , MAY_BE_RESOURCE |MAY_BE_FALSE ),
70
+ FN ("odbc_tables" , MAY_BE_RESOURCE |MAY_BE_FALSE ),
71
+ FN ("odbc_columns" , MAY_BE_RESOURCE |MAY_BE_FALSE ),
72
+ FN ("odbc_gettypeinfo" , MAY_BE_RESOURCE |MAY_BE_FALSE ),
73
+ FN ("odbc_primarykeys" , MAY_BE_RESOURCE |MAY_BE_FALSE ),
74
+ #if !defined (HAVE_SOLID ) && !defined (HAVE_SOLID_30 ) && !defined (HAVE_SOLID_35 )
75
+ FN ("odbc_procedurecolumns" , MAY_BE_RESOURCE |MAY_BE_FALSE ),
76
+ #endif
77
+ #if !defined (HAVE_SOLID ) && !defined (HAVE_SOLID_30 ) && !defined (HAVE_SOLID_35 )
78
+ FN ("odbc_procedures" , MAY_BE_RESOURCE |MAY_BE_FALSE ),
79
+ #endif
80
+ #if !defined (HAVE_SOLID ) && !defined (HAVE_SOLID_30 ) && !defined (HAVE_SOLID_35 )
81
+ FN ("odbc_foreignkeys" , MAY_BE_RESOURCE |MAY_BE_FALSE ),
82
+ #endif
83
+ FN ("odbc_specialcolumns" , MAY_BE_RESOURCE |MAY_BE_FALSE ),
84
+ FN ("odbc_statistics" , MAY_BE_RESOURCE |MAY_BE_FALSE ),
85
+ #if !defined (HAVE_DBMAKER ) && !defined (HAVE_SOLID ) && !defined (HAVE_SOLID_30 ) && !defined (HAVE_SOLID_35 )
86
+ FN ("odbc_tableprivileges" , MAY_BE_RESOURCE |MAY_BE_FALSE ),
87
+ #endif
88
+ #if !defined (HAVE_DBMAKER ) && !defined (HAVE_SOLID ) && !defined (HAVE_SOLID_30 ) && !defined (HAVE_SOLID_35 )
89
+ FN ("odbc_columnprivileges" , MAY_BE_RESOURCE |MAY_BE_FALSE ),
90
+ #endif
63
91
F1 ("pg_socket" , MAY_BE_RESOURCE |MAY_BE_FALSE ),
64
92
FN ("pcntl_signal_get_handler" , MAY_BE_STRING |MAY_BE_ARRAY |MAY_BE_ARRAY_KEY_LONG |MAY_BE_ARRAY_OF_STRING |MAY_BE_ARRAY_OF_OBJECT |MAY_BE_OBJECT |MAY_BE_LONG ),
65
93
};
0 commit comments