We are trying to use php through the command line on a fedora core 6 box. When we run our program we get the following error.
Module compiled with module API=20060613, debug=0, thread-safety=0
PHP compiled with module API=20050922, debug=0, thread-safety=0
These options need to match
I am not sure where to start looking for the problem, as all of the programs were just compiled 2 days ago, with the latest updates. This problem happens in both PHP4.4.4 and 5.2.x
thank you
-chris