|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2010-05-26 04:48 UTC] grant dot croker at ingres dot com
[2010-05-26 06:08 UTC] jruffer at hss dot co dot uk
[2010-05-26 06:16 UTC] grant dot croker at ingres dot com
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 03:00:01 2025 UTC |
Description: ------------ Cannot execute procedure. Replacing the query with the contents of the procedure works OK. This appears to be identical to the bug that was fixed in 2.2.1 Reproduce code: --------------- $link = ingres_connect("imadb") or die("Can't connect\n"); $query = "EXECUTE PROCEDURE ima_set_vnode_domain"; $res = ingres_query($link,$query) or die("Query failed\n"); Expected result: ---------------- It should work Actual result: -------------- Segmentation fault