Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:45221 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 77288 invoked from network); 6 Aug 2009 01:10:22 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Aug 2009 01:10:22 -0000 Authentication-Results: pb1.pair.com header.from=johannes@schlueters.de; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=johannes@schlueters.de; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain schlueters.de from 83.243.58.134 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 83.243.58.134 mailout2.netbeat.de Linux 2.6 Received: from [83.243.58.134] ([83.243.58.134:42771] helo=mailout2.netbeat.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9E/6D-14714-B7D2A7A4 for ; Wed, 05 Aug 2009 21:10:21 -0400 Received: (qmail 16576 invoked by uid 89); 6 Aug 2009 01:48:03 -0000 Received: from unknown (HELO ?192.168.1.102?) (johannes%schlueters.de@93.104.116.188) by mailout2.netbeat.de with ESMTPA; 6 Aug 2009 01:48:03 -0000 To: Eddie Drapkin Cc: PHP Development In-Reply-To: <68de37340908022220t5c5e9b72t2b6e8c4ae50ffb63@mail.gmail.com> References: <68de37340908022220t5c5e9b72t2b6e8c4ae50ffb63@mail.gmail.com> Content-Type: text/plain Date: Thu, 06 Aug 2009 03:10:16 +0200 Message-ID: <1249521016.3598.14.camel@goldfinger.johannes.nop> Mime-Version: 1.0 X-Mailer: Evolution 2.26.1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] mod_files.sh patch From: johannes@schlueters.de (Johannes =?ISO-8859-1?Q?Schl=FCter?=) Hi, On Mon, 2009-08-03 at 01:20 -0400, Eddie Drapkin wrote: > There's a script, mod_files.sh, in ext/session for creating directory > tree with depth X for sessions. As it stands, it's pretty poorly > documented and very basic. I got exceptionally bored and rewrote most > of it, the patch is attached. It runs fine for me in linux (with sh > version 4.0). I don't have any other *NIX systems to test it out on, > so I can't verify that it works in anything but linux, sorry. Can you open a bug report at http://bugs.php.net and refer to the patch there so it won't be lost? - Thanks! johannes