Commit 61d6c17c authored by romanb's avatar romanb

[2.0] Fixed bin/doctrine.php for PEAR distribution.

parent c0d023c5
<?php
require_once __DIR__ . '/../lib/Doctrine/Common/ClassLoader.php';
require_once 'Doctrine/Common/ClassLoader.php';
$classLoader = new \Doctrine\Common\ClassLoader('Doctrine');
$classLoader->setIncludePath(__DIR__ . '/../lib');
$classLoader->register();
$configuration = new \Doctrine\Common\Cli\Configuration();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment