diff options
author | Alex Dupre <ale@FreeBSD.org> | 2005-12-09 19:36:40 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2005-12-09 19:36:40 +0000 |
commit | 0f8717ab0455f549c551844ecb1930beeb45d437 (patch) | |
tree | 6f41ad24d60d9b0ed04378718710535a52cab1ec /lang/php4/files/patch-pear::scripts::pearcmd.php | |
parent | Remove pear ports obsolated by devel/pear and switch (diff) |
Reorganize (use bsd.apache.mk and remove pear leftovers)
Notes
Notes:
svn path=/head/; revision=150747
Diffstat (limited to 'lang/php4/files/patch-pear::scripts::pearcmd.php')
-rw-r--r-- | lang/php4/files/patch-pear::scripts::pearcmd.php | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/lang/php4/files/patch-pear::scripts::pearcmd.php b/lang/php4/files/patch-pear::scripts::pearcmd.php deleted file mode 100644 index b3b74f72f147..000000000000 --- a/lang/php4/files/patch-pear::scripts::pearcmd.php +++ /dev/null @@ -1,21 +0,0 @@ ---- pear/scripts/pearcmd.php.orig Mon Mar 28 18:57:01 2005 -+++ pear/scripts/pearcmd.php Tue Nov 15 23:25:55 2005 -@@ -1,3 +1,4 @@ -+#!%%PREFIX%%/bin/php -nq - <?php - // - // +----------------------------------------------------------------------+ -@@ -24,9 +25,10 @@ - /** - * @nodep Gtk - */ --if ('@include_path@' != '@'.'include_path'.'@') { -- ini_set('include_path', '@include_path@'); --} -+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); |