EDIT According to https://bugs.php.net/bug.php?id=62398 , an error occurred in some earlier versions of the APC extension with PHP 5.4, which replaced the file transferred requirewith an empty string.
@conceptdeluxe, PHP 5.4.30 APC 3.1.13.
APC apc.stat=1 ( php.ini) PHP .
, include_path, , http://php.net/manual/fr/function.set-include-path.php
, , Zend.
, Zend /var/www/my_project/vendor/Zend, Zend Stream:
set_include_path(get_include_path() . PATH_SEPARATOR . '/var/www/my_project/vendor');
PHP
include_path :
vim /etc/php.ini
include_path='.:/var/www/my_project/vendor'