Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Mar 2007 06:51:30 -0500
From:      Eric <heli@mikestammer.com>
To:        ports@freebsd.org
Subject:   Re: php5-pcre-5.2.1_4 was Re: FreeBSD Port: php5-5.2.1_3
Message-ID:  <45F69042.4030706@mikestammer.com>
In-Reply-To: <45F68CDD.6020402@mikestammer.com>
References:  <45EDF2CF.2070807@clear-data.com> <45F5D0F6.8000306@abtime.de> <20070313081751.GA12929@lordcow.org> <45F68CDD.6020402@mikestammer.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Eric wrote:
> this is what i spent 5 hours messing around with yesterday. heres how I 
> got it to work:
> 
> edit /usr/ports/lang/php5/Makefile
> 
> add --with-pcre-regex to the bottom of CONFIGURE_ARGS:
> 
> CONFIGURE_ARGS= --enable-versioning \
>         --with-layout=GNU \
>         --with-config-file-scan-dir=${PREFIX}/etc/php \
>         --disable-all \
>         --enable-libxml \
>         --with-libxml-dir=${LOCALBASE} \
>         --enable-reflection \
>         --program-prefix="" \
>         --with-pcre-regex
> 
> reinstall php5 and php5-pcre
> 
> Now it works. Before phpinfo was showing pcre version 2.x and now it 
> shows 6.7 which i believe is what is built into 5.2
> 

Good news! it seems this is fixed with the latest php5-pcre port update. 
woot!

showing PCRE Library Version 	7.0 18-Dec-2006 in phpinfo now



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?45F69042.4030706>