diff options
author | Alex Dupre <ale@FreeBSD.org> | 2005-04-04 09:20:21 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2005-04-04 09:20:21 +0000 |
commit | 2cee0c25ff8d89399897cac7c1dcb1444b2f79d3 (patch) | |
tree | b8af981bc9d3d6808bfc8842257bfae900b60870 /lang/php5/files/patch-pear::Makefile.frag | |
parent | - Update to 0.991, aka 1.0beta1 (diff) |
Update PHP ports to 4.3.11 and 5.0.4 releases:
- fix security issues
- unbreak PEAR packages [1]
PR: ports/78516 [1]
Submitted by: Yen-Ming Lee <leeym@utopia.leeym.com> [1]
Tested by: thierry
Notes
Notes:
svn path=/head/; revision=132440
Diffstat (limited to 'lang/php5/files/patch-pear::Makefile.frag')
-rw-r--r-- | lang/php5/files/patch-pear::Makefile.frag | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php5/files/patch-pear::Makefile.frag b/lang/php5/files/patch-pear::Makefile.frag index ee24944b46c6..082aa5e74fb8 100644 --- a/lang/php5/files/patch-pear::Makefile.frag +++ b/lang/php5/files/patch-pear::Makefile.frag @@ -4,7 +4,7 @@ # -*- makefile -*- peardir=$(PEAR_INSTALLDIR) -+XML_RPC_ver=1.1.0 ++XML_RPC_ver=1.2.2 # Skip all php.ini files altogether PEAR_INSTALL_FLAGS = -n -dshort_open_tag=0 -dsafe_mode=0 |