From d2e3d9cf197097ebc5068d2d426c4809d46af108 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 22 Sep 2017 14:33:49 +0200 Subject: v2.5.1 from Fedora --- php-doctrine-orm-bin.patch | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) (limited to 'php-doctrine-orm-bin.patch') diff --git a/php-doctrine-orm-bin.patch b/php-doctrine-orm-bin.patch index 31772bb..08c7645 100644 --- a/php-doctrine-orm-bin.patch +++ b/php-doctrine-orm-bin.patch @@ -1,5 +1,5 @@ diff --git a/bin/doctrine.php b/bin/doctrine.php -index c735562..99014f4 100755 +index 842c5493f..e1ccb7506 100755 --- a/bin/doctrine.php +++ b/bin/doctrine.php @@ -1,3 +1,4 @@ @@ -7,18 +7,19 @@ index c735562..99014f4 100755 register(); -+ -+$classLoader = new \Doctrine\Common\ClassLoader('Symfony'); -+$classLoader->register(); +-$autoloadFiles = array(__DIR__ . '/../vendor/autoload.php', +- __DIR__ . '/../../../autoload.php'); +- +-foreach ($autoloadFiles as $autoloadFile) { +- if (file_exists($autoloadFile)) { +- require_once $autoloadFile; +- } +-} ++require_once '__PHPDIR__/Doctrine/ORM/autoload.php'; $directories = array(getcwd(), getcwd() . DIRECTORY_SEPARATOR . 'config'); -- cgit