]> git.pld-linux.org Git - packages/php-pear-PEAR.git/commitdiff
- outdated
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 9 Dec 2005 23:59:48 +0000 (23:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-pear-PEAR-cli.patch -> 1.2
    php-pear-PEAR-memory.patch -> 1.5

php-pear-PEAR-cli.patch [deleted file]
php-pear-PEAR-memory.patch [deleted file]

diff --git a/php-pear-PEAR-cli.patch b/php-pear-PEAR-cli.patch
deleted file mode 100644 (file)
index a912b29..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
---- ./usr/bin/pear~    2005-09-30 17:11:26.000000000 +0300
-+++ ./usr/bin/pear     2005-09-30 17:13:14.000000000 +0300
-@@ -4,10 +4,12 @@
- if test "x$PHP_PEAR_PHP_BIN" != "x"; then
-   PHP="$PHP_PEAR_PHP_BIN"
- else
--  if test "/usr/bin/php" = '@'php_bin'@'; then
--    PHP=php 
--  else
-+  if [ -x "/usr/bin/php" ]; then
-     PHP="/usr/bin/php"
-+  elif [ -x "/usr/bin/php4" ]; then
-+    PHP="/usr/bin/php4"
-+  else
-+    PHP="php"
-   fi
- fi
diff --git a/php-pear-PEAR-memory.patch b/php-pear-PEAR-memory.patch
deleted file mode 100644 (file)
index 7ad5df6..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
---- ./build/usr/bin/pear~      2005-04-18 01:39:52.000000000 +0300
-+++ ./build/usr/bin/pear       2005-06-19 17:17:41.000000000 +0300
-@@ -25,4 +25,4 @@
-   fi
- fi
--exec $PHP -C -q $INCARG -d output_buffering=1 $INCDIR/pearcmd.php "$@"
-+exec $PHP -C -q $INCARG -d output_buffering=1 -d memory_limit=24M $INCDIR/pearcmd.php "$@"
This page took 0.032138 seconds and 4 git commands to generate.