]> git.pld-linux.org Git - packages/eventum.git/blame - autoload.patch
do not use zend packages from system
[packages/eventum.git] / autoload.patch
CommitLineData
3eb64723
ER
1--- eventum-3.6.1-76-g74f125a7a/vendor/composer/autoload_classmap.php~ 2019-03-07 17:19:22.676504958 +0200
2+++ eventum-3.6.1-76-g74f125a7a/vendor/composer/autoload_classmap.php 2019-03-07 17:20:50.191892269 +0200
8c25237f 3@@ -4,6 +4,7 @@
3c566b65
ER
4
5 $vendorDir = dirname(dirname(__FILE__));
6 $baseDir = dirname($vendorDir);
3c566b65
ER
7+$phpDir = PHP_DATADIR . '/php';
8
9 return array(
da6e9570 10 'APIAuthToken' => $baseDir . '/lib/eventum/auth/APIAuthToken.php',
3eb64723 11@@ -62,8 +62,6 @@
3c566b65
ER
12 'News' => $baseDir . '/lib/eventum/class.news.php',
13 'Note' => $baseDir . '/lib/eventum/class.note.php',
14 'Notification' => $baseDir . '/lib/eventum/class.notification.php',
15- 'PHPlot' => $vendorDir . '/phplot/phplot/phplot.php',
16- 'PHPlot_truecolor' => $vendorDir . '/phplot/phplot/phplot.php',
17 'Pager' => $baseDir . '/lib/eventum/class.pager.php',
18 'Partner' => $baseDir . '/lib/eventum/class.partner.php',
756554dd 19 'Phone_Support' => $baseDir . '/lib/eventum/class.phone_support.php',
3eb64723
ER
20@@ -94,12 +92,9 @@
21 'SebastianBergmann\\Diff\\TimeEfficientLongestCommonSubsequenceCalculator' => $vendorDir . '/sebastian/diff/src/TimeEfficientLongestCommonSubsequenceCalculator.php',
da6e9570 22 'Setup' => $baseDir . '/lib/eventum/class.setup.php',
3c566b65 23 'Severity' => $baseDir . '/lib/eventum/class.severity.php',
6688122a 24- 'SphinxClient' => $vendorDir . '/sphinx/php-sphinxapi/sphinxapi.php',
3c566b65
ER
25 'Sphinx_Fulltext_Search' => $baseDir . '/lib/eventum/search/class.sphinx_fulltext_search.php',
26 'Stats' => $baseDir . '/lib/eventum/class.stats.php',
27 'Status' => $baseDir . '/lib/eventum/class.status.php',
28- 'StreamReader' => $vendorDir . '/php-gettext/php-gettext/streams.php',
29- 'StringReader' => $vendorDir . '/php-gettext/php-gettext/streams.php',
30 'Support' => $baseDir . '/lib/eventum/class.support.php',
31 'SupportLevelNotFoundException' => $baseDir . '/lib/eventum/crm/class.support_level.php',
32 'Support_Level' => $baseDir . '/lib/eventum/crm/class.support_level.php',
3eb64723 33@@ -110,3 +105,7 @@
3c566b65 34 'Workflow' => $baseDir . '/lib/eventum/class.workflow.php',
3c566b65
ER
35- 'gettext_reader' => $vendorDir . '/php-gettext/php-gettext/gettext.php',
36+
37+ // external deps
38+ 'PHPlot' => $phpDir .'/phplot/phplot.php',
39+ 'Smarty' => $phpDir. '/Smarty3/Smarty.class.php',
2c1b4fd2 40+ 'SphinxClient' => $phpDir . '/sphinxapi.php',
3c566b65 41 );
2c1a9e5f
ER
42--- eventum-3.6.5-35-g379513d37/vendor/composer/autoload_files.php~ 2019-04-18 13:05:11.000000000 +0300
43+++ eventum-3.6.5-35-g379513d37/vendor/composer/autoload_files.php 2019-04-18 14:27:33.184919302 +0300
44@@ -4,14 +4,13 @@
756554dd
ER
45
46 $vendorDir = dirname(dirname(__FILE__));
3c566b65 47 $baseDir = dirname($vendorDir);
1468f295 48+$phpDir = PHP_DATADIR . '/php';
3c566b65
ER
49
50 return array(
756554dd
ER
51 '72142d7b40a3a0b14e91825290b5ad82' => $vendorDir . '/cakephp/core/functions.php',
52 '028fdea3165c4ba1ecccc83b7fec69fc' => $vendorDir . '/cakephp/collection/functions.php',
53 '948ad5488880985ff1c06721a4e447fe' => $vendorDir . '/cakephp/utility/bootstrap.php',
2c1a9e5f 54 '2cffec82183ee1cea088009cef9a6fc3' => $vendorDir . '/ezyang/htmlpurifier/library/HTMLPurifier.composer.php',
9b6df4e7 55- 'f084d01b0a599f67676cffef638aa95b' => $vendorDir . '/smarty/smarty/libs/bootstrap.php',
da6e9570
ER
56- 'b2b3f01361f3aaeab67fde08ae76446f' => $vendorDir . '/smarty-gettext/smarty-gettext/block.t.php',
57- 'd3114450b53a83020e2822546c24e1ad' => $vendorDir . '/smarty-gettext/smarty-gettext/function.locale.php',
58 'd12685060d57775f2bc3adf90c7d62bd' => $baseDir . '/lib/eventum/gettext.php',
59+ 'b2b3f01361f3aaeab67fde08ae76446f' => $phpDir. '/Smarty3/plugins/block.t.php',
3c566b65 60 );
6f0f3d05
ER
61--- eventum-3.7.1/vendor/composer/autoload_psr4.php~ 2019-06-04 18:51:21.124819450 +0300
62+++ eventum-3.7.1/vendor/composer/autoload_psr4.php 2019-06-04 18:51:45.507833814 +0300
63@@ -4,10 +4,10 @@
da6e9570 64
37f06e5c 65 $vendorDir = dirname(dirname(__FILE__));
94cd239c 66 $baseDir = dirname($vendorDir);
5a65085c 67+$phpDir = PHP_DATADIR . '/php';
3c566b65
ER
68
69 return array(
085aa6d4 70 'malkusch\\lock\\' => array($vendorDir . '/malkusch/lock/classes'),
94cd239c 71- 'glen\\FilenameNormalizer\\Test\\' => array($vendorDir . '/glen/filename-normalizer/tests'),
6933980a 72 'glen\\FilenameNormalizer\\' => array($vendorDir . '/glen/filename-normalizer/src'),
6f0f3d05
ER
73 'Zend\\Validator\\' => array($vendorDir . '/zendframework/zend-validator/src'),
74 'Zend\\Stdlib\\' => array($vendorDir . '/zendframework/zend-stdlib/src'),
75@@ -33,14 +40,12 @@
59b9fac1 76 'Symfony\\Bundle\\FrameworkBundle\\' => array($vendorDir . '/symfony/framework-bundle'),
b58d6a84 77 'Silly\\' => array($vendorDir . '/mnapoli/silly/src'),
b0ce062d 78 'Psr\\SimpleCache\\' => array($vendorDir . '/psr/simple-cache/src'),
4d5632cc 79- 'Psr\\Log\\' => array($vendorDir . '/psr/log/Psr/Log'),
5ea20d23 80 'Psr\\Container\\' => array($vendorDir . '/psr/container/src'),
59b9fac1 81 'Psr\\Cache\\' => array($vendorDir . '/psr/cache/src'),
9b6df4e7 82 'PhpXmlRpc\\' => array($vendorDir . '/phpxmlrpc/phpxmlrpc/src'),
b58d6a84 83 'Phlib\\Flysystem\\Pdo\\' => array($vendorDir . '/phlib/flysystem-pdo/src'),
1beb4932 84 'Phinx\\' => array($vendorDir . '/robmorgan/phinx/src/Phinx'),
59b9fac1 85 'PackageVersions\\' => array($vendorDir . '/ocramius/package-versions/src/PackageVersions'),
4d5632cc 86- 'Monolog\\' => array($vendorDir . '/monolog/monolog/src/Monolog'),
085aa6d4 87 'Lossendae\\CommonMark\\TaskLists\\' => array($vendorDir . '/lossendae/commonmark-task-lists/src'),
b58d6a84 88 'League\\Flysystem\\' => array($vendorDir . '/league/flysystem/src'),
94cd239c 89 'League\\CommonMark\\Ext\\InlinesOnly\\' => array($vendorDir . '/league/commonmark-ext-inlines-only/src'),
6f0f3d05 90@@ -45,7 +53,6 @@
085aa6d4 91 'League\\CommonMark\\' => array($vendorDir . '/league/commonmark/src'),
b58d6a84 92 'Invoker\\' => array($vendorDir . '/php-di/invoker/src'),
b9378fb1 93 'Interop\\Container\\' => array($vendorDir . '/container-interop/container-interop/src/Interop/Container'),
5c4473bf 94- 'Eventum\\Test\\' => array($baseDir . '/tests'),
376f0835
ER
95 'Eventum\\' => array($baseDir . '/src'),
96 'EmailReplyParser\\' => array($vendorDir . '/willdurand/email-reply-parser/src/EmailReplyParser'),
085aa6d4 97 'Ds\\' => array($vendorDir . '/php-ds/php-ds/src'),
6f0f3d05 98@@ -60,2 +58,5 @@
756554dd 99 'Cake\\Cache\\' => array($vendorDir . '/cakephp/cache'),
b58d6a84 100+
1beb4932
ER
101+ 'Monolog\\' => array($phpDir . '/Monolog'),
102+ 'Psr\\Log\\' => array($phpDir. '/Psr/Log'),
103 );
37f06e5c
ER
104--- eventum-3.0.3-13-gfefa325/autoload.php~ 2015-10-13 21:36:40.000000000 +0300
105+++ eventum-3.0.3-13-gfefa325/autoload.php 2015-10-13 23:39:26.450266254 +0300
106@@ -48,4 +48,4 @@
107 define('APP_PHP_GETTEXT_PATH', APP_PATH . '/vendor/php-gettext/php-gettext');
3c566b65 108
37f06e5c
ER
109 // fonts directory for phplot
110-define('APP_FONTS_PATH', APP_PATH . '/vendor/fonts/liberation');
111+define('APP_FONTS_PATH', '/usr/share/fonts/TTF');
94cd239c
ER
112--- eventum-3.6.3-29-g154295bd2/vendor/composer/autoload_real.php~ 2019-03-26 09:59:16.000000000 +0200
113+++ eventum-3.6.3-29-g154295bd2/vendor/composer/autoload_real.php 2019-03-26 13:18:14.402093309 +0200
114@@ -23,7 +23,7 @@
8f48fa6e
ER
115 self::$loader = $loader = new \Composer\Autoload\ClassLoader();
116 spl_autoload_unregister(array('ComposerAutoloaderInitEventumCore', 'loadClassLoader'));
117
e0b1a19f 118- $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
36395687 119+ $useStaticLoader = false; // autoload_static.php patching is annoying and not worth the effort
da6e9570
ER
120 if ($useStaticLoader) {
121 require_once __DIR__ . '/autoload_static.php';
4d5632cc 122
This page took 0.086874 seconds and 4 git commands to generate.