From owner-freebsd-questions@freebsd.org  Thu Sep 17 22:02:09 2015
Return-Path: <owner-freebsd-questions@freebsd.org>
Delivered-To: freebsd-questions@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id E62199CF682
 for <freebsd-questions@mailman.ysv.freebsd.org>;
 Thu, 17 Sep 2015 22:02:09 +0000 (UTC)
 (envelope-from dnewman@networktest.com)
Received: from mail5.networktest.com (mail5.networktest.com
 [IPv6:2607:fc50:1000:500:216:3eff:fe29:b49b])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id C7DFD12BA
 for <freebsd-questions@freebsd.org>; Thu, 17 Sep 2015 22:02:09 +0000 (UTC)
 (envelope-from dnewman@networktest.com)
Received: from localhost (localhost [127.0.0.1])
 by mail5.networktest.com (Postfix) with ESMTP id 478E637026F
 for <freebsd-questions@freebsd.org>; Thu, 17 Sep 2015 15:02:02 -0700 (PDT)
Received: from mail5.networktest.com ([127.0.0.1])
 by localhost (mail5.networktest.com [127.0.0.1]) (maiad, port 10024)
 with ESMTP id 04347-01 for <freebsd-questions@freebsd.org>;
 Thu, 17 Sep 2015 15:02:02 -0700 (PDT)
Received: from dhcp138.eng.networktest.com (ns.networktest.com [12.20.174.98])
 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128
 bits)) (No client certificate requested)
 (Authenticated sender: dnewman@networktest.com)
 by mail5.networktest.com (Postfix) with ESMTPSA id 0170C37026E
 for <freebsd-questions@freebsd.org>; Thu, 17 Sep 2015 15:02:01 -0700 (PDT)
To: freebsd-questions@freebsd.org
From: David Newman <dnewman@networktest.com>
Subject: PHP dumps core after upgrade
Message-ID: <55FB3859.2050101@networktest.com>
Date: Thu, 17 Sep 2015 15:02:01 -0700
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:38.0)
 Gecko/20100101 Thunderbird/38.2.0
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-questions>, 
 <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions/>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
 <mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 17 Sep 2015 22:02:10 -0000

On a FreeBSD 10.1 system using pkg(ng), after an upgrade from php 5.6.12
to 5.6.13 for all PHP modules and rebooting, Apache fails to start, with
lots of PHP errors in the log, pasted below.

Running 'php' from the command line also dumps core with the same messages.

I think this is a PHP problem then, but my knowledge of PHP would fill a
thimble.

Search engines turned up some old (2008 and earlier) posts about this
problem but the fixes involve portmaster or portupgrade.

Thanks in advance for troubleshooting clues.

dn



PHP Warning:  Function registration failed - duplicate name -
mssql_connect in Unknown on line 0
PHP Warning:  Function registration failed - duplicate name -
mssql_pconnect in Unknown on line 0
PHP Warning:  Function registration failed - duplicate name -
mssql_close in Unknown on line 0
PHP Warning:  Function registration failed - duplicate name -
mssql_select_db in Unknown on line 0
PHP Warning:  Function registration failed - duplicate name -
mssql_query in Unknown on line 0
PHP Warning:  Function registration failed - duplicate name -
mssql_free_result in Unknown on line 0
PHP Warning:  Function registration failed - duplicate name -
mssql_get_last_message in Unknown on line 0
PHP Warning:  Function registration failed - duplicate name -
mssql_num_rows in Unknown on line 0
PHP Warning:  Function registration failed - duplicate name -
mssql_num_fields in Unknown on line 0
PHP Warning:  Function registration failed - duplicate name -
mssql_fetch_row in Unknown on line 0
PHP Warning:  Function registration failed - duplicate name -
mssql_fetch_array in Unknown on line 0
PHP Warning:  Function registration failed - duplicate name -
mssql_fetch_assoc in Unknown on line 0
PHP Warning:  Function registration failed - duplicate name -
mssql_fetch_object in Unknown on line 0
PHP Warning:  Function registration failed - duplicate name -
mssql_data_seek in Unknown on line 0
PHP Warning:  Function registration failed - duplicate name -
mssql_fetch_field in Unknown on line 0
PHP Warning:  Function registration failed - duplicate name -
mssql_field_seek in Unknown on line 0
PHP Warning:  Function registration failed - duplicate name -
mssql_result in Unknown on line 0
PHP Warning:  sybase_ct: Unable to register functions, unable to load in
Unknown on line 0
PHP Warning:  Module 'mysqli' already loaded in Unknown on line 0
Segmentation fault (core dumped)