From c89a7307dbe2d943c8f40ffd2d5f7d02372bbde4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 11 Jan 2014 15:40:23 +0100 Subject: php-doctrine-orm: import from rawhide --- php-doctrine-orm-bin.patch | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 php-doctrine-orm-bin.patch (limited to 'php-doctrine-orm-bin.patch') diff --git a/php-doctrine-orm-bin.patch b/php-doctrine-orm-bin.patch new file mode 100644 index 0000000..7cf73e5 --- /dev/null +++ b/php-doctrine-orm-bin.patch @@ -0,0 +1,24 @@ +diff --git a/bin/doctrine.php b/bin/doctrine.php +index c735562..99014f4 100755 +--- a/bin/doctrine.php ++++ b/bin/doctrine.php +@@ -1,3 +1,4 @@ ++#!/usr/bin/php + register(); ++ ++$classLoader = new \Doctrine\Common\ClassLoader('Symfony'); ++$classLoader->register(); + + $directories = array(getcwd(), getcwd() . DIRECTORY_SEPARATOR . 'config'); + -- cgit