ID: 11468 Updated by: [EMAIL PROTECTED] Reported By: Vladimir dot Michl at seznam dot cz -Status: Bogus +Status: Closed Bug Type: InterBase related Operating System: Win32, Linux PHP Version: 4.0.5 New Comment:
This bug has been fixed in CVS. In case this was a PHP problem, snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. In case this was a documentation problem, the fix will show up soon at http://www.php.net/manual/. In case this was a PHP.net website problem, the change will show up on the PHP.net site and on the mirror sites in short time. Thank you for the report, and for helping us make PHP better. Previous Comments: ------------------------------------------------------------------------ [2003-01-03 16:39:57] mike at mk-sys dot cz This feature is still missing in PHP 4.3.0. Patch is available and working (I am using it for more than one year by now). Is there a reason why this should not be implemented? ------------------------------------------------------------------------ [2002-08-13 23:49:58] [EMAIL PROTECTED] Thank you for taking the time to report a problem with PHP. Unfortunately you are not using a current version of PHP -- the problem might already be fixed. Please download a new PHP version from http://www.php.net/downloads.php If you are able to reproduce the bug with one of the latest versions of PHP, please change the PHP version on this bug report to the version you tested and change the status back to "Open". Again, thank you for your continued support of PHP. ------------------------------------------------------------------------ [2002-02-13 12:12:47] Vladimir dot Michl at seznam dot cz Stored procedures may be executed, but if stored procedure return some data, I don't want how to get it. Yes some way is by select SQL command and SUSPEND in procedure, but it is not ideal way. May someone tell me how do it? ------------------------------------------------------------------------ [2001-06-13 12:25:03] Vladimir dot Michl at seznam dot cz Hello, when I wrote some scripts that inserting some data to database, I must call stored procedures for getting some data (typically id from generator). I want execute stored procedures, that return next row id. I add some code to interbase PHP module, that support execution of stored procedures. With my patch, procedure is executed by $res = ibase_query($db, "execute procedure procedure_name"); $row = ibase_fetch_row($res); In $row is row returned by procedure. Patch may be found on http://www.penguin.cz/~michlv/software/phpibase/ If any question write me. Vladimir Michl <[EMAIL PROTECTED]> PS: Patch is ported from 4.0.3pl1 where is functional. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=11468&edit=1