[PHP-DEV] PHP 4.0 Bug #8897: Significant portions of the InterBase API have no PHP representation. From: awjunkmail <email protected>
Date: 01/25/01

From: awjunkmail <email protected>
Operating system: All
PHP version: 4.0.3pl1
PHP Bug Type: Feature/Change Request
Bug description: Significant portions of the InterBase API have no PHP representation.

InterBase has four functions for executing SQL commands. The current PHP wrappers use one: isc_dsql_execute.

If you had to choose which of the prepared execute functions to wrap isc_dsql_execute2() would have been a better choice. This would have allowed things like EXECUTE PROCEDURE in addition to all the functionality of isc_dsql_execute(). It would also remove the need to use SELECT to run a procedure.

More importantly is that isc_dsql_execute_immediate() and isc_dsql_exec_immed2() are not exposed in any form.

Along the same lines functions for managing users would be nice as well (isc_add/delete/modify_user).

-- 
Edit Bug report at: http://bugs.php.net/?id=8897&edit=1

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>