Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:42216 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 13897 invoked from network); 11 Dec 2008 18:47:48 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Dec 2008 18:47:48 -0000 Authentication-Results: pb1.pair.com header.from=johannes@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=johannes@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 83.243.58.134 as permitted sender) X-PHP-List-Original-Sender: johannes@php.net X-Host-Fingerprint: 83.243.58.134 mailout2.netbeat.de Linux 2.6 Received: from [83.243.58.134] ([83.243.58.134:48447] helo=mailout2.netbeat.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6D/14-24928-15061494 for ; Thu, 11 Dec 2008 13:47:48 -0500 Received: (qmail 10321 invoked by uid 89); 11 Dec 2008 19:01:27 -0000 Received: from unknown (HELO ?192.168.1.103?) (johannes%schlueters.de@88.217.58.158) by mailout2.netbeat.de with ESMTPA; 11 Dec 2008 19:01:27 -0000 To: RQuadling@GoogleMail.com Cc: PHP Internals List In-Reply-To: <10845a340812100756vad13287xf8dc42b4009f5ce4@mail.gmail.com> References: <10845a340812100756vad13287xf8dc42b4009f5ce4@mail.gmail.com> Content-Type: text/plain Date: Thu, 11 Dec 2008 19:47:29 +0100 Message-ID: <1229021249.21796.6.camel@goldfinger.johannes.nop> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 (2.22.3.1-1.fc9) Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] WIndows variant file for php-src/ext/session/mod_files.sh From: johannes@php.net (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Wed, 2008-12-10 at 15:56 +0000, Richard Quadling wrote: > I've been playing with the session.save_path=n;path setting. > > The documentation says that there is a mod_files.sh file to help > create the folder structure (which there is). > > But this won't run natively on windows. > > I've attached this patch below to create a windows variant > (mod_files.bat) which works quite nicely. Can't we use a platform independent PHP version? I assume that PHP should be installed when using PHP sessions (yeah one might have the server module -> own fault) johannes