summaryrefslogtreecommitdiff
path: root/lang/php4/files/patch-pear::scripts::pearcmd.php
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2005-06-08 07:45:15 +0000
committerAlex Dupre <ale@FreeBSD.org>2005-06-08 07:45:15 +0000
commita0f57b5ec7968b9bb8685d6de7d55bf03675549a (patch)
tree7783582025e4f29df13e7697d4d1ef8c09a883d3 /lang/php4/files/patch-pear::scripts::pearcmd.php
parentUpdate to 4.1.12 release. (diff)
Fix pear command on FreeBSD-current.
(We loose the output buffering capability, but we cannot set it inside the script) PR: ports/81890 Submitted by: Edwin Culp <eculp@bafirst.com>
Notes
Notes: svn path=/head/; revision=137031
Diffstat (limited to 'lang/php4/files/patch-pear::scripts::pearcmd.php')
-rw-r--r--lang/php4/files/patch-pear::scripts::pearcmd.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php4/files/patch-pear::scripts::pearcmd.php b/lang/php4/files/patch-pear::scripts::pearcmd.php
index ec3bf13f8645..e7397d32e05d 100644
--- a/lang/php4/files/patch-pear::scripts::pearcmd.php
+++ b/lang/php4/files/patch-pear::scripts::pearcmd.php
@@ -1,7 +1,7 @@
--- pear/scripts/pearcmd.php.orig Fri May 16 17:31:37 2003
+++ pear/scripts/pearcmd.php Fri May 16 17:36:10 2003
@@ -1,3 +1,4 @@
-+#!%%PREFIX%%/bin/php -n -q -dsafe_mode=0 -doutput_buffering=1
++#!%%PREFIX%%/bin/php -nq
<?php
//
// +----------------------------------------------------------------------+