summaryrefslogtreecommitdiff
path: root/lang/php5/files/patch-pear::scripts::pearcmd.php
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2005-12-09 19:41:41 +0000
committerAlex Dupre <ale@FreeBSD.org>2005-12-09 19:41:41 +0000
commit0edcc400292e872cca3456e62be5cffc5ef26333 (patch)
treecc6c372c23a2ece9493d977bfe87c7c39e5e2cf8 /lang/php5/files/patch-pear::scripts::pearcmd.php
parentBuild and install the extensions during build target (diff)
Finally update to PHP 5.1.1 release! (And remove unsupported extensions)
Notes
Notes: svn path=/head/; revision=150749
Diffstat (limited to 'lang/php5/files/patch-pear::scripts::pearcmd.php')
-rw-r--r--lang/php5/files/patch-pear::scripts::pearcmd.php21
1 files changed, 0 insertions, 21 deletions
diff --git a/lang/php5/files/patch-pear::scripts::pearcmd.php b/lang/php5/files/patch-pear::scripts::pearcmd.php
deleted file mode 100644
index e0898d9ed08a..000000000000
--- a/lang/php5/files/patch-pear::scripts::pearcmd.php
+++ /dev/null
@@ -1,21 +0,0 @@
---- 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,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);