1
0
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:
Volker Stolz 2004-12-07 11:47:09 +00:00
parent 14127b8a9d
commit e0817f2e93
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123391
2 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= PEAR
PORTVERSION= 1.3.3.1
PORTREVISION= 1
CATEGORIES= devel www pear
MAINTAINER= antonio@php.net

View File

@ -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
//
// +----------------------------------------------------------------------+