File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,9 @@ function_entry odbc_functions[] = {
97
97
PHP_FE (odbc_field_type , NULL )
98
98
PHP_FE (odbc_field_num , NULL )
99
99
PHP_FE (odbc_free_result , NULL )
100
+ #if !defined (HAVE_SOLID ) && !defined (HAVE_SOLID_30 )
100
101
PHP_FE (odbc_next_result , NULL )
102
+ #endif
101
103
PHP_FE (odbc_num_fields , NULL )
102
104
PHP_FE (odbc_num_rows , NULL )
103
105
PHP_FE (odbc_result , NULL )
@@ -2231,6 +2233,7 @@ PHP_FUNCTION(odbc_num_rows)
2231
2233
}
2232
2234
/* }}} */
2233
2235
2236
+ #if !defined(HAVE_SOLID ) && !defined(HAVE_SOLID_30 )
2234
2237
/* {{{ proto bool next_result(int result_id)
2235
2238
Checks if multiple results are avaiable */
2236
2239
PHP_FUNCTION (odbc_next_result )
@@ -2278,6 +2281,7 @@ PHP_FUNCTION(odbc_next_result)
2278
2281
}
2279
2282
}
2280
2283
/* }}} */
2284
+ #endif
2281
2285
2282
2286
/* {{{ proto int odbc_num_fields(int result_id)
2283
2287
Get number of columns in a result */
Original file line number Diff line number Diff line change @@ -217,7 +217,9 @@ PHP_FUNCTION(odbc_field_name);
217
217
PHP_FUNCTION (odbc_field_type );
218
218
PHP_FUNCTION (odbc_field_num );
219
219
PHP_FUNCTION (odbc_free_result );
220
+ #if !defined(HAVE_SOLID ) && !defined(HAVE_SOLID_30 )
220
221
PHP_FUNCTION (odbc_next_result );
222
+ #endif
221
223
PHP_FUNCTION (odbc_num_fields );
222
224
PHP_FUNCTION (odbc_num_rows );
223
225
PHP_FUNCTION (odbc_prepare );
You can’t perform that action at this time.
0 commit comments