summaryrefslogtreecommitdiff
path: root/ext/odbc/php_odbc.h
diff options
context:
space:
mode:
authorDan Kalowsky <kalowsky@php.net>2001-06-19 17:58:09 +0000
committerDan Kalowsky <kalowsky@php.net>2001-06-19 17:58:09 +0000
commit746dd9cbe467868b83c3b969b9467b5e94b7afb4 (patch)
treec7e901da3944ab302795fb166b16e1f090b46dce /ext/odbc/php_odbc.h
parentb0ed727aeedf8eb0f91a3f2845c18d825f65410f (diff)
downloadphp-git-746dd9cbe467868b83c3b969b9467b5e94b7afb4.tar.gz
Closed off Solid DB access to a function that it doesn't support in 3.0 and less.
Thanks to Eric Veldhuzen
Diffstat (limited to 'ext/odbc/php_odbc.h')
-rw-r--r--ext/odbc/php_odbc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/odbc/php_odbc.h b/ext/odbc/php_odbc.h
index 32259086c0..9aa48bcfec 100644
--- a/ext/odbc/php_odbc.h
+++ b/ext/odbc/php_odbc.h
@@ -217,7 +217,9 @@ PHP_FUNCTION(odbc_field_name);
PHP_FUNCTION(odbc_field_type);
PHP_FUNCTION(odbc_field_num);
PHP_FUNCTION(odbc_free_result);
+#if !defined(HAVE_SOLID) && !defined(HAVE_SOLID_30)
PHP_FUNCTION(odbc_next_result);
+#endif
PHP_FUNCTION(odbc_num_fields);
PHP_FUNCTION(odbc_num_rows);
PHP_FUNCTION(odbc_prepare);