From owner-freebsd-questions@FreeBSD.ORG Thu Jul 16 17:15:00 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9D3EE10656C6 for ; Thu, 16 Jul 2009 17:15:00 +0000 (UTC) (envelope-from patfbsd@davenulle.org) Received: from smtp.lamaiziere.net (net.lamaiziere.net [91.121.44.19]) by mx1.freebsd.org (Postfix) with ESMTP id 5F6BE8FC28 for ; Thu, 16 Jul 2009 17:15:00 +0000 (UTC) (envelope-from patfbsd@davenulle.org) Received: from baby-jane.lamaiziere.net (105.10.87-79.rev.gaoland.net [79.87.10.105]) by smtp.lamaiziere.net (Postfix) with ESMTPA id 09F8763317E; Thu, 16 Jul 2009 19:14:59 +0200 (CEST) Received: from baby-jane.lamaiziere.net (localhost [127.0.0.1]) by baby-jane.lamaiziere.net (Postfix) with ESMTP id CA58FBE51; Thu, 16 Jul 2009 19:14:59 +0200 (CEST) Date: Thu, 16 Jul 2009 19:14:59 +0200 From: Patrick Lamaiziere To: Michael Doyle Message-ID: <20090716191459.1439245f@baby-jane.lamaiziere.net> In-Reply-To: <36163770-CEC9-402E-935F-1FACFB5180EC@cooperationireland.org> References: <36163770-CEC9-402E-935F-1FACFB5180EC@cooperationireland.org> X-Mailer: Claws Mail 3.7.2 (GTK+ 2.16.4; i386-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: FreeBSD Mailing List Subject: Re: Problems following PHP upgrade X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Jul 2009 17:15:01 -0000 Le Thu, 16 Jul 2009 17:06:19 +0100, Michael Doyle a =E9crit : > I am having problems following upgrading a specific port, and I > would like advice on how to proceed > in diagnosing the fault. >=20 > The application showing symptoms of unreliable behaviour is =20 > "WebCalendar 1.2.0b1" (a php application) > http://www.k5n.us/webcalendar.php?topic=3DAbout Did you try to fix the order of the extensions in php.ini? There are known problems with this. See by instance: http://www.pingle.org/2007/09/22/php-crashes-extensions-workaround Regards.