We have (finally) upgraded to php 5.x from 4.x . The problem is that one of the third-party modules we use doesn't load.
vis:
PHP Warning: PHP Startup: Unable to load dynamic library '/somewhere/ext/myapp.so' - /somewhere/ext/myapp.so: undefined symbol: compiler_globals
Unfortunately, we do not have the source for the app, so are unable to recompile it. Is there a way to fake it out to run on php 5.x, or are we stuck in 4.x land forever?
thanx, dar7yl