summaryrefslogtreecommitdiff
path: root/lang/php5/files/patch-pear::scripts::pearcmd.php
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2005-11-16 08:33:09 +0000
committerAlex Dupre <ale@FreeBSD.org>2005-11-16 08:33:09 +0000
commit9a201016ae7a7540c42c000240e6077b8b31489e (patch)
tree5f1f36f52cdcf93f5543e3d0d1abb694a7cf0328 /lang/php5/files/patch-pear::scripts::pearcmd.php
parent- Fix pear pkg-plist (diff)
- Fix pear pkg-plist
- Increase pear memory limit (requested by amd64)
Notes
Notes: svn path=/head/; revision=148440
Diffstat (limited to 'lang/php5/files/patch-pear::scripts::pearcmd.php')
-rw-r--r--lang/php5/files/patch-pear::scripts::pearcmd.php9
1 files changed, 5 insertions, 4 deletions
diff --git a/lang/php5/files/patch-pear::scripts::pearcmd.php b/lang/php5/files/patch-pear::scripts::pearcmd.php
index d24ae913d4fe..e0898d9ed08a 100644
--- a/lang/php5/files/patch-pear::scripts::pearcmd.php
+++ b/lang/php5/files/patch-pear::scripts::pearcmd.php
@@ -1,11 +1,11 @@
---- pear/scripts/pearcmd.php.orig Sun Jun 6 17:52:41 2004
-+++ pear/scripts/pearcmd.php Mon Jul 12 16:22:50 2004
+--- pear/scripts/pearcmd.php.orig Mon Mar 28 18:46:06 2005
++++ pear/scripts/pearcmd.php Wed Nov 16 09:30:03 2005
@@ -1,3 +1,4 @@
+#!%%PREFIX%%/bin/php -nq
<?php
//
// +----------------------------------------------------------------------+
-@@ -24,9 +25,9 @@
+@@ -24,9 +25,10 @@
/**
* @nodep Gtk
*/
@@ -15,6 +15,7 @@
+dl('pcre.so');
+dl('xml.so');
+ini_set('include_path', '%%PREFIX%%/share/pear:%%PREFIX%%/share/pear/bootstrap');
++ini_set('memory_limit', '16M');
ini_set('allow_url_fopen', true);
if (!ini_get('safe_mode')) {
- set_time_limit(0);
+ @set_time_limit(0);