mirror of
https://github.com/php/php-src.git
synced 2025-01-19 18:24:15 +08:00
Add control on IB version. ibase_add_user(), ibase_modify_user()
and ibase_delete_user() are available with IB6 or later
This commit is contained in:
parent
70184d32a4
commit
8a65d5d3cb
@ -69,11 +69,11 @@ PHP_FUNCTION(ibase_blob_close);
|
||||
PHP_FUNCTION(ibase_blob_echo);
|
||||
PHP_FUNCTION(ibase_blob_info);
|
||||
PHP_FUNCTION(ibase_blob_import);
|
||||
|
||||
#ifdef SQL_DIALECT_V6
|
||||
PHP_FUNCTION(ibase_add_user);
|
||||
PHP_FUNCTION(ibase_modify_user);
|
||||
PHP_FUNCTION(ibase_delete_user);
|
||||
|
||||
#endif
|
||||
PHP_FUNCTION(ibase_errmsg);
|
||||
|
||||
#define IBASE_MSGSIZE 256
|
||||
|
Loading…
Reference in New Issue
Block a user