summaryrefslogtreecommitdiff
path: root/ext/odbc/php_odbc.h
diff options
context:
space:
mode:
authorAndreas Karajannis <kara@php.net>1999-12-11 10:56:42 +0000
committerAndreas Karajannis <kara@php.net>1999-12-11 10:56:42 +0000
commit4bd855e69f8178703582d00ad07ece0c6ad8adf7 (patch)
tree5e0a1c7173dcb5fb97184bdf881e47a788ed0fd3 /ext/odbc/php_odbc.h
parente8c6e01dc5953bd47b12c88ea428f937a4798e7b (diff)
downloadphp-git-4bd855e69f8178703582d00ad07ece0c6ad8adf7.tar.gz
Don't include functions not supported by Solid
Diffstat (limited to 'ext/odbc/php_odbc.h')
-rw-r--r--ext/odbc/php_odbc.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/ext/odbc/php_odbc.h b/ext/odbc/php_odbc.h
index a91a0766d4..897d3d8e43 100644
--- a/ext/odbc/php_odbc.h
+++ b/ext/odbc/php_odbc.h
@@ -189,15 +189,19 @@ PHP_FUNCTION(odbc_longreadlen);
*/
PHP_FUNCTION(odbc_tables);
PHP_FUNCTION(odbc_columns);
+#if !defined(HAVE_DBMAKER) && !defined(HAVE_SOLID) /* not supported now */
PHP_FUNCTION(odbc_columnprivileges);
+PHP_FUNCTION(odbc_tableprivileges);
+#endif
+#if !defined(HAVE_SOLID) /* not supported */
PHP_FUNCTION(odbc_foreignkeys);
+PHP_FUNCTION(odbc_procedures);
+PHP_FUNCTION(odbc_procedurecolumns);
+#endif
PHP_FUNCTION(odbc_gettypeinfo);
PHP_FUNCTION(odbc_primarykeys);
-PHP_FUNCTION(odbc_procedurecolumns);
-PHP_FUNCTION(odbc_procedures);
PHP_FUNCTION(odbc_specialcolumns);
PHP_FUNCTION(odbc_statistics);
-PHP_FUNCTION(odbc_tableprivileges);
typedef struct odbc_connection {
#if defined( HAVE_IBMDB2 ) || defined( HAVE_UNIXODBC )