From owner-cvs-all@FreeBSD.ORG Fri Feb 1 22:53:35 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6B0C716A419; Fri, 1 Feb 2008 22:53:35 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4659A13C461; Fri, 1 Feb 2008 22:53:35 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m11MrZxS016963; Fri, 1 Feb 2008 22:53:35 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m11MrZ0w016962; Fri, 1 Feb 2008 22:53:35 GMT (envelope-from ale) Message-Id: <200802012253.m11MrZ0w016962@repoman.freebsd.org> From: Alex Dupre Date: Fri, 1 Feb 2008 22:53:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/php5/files patch-main_SAPI.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Feb 2008 22:53:35 -0000 ale 2008-02-01 22:53:35 UTC FreeBSD ports repository Modified files: lang/php5/files patch-main_SAPI.c Log: Fix a rare crash with apache because of uninitialized variable. PR: ports/120204 Submitted by: danger Revision Changes Path 1.3 +20 -4 ports/lang/php5/files/patch-main_SAPI.c