
August 7th, 2007, 08:11 AM
|
|
Registered User
|
|
Join Date: Nov 2006
Posts: 25

Time spent in forums: 3 h 53 m 51 sec
Reputation Power: 0
|
|
|
PHP seg faults after upgrade
I just ran a make world and upgraded all of my ports and now when php cli is ran it executes the script as it should, but seg faults at the very end of the script.
web# uname -a
FreeBSD web 6.2-STABLE FreeBSD 6.2-STABLE #1: Mon Aug 6 15:23:24 EDT 2007 karnold@web:/usr/obj/usr/src/sys/GENERIC i386
web# php -v
PHP 5.2.3 with Suhosin-Patch 0.9.6.2 (cli) (built: Aug 6 2007 16:02:22)
Copyright (c) 1997-2007 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies
Segmentation fault (core dumped)
|