Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

No PHP functions types etc. in Zend Studio 9

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.

like image 333
Johni Avatar asked Nov 13 '22 13:11

Johni


1 Answers

I did the same, transfer workspace from Zend Studios 8 to Zend Studio 9. It worked fine on Ubuntu but it did not work Windows 7...

Anyway I highly recommend to start with a fresh workspace, to not bring over old settings from Zend Studios 8.

like image 124
zzarbi Avatar answered Nov 16 '22 03:11

zzarbi