I'm running ZendFramework app from CLI. Everything works good when I run it with PHP. Today I have installed HHVM and I wanted to run my app with it but I got an error:
Fatal error: File not found: Zend/Application.php in /home/bartek/Documents/WWW/WOF/scripts/server.php on line 7
This is line 7:
require_once 'Zend/Application.php';
Why PHP can find this file and HHVM can't?