On Thursday 21 April 2005 10:59 pm, you wrote:
> Hi. Thanks for the suggestion:
> > It looks like your module versions are out of date. Try to
> > recompile apache and all your php extensions.
>
> I tried to accomplish this by doing:
> cd /usr/ports/lang/php5
> make deinstall
> cd /usr/ports/lang
Hi. Thanks for the suggestion:
> It looks like your module versions are out of date. Try to recompile
> apache and all your php extensions.
I tried to accomplish this by doing:
cd /usr/ports/lang/php5
make deinstall
cd /usr/ports/lang/php5-extensions
make deinstall
cd /usr/ports/www/apache2
mak
On Wednesday 20 April 2005 11:07 pm, Stephen Kelly wrote:
> Hi All,
>
> I'm using freebsd 5.3, apache2, and php5. I was getting the
> following error from one of my php scripts:
>
> Fatal error: Call to undefined function preg_match()
>
> So, after looking around on various lists, I determined tha
Hi All,
I'm using freebsd 5.3, apache2, and php5. I was getting the following error
from one of my php scripts:
Fatal error: Call to undefined function preg_match()
So, after looking around on various lists, I determined that I needed to install
php5-pcre, so I installed the ports /usr/port/dev