mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
Make pear script use php.ini
PR: ports/74619 Submitted by: Antônio Carlos Venâncio Júnior
This commit is contained in:
parent
14127b8a9d
commit
e0817f2e93
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123391
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= PEAR
|
||||
PORTVERSION= 1.3.3.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel www pear
|
||||
|
||||
MAINTAINER= antonio@php.net
|
||||
|
@ -1,7 +1,7 @@
|
||||
--- scripts/pearcmd.php.orig Thu Oct 28 14:37:56 2004
|
||||
+++ scripts/pearcmd.php Thu Nov 11 11:21:39 2004
|
||||
@@ -1,3 +1,4 @@
|
||||
+#!@php_bin@ -n -q -dsafe_mode=0 -doutput_buffering=1
|
||||
+#!@php_bin@ -q -dsafe_mode=0 -doutput_buffering=1
|
||||
<?php
|
||||
//
|
||||
// +----------------------------------------------------------------------+
|
||||
|
Loading…
Reference in New Issue
Block a user