Edit report at https://bugs.php.net/bug.php?id=8897&edit=1
ID: 8897 Comment by: mar...@php.net Reported by: awjunkmail at anduin dot com Summary: Significant portions of the InterBase API have no PHP representation. Status: Open Type: Feature/Change Request Package: InterBase related Operating System: All PHP Version: 4.0.3pl1 Block user comment: N Private report: N New Comment: Ok then i will close it the bug is for php4 only Previous Comments: ------------------------------------------------------------------------ [2011-09-11 15:59:52] lester at lsces dot co dot uk This is a very old situation. PHP5 interbase driver supports everything listed, but was never backported to PHP4, so suggest this is just closed? ------------------------------------------------------------------------ [2001-01-25 04:30:40] awjunkmail at anduin dot com 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 this bug report at https://bugs.php.net/bug.php?id=8897&edit=1