]> git.pld-linux.org Git - packages/php-pear-Math_Integer.git/blob - php-pear-Math_Integer-paths.patch
- drop obsolete and outdated manual inclusion of rpm macros
[packages/php-pear-Math_Integer.git] / php-pear-Math_Integer-paths.patch
1 --- Math_Integer-0.9.0/usr/share/pear/Math/Integer/gmp.php~     2019-04-08 08:08:39.230385717 +0200
2 +++ Math_Integer-0.9.0/usr/share/pear/Math/Integer/gmp.php      2019-04-08 08:10:12.258570635 +0200
3 @@ -1,7 +1,7 @@
4  <?php
5  
6 -//include_once 'Math/Integer/common.php';
7 -include_once 'common.php';
8 +include_once 'Math/Integer/common.php';
9 +//include_once 'common.php';
10  
11  class Math_Integer_GMP extends Math_Integer_Common {/*{{{*/
12      
13 --- Math_Integer-0.9.0/usr/share/pear/Math/Integer/bcmath.php~  2019-04-08 08:08:39.227052210 +0200
14 +++ Math_Integer-0.9.0/usr/share/pear/Math/Integer/bcmath.php   2019-04-08 08:09:46.637234437 +0200
15 @@ -1,7 +1,7 @@
16  <?php
17  
18 -include_once 'common.php';
19 -//include_once 'Math/Integer/common.php';
20 +//include_once 'common.php';
21 +include_once 'Math/Integer/common.php';
22  bcscale(0);
23  
24  class Math_Integer_BCMATH extends Math_Integer_Common {/*{{{*/
This page took 0.311842 seconds and 3 git commands to generate.