Skip to content

Commit de3adc0

Browse files
committed
Migrate ext/odbc resources to opaque objects
1 parent 462792e commit de3adc0

File tree

6 files changed

+989
-1041
lines changed

6 files changed

+989
-1041
lines changed

Zend/Optimizer/zend_func_infos.h

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -316,31 +316,6 @@ static const func_info_t func_infos[] = {
316316
FN("oci_get_implicit_resultset", MAY_BE_RESOURCE|MAY_BE_FALSE),
317317
FN("oci_password_change", MAY_BE_RESOURCE|MAY_BE_BOOL),
318318
FN("oci_new_cursor", MAY_BE_RESOURCE|MAY_BE_FALSE),
319-
FN("odbc_prepare", MAY_BE_RESOURCE|MAY_BE_FALSE),
320-
FN("odbc_exec", MAY_BE_RESOURCE|MAY_BE_FALSE),
321-
FN("odbc_connect", MAY_BE_RESOURCE|MAY_BE_FALSE),
322-
FN("odbc_pconnect", MAY_BE_RESOURCE|MAY_BE_FALSE),
323-
FN("odbc_tables", MAY_BE_RESOURCE|MAY_BE_FALSE),
324-
FN("odbc_columns", MAY_BE_RESOURCE|MAY_BE_FALSE),
325-
FN("odbc_gettypeinfo", MAY_BE_RESOURCE|MAY_BE_FALSE),
326-
FN("odbc_primarykeys", MAY_BE_RESOURCE|MAY_BE_FALSE),
327-
#if !defined(HAVE_SOLID) && !defined(HAVE_SOLID_30) && !defined(HAVE_SOLID_35)
328-
FN("odbc_procedurecolumns", MAY_BE_RESOURCE|MAY_BE_FALSE),
329-
#endif
330-
#if !defined(HAVE_SOLID) && !defined(HAVE_SOLID_30) && !defined(HAVE_SOLID_35)
331-
FN("odbc_procedures", MAY_BE_RESOURCE|MAY_BE_FALSE),
332-
#endif
333-
#if !defined(HAVE_SOLID) && !defined(HAVE_SOLID_30) && !defined(HAVE_SOLID_35)
334-
FN("odbc_foreignkeys", MAY_BE_RESOURCE|MAY_BE_FALSE),
335-
#endif
336-
FN("odbc_specialcolumns", MAY_BE_RESOURCE|MAY_BE_FALSE),
337-
FN("odbc_statistics", MAY_BE_RESOURCE|MAY_BE_FALSE),
338-
#if !defined(HAVE_DBMAKER) && !defined(HAVE_SOLID) && !defined(HAVE_SOLID_30) &&!defined(HAVE_SOLID_35)
339-
FN("odbc_tableprivileges", MAY_BE_RESOURCE|MAY_BE_FALSE),
340-
#endif
341-
#if !defined(HAVE_DBMAKER) && !defined(HAVE_SOLID) && !defined(HAVE_SOLID_30) &&!defined(HAVE_SOLID_35)
342-
FN("odbc_columnprivileges", MAY_BE_RESOURCE|MAY_BE_FALSE),
343-
#endif
344319
F1("opcache_get_status", MAY_BE_ARRAY|MAY_BE_ARRAY_KEY_STRING|MAY_BE_ARRAY_OF_ANY|MAY_BE_FALSE),
345320
F1("opcache_get_configuration", MAY_BE_ARRAY|MAY_BE_ARRAY_KEY_STRING|MAY_BE_ARRAY_OF_ANY|MAY_BE_FALSE),
346321
F1("openssl_x509_parse", MAY_BE_ARRAY|MAY_BE_ARRAY_KEY_STRING|MAY_BE_ARRAY_OF_LONG|MAY_BE_ARRAY_OF_STRING|MAY_BE_ARRAY_OF_ARRAY|MAY_BE_FALSE),

0 commit comments

Comments
 (0)