Microsoft
Software
Hardware
Network
Question : PHP hangs while executing Firebird stored procedure
I have a Firebird stored procedure that runs fine when I execute it from isql or IBExpert ( I can't show the code), but when I try to call it from PHP something goes wrong - looks like PHP or Apache hangs.
I tried ADOConnection from ADODb, and ibase_query - the same thing .
I tried "execute procedure" and "select out1,out2 from my_procedure('01','20')"
The procedure ends with SUSPEND, but it also calls other procedures which also end with SUSPEND statement.
any ideas?
Answer : PHP hangs while executing Firebird stored procedure
You have to know that something changed but it's a little worrisome that it's not something we know about. Glad it's working anyway and glad to help.
Random Solutions
paypal withdrawl
Deleted Active Directory Administrator account
Cross-forest trust: The domain controllers required to find the selected objects in the following domains are not available
RHCE Exam
View Composer agent initialization state error (2): Failed to redirect profiles directory (waited 0 seconds)
mstsc rdpfile published on citrix
Application level firewall
Restoring files of users on SBS 2008
Calculating linear regression by Java code as done in Microsoft Excel
I need to stop, then re-start, a thread in a web service using IIS