I'm planning to move to Zend Studio 9 and installed the trial version parallel to my Version 8. Now I loaded my old Workspace and my Zend Framework project didn't know anything about php.
For example if I try to extend an exception, it says: "Cannot extend from interface exception". Or 'file_get_contents' ends in: 'Call of undefined function.
So it seems no PHP definitions are loaded but how can I change that? In the Zend Studio 8 it still works.