We are building deb packages for our project, with self-installation script, and we don't want really to compile .so file for phalcon for every machine (it's quite hard to keep all phalcon source in every package, etc).
So, is it possible to compile phalcon extension once and then use it with tested applications in deb packages on different machines, that are running under debian? Would there be any restrictions? (I mean architecture, x32, x64, etc)?