[PHP-DEV] add functions to interbase extension

2002-01-13 Thread Fabrice Aeschbacher
_name] ) // Delete an user from security database proto int ibase_delete_user( string server, string username ) Do you think it's worth extending PHP with these functions? Do you like the prototypes? Any comments are welcome. Thanks Fabrice Aeschbacher mailto:[EMAIL PROTECTED] -- PHP D

[PHP-DEV] CVS Account Request: aeschbacher

2002-01-20 Thread fabrice aeschbacher
I want to add the following functions to the Interbase extension: // Add a user to security database proto int ibase_add_user( string server, // Name of Interbase server string dba_user_name, // DB admin account (eg SYSDBA) string dba_password, // DB admin