From owner-cvs-all@FreeBSD.ORG Tue Jun 24 01:16:26 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7155737B401; Tue, 24 Jun 2003 01:16:26 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17C3643FAF; Tue, 24 Jun 2003 01:16:26 -0700 (PDT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h5O8GP0U073490; Tue, 24 Jun 2003 01:16:25 -0700 (PDT) (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h5O8GPIU073489; Tue, 24 Jun 2003 01:16:25 -0700 (PDT) Message-Id: <200306240816.h5O8GPIU073489@repoman.freebsd.org> From: Norikatsu Shigemura Date: Tue, 24 Jun 2003 01:16:25 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/php4 Makefile ports/lang/php4/files patch-main::main.c ports/lang/php4/scripts configure.php php4_options X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Tue, 24 Jun 2003 08:16:26 -0000 nork 2003/06/24 01:16:25 PDT FreeBSD ports repository Modified files: lang/php4 Makefile lang/php4/scripts configure.php php4_options Added files: lang/php4/files patch-main::main.c Log: o Add FriBiDi extension [1] o New patch-main::main.c file [2]: - Fixed bug #24253 (missing variables when register_globals is on) - Fixed a memory leak when more then 1 E|S flag is passed to gpc_order. - Fixed a memory leak when variables_order is not set and gpc_order has S|s flag. - Optimized out duplicate parsing of the variables order string. PR: ports/53609 Submitted by: Alex Dupre (maintainer) Patched by: Thierry Thomas [1] Requested by: Ian Service [2] Revision Changes Path 1.16 +12 -6 ports/lang/php4/Makefile 1.1 +139 -0 ports/lang/php4/files/patch-main::main.c (new) 1.4 +2 -1 ports/lang/php4/scripts/configure.php 1.2 +1 -0 ports/lang/php4/scripts/php4_options