Friday, 15 April 2011

php - HHVM can't find a file -


I'm running the ZendFramework app from CLI. When I run it with PHP then everything works well today HHVM is installed and I want to run my app with it but I got an error:

  Fatal Error: File not found: Zend / Application.php / home / bartek / documents / WWW / WOF / script / server.php on line 7  

This row is 7:

  need_once 'Zend / Application.php';  

Why can PHP find this file and HHVM can not?

In your case it was not configured as it was in your PHP configuration so that the Zend framework Could not be included.

If both HHVM and PHP live on the same system, they can still use different php .i files can therefore run with both different configurations


No comments:

Post a Comment