Maxim Kudryavtsev
Results
2
comments of
Maxim Kudryavtsev
@Stephanowicz I strong recommend to upgrade PHP version. The last release of PHP 5.2 was in June 2011. If it's impossible for some reasons then replace `__DIR__` to `dirname(__FILE__)` in...
@Stephanowicz, well. I opened `autoload_real.php` and see next line: `self::$loader = $loader = new \Composer\Autoload\ClassLoader();` You can try like this: `$loader = new \Composer\Autoload\ClassLoader(); `self::$loader = $loader;` I am not...