I have a script (gets some data from an external db, parses them to variables and builds select queries for our mysql db).
Works well in php3. In php4, when building the SELECTs, the script builds all the correct queries and then continues to generate more selects in an infinite loop.
Any experience with php3 vs php4 incomp's? Differences in filling variables with strings, understanding conditions... I will be happy to post the code if anybody is willing to have a look. The programmers we've contracted tell me it is my problem because the code is running fine on the old apache with php3 and on their dev. server.
I am completely lost...