upgrade to php5 causes exit signal bus error(10)

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
kmeen
Forum Newbie
Posts: 3
Joined: Fri Jun 16, 2006 11:30 am

upgrade to php5 causes exit signal bus error(10)

Post by kmeen »

We just upgraded php4 to php5. Upon upgrade the following error is logged on the error log file: exit signal bus error(10). This happens when I make a mssql_query to a stored procedure. Put a trace on the mssql database and it seems to be returning the requested records but on it's way back it error's to the log. Queries to other procedures work fine except for a handful. Has anyone experienced this before? Does anyone have a solution to this problem?

Really appreciate your help. Thanks.
Post Reply