I am a C# developer by trade, and am quite familiar and comfortable with MVC applications in ASP.NET & C#. However,where I work, there are some side projects becoming available that use php and Phalcon. I have some experience with php3 many years ago, but haven't done anything recently. So I set up XAMPP on my Windows 7 system with php and MariaDB. I also installed and set up Phalcon. Thus far everything seems ok. However, when I attempt to access the webtools, I get the following warnings:
Warning: Cannot bind an instance to a static closure in C:\PHPPhalcon\scripts\Phalcon\Web\Tools.php on line 355 Warning: Cannot bind an instance to a static closure in C:\PHPPhalcon\scripts\Phalcon\Web\Tools\views\index.phtml on line 15
I'm not familiar enough with the newer elements of php5 where I could attempt to fix this myself. I've read here it was supposedly fixed, and yet here I am with Phalcon 3.02 and still have this issue.
Any help or assitance would be greatly appreciated...