If you can provide more detail about what doesn't work (error messages, etc.) then you will probably be more likely to get some helpful responses. ZF applications (like PHP applications in general) are usually portable between platforms with little or no work. It's possible that you're taking advantage of some platform specific feature but it's more likely that you don't have a required extension installed or that it's simply a configuration issue. The ZF documentation has a list of required extensions and what components use those extensions:
http://framework.zend.com/manual/en/requirements.html On Sun, Nov 29, 2009 at 11:50 AM, W Itch <[email protected]> wrote: > Hi, has anyone ported ZF project from Windows Vista to Linux Debian before? > The ZF project which I worked on was fully functional on Vista but > when I moved it to my Debian machine then nothing works anymore. > > Can you tell me what the most common things I should take care is > about in general, when porting ZF code from one platform to another? > -- Bradley Holt [email protected]
