mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Fix compile warning
This commit is contained in:
parent
e9eb29011c
commit
7f5dc67bb0
1 changed files with 1 additions and 1 deletions
|
@ -1230,7 +1230,7 @@ PHP_FUNCTION(odbc_data_source)
|
|||
|
||||
}
|
||||
/* }}} */
|
||||
#endif /* HAVE_SQLDATASOURCES *
|
||||
#endif /* HAVE_SQLDATASOURCES */
|
||||
|
||||
/* {{{ proto resource odbc_exec(resource connection_id, string query [, int flags])
|
||||
Prepare and execute an SQL statement */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue