diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2005-01-21 15:36:45 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2005-01-21 15:36:45 +0000 |
commit | 7011c19a8c96a2f8fb7c04d61cb28cdc507584a6 (patch) | |
tree | 22c0efaf2b6bb5b461389f9bac9542c7e3a5909a /lang/php53/files/patch-pear::scripts::pearcmd.php | |
parent | a33896596d7008d70bca9b6ce72347e2d7b6fd9a (diff) |
Notes
Diffstat (limited to 'lang/php53/files/patch-pear::scripts::pearcmd.php')
-rw-r--r-- | lang/php53/files/patch-pear::scripts::pearcmd.php | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/lang/php53/files/patch-pear::scripts::pearcmd.php b/lang/php53/files/patch-pear::scripts::pearcmd.php deleted file mode 100644 index 35061730a341..000000000000 --- a/lang/php53/files/patch-pear::scripts::pearcmd.php +++ /dev/null @@ -1,20 +0,0 @@ ---- pear/scripts/pearcmd.php.orig Sun Jun 6 17:52:41 2004 -+++ pear/scripts/pearcmd.php Mon Jul 12 16:22:50 2004 -@@ -1,3 +1,4 @@ -+#!%%PREFIX%%/bin/php -n -q -dsafe_mode=0 -doutput_buffering=1 - <?php - // - // +----------------------------------------------------------------------+ -@@ -24,9 +25,9 @@ - /** - * @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('allow_url_fopen', true); - if (!ini_get('safe_mode')) { - set_time_limit(0); |