Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:26074 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 96518 invoked by uid 1010); 17 Oct 2006 19:00:30 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 96503 invoked from network); 17 Oct 2006 19:00:30 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Oct 2006 19:00:30 -0000 Received: from [127.0.0.1] ([127.0.0.1:11063]) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ECSTREAM id 36/86-51440-E4825354 for ; Tue, 17 Oct 2006 15:00:30 -0400 Authentication-Results: pb1.pair.com smtp.mail=al@udev.org; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=al@udev.org; sender-id=unknown Received-SPF: error (pb1.pair.com: domain udev.org from 213.251.165.92 cause and error) X-PHP-List-Original-Sender: al@udev.org X-Host-Fingerprint: 213.251.165.92 ns33154.ovh.net Linux 2.5 (sometimes 2.4) (4) Received: from [213.251.165.92] ([213.251.165.92:46906] helo=b5.udev.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 88/36-51440-04525354 for ; Tue, 17 Oct 2006 14:47:30 -0400 Received: from localhost ([127.0.0.1]) by b5.udev.org with esmtp (Exim 4.62) (envelope-from ) id 1GZtiG-0003wm-7e for internals@lists.php.net; Tue, 17 Oct 2006 20:30:52 +0200 Message-ID: <45352593.7040705@udev.org> Date: Tue, 17 Oct 2006 20:48:51 +0200 User-Agent: Icedove 1.5.0.7 (X11/20061013) MIME-Version: 1.0 To: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Merge of the PHP exec_dir dir From: al@udev.org (Antony Lesuisse) Is there any valid reason not to merge the exec_dir patch to php 5 ? http://kyberdigi.cz/projects/execdir/english.html It's small, backward compatible and it allows one to limit execution without enabling the (IMHO useless and annoying) safe_mode. Antony