Finally… Found the bug, FYI: The problem was in my abstracted db file. I added a logical statement to see if all parameters were passed in or to use the default values for the connection (i.e. I haven’t made changes to this file in A LONG TIME). Problem was I cut and pasted my db_connect (That is what I get for being lazy) and didn’t change it to ifx_connect (what should have been the real connection call), but I wish I would have gotten a better error…. When I got the memory error, I was confused because I wasn’t doing anything with arrays so I thought there was something wrong with apache (especially when the older box gave me a different error), but forgot about the recursion factor in a function…. I guess I should have put all my code in the post, but that would have given someone a sore eye…