php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #8897 Significant portions of the InterBase API have no PHP representation.
Submitted: 2001-01-25 04:30 UTC Modified: 2011-12-11 19:12 UTC
Votes:3
Avg. Score:4.0 ± 0.8
Reproduced:2 of 3 (66.7%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: awjunkmail at anduin dot com Assigned: mariuz (profile)
Status: Closed Package: InterBase related
PHP Version: 4.0.3pl1 OS: All
Private report: No CVE-ID: None
 [2001-01-25 04:30 UTC] 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).

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-12-29 17:39 UTC] jani@php.net
-Package: Feature/Change Request +Package: InterBase related
 [2011-09-11 15:59 UTC] 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?
 [2011-12-11 19:12 UTC] mariuz@php.net
Ok then i will close it the bug  is for php4 only
 [2011-12-11 19:12 UTC] mariuz@php.net
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.


 [2011-12-11 19:12 UTC] mariuz@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: mariuz
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 00:01:27 2024 UTC