Edit report at https://bugs.php.net/bug.php?id=8897&edit=1
ID: 8897 Updated by: mar...@php.net Reported by: awjunkmail at anduin dot com Summary: Significant portions of the InterBase API have no PHP representation. -Status: Open +Status: Closed Type: Feature/Change Request Package: InterBase related Operating System: All PHP Version: 4.0.3pl1 -Assigned To: +Assigned To: mariuz Block user comment: N Private report: N New Comment: We are sorry, but we can not support PHP 4 related problems anymore. Momentum is gathering for PHP 6, and we think supporting PHP 4 will lead to a waste of resources which we want to put into getting PHP 6 ready. Previous Comments: ------------------------------------------------------------------------ [2011-12-11 19:12:03] mar...@php.net Ok then i will close it the bug is for php4 only ------------------------------------------------------------------------ [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