Diff for /embedaddon/php/pear/Makefile.frag between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/21 23:48:05 version 1.1.1.2, 2012/05/29 12:34:35
Line 3 Line 3
 peardir=$(PEAR_INSTALLDIR)  peardir=$(PEAR_INSTALLDIR)
   
 # Skip all php.ini files altogether  # Skip all php.ini files altogether
PEAR_INSTALL_FLAGS = -n -dshort_open_tag=0 -dsafe_mode=0 -dopen_basedir= -derror_reporting=1803 -dmemory_limit=-1 -ddetect_unicode=0PEAR_INSTALL_FLAGS = -n -dshort_open_tag=0 -dopen_basedir= -derror_reporting=1803 -dmemory_limit=-1 -ddetect_unicode=0
   
 WGET = `which wget 2>/dev/null`  WGET = `which wget 2>/dev/null`
 FETCH = `which fetch 2>/dev/null`  FETCH = `which fetch 2>/dev/null`

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>