Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:46992 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 98039 invoked from network); 15 Feb 2010 15:28:09 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Feb 2010 15:28:09 -0000 Authentication-Results: pb1.pair.com smtp.mail=tyra3l@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=tyra3l@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.218.214 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: tyra3l@gmail.com X-Host-Fingerprint: 209.85.218.214 mail-bw0-f214.google.com Received: from [209.85.218.214] ([209.85.218.214:47500] helo=mail-bw0-f214.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B4/52-19260-608697B4 for ; Mon, 15 Feb 2010 10:28:07 -0500 Received: by bwz6 with SMTP id 6so2366399bwz.11 for ; Mon, 15 Feb 2010 07:28:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=i8GCrFViilGhYxeekce1AXq7yfEE1g/Fbcsg3mZi59Q=; b=JAyamLUbWbiJHSMqMdmcWvJmBzgfx0yLuYOeab0Mxy1KY5mfs4laivbE96kEbA4nu0 SQeWVtXgAJSI7PNBbiPphFcmU8Utn3n2hJZsyBFSqgz6JY9xM0no8DlgrYM/xox2HOY7 eNhfUFW+N2AQvghe0efEH4tV05XRoL0XUmpUk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=xyKqPx9y8d4p45il/pGBrlY3LtuZ0AngJvgOpuwyXq6RDMSIgqkcc4AqCdklZ9tlv8 3jH9pHEoQOlVSGQVXQSsln1IOeVtISu+tH5zD3H0RsVyP/iU6Ug08RKA3FvMe7VIZpUI /eZQlaRh2WS+aD+3mX511FEgCXanE+BKHvv34= MIME-Version: 1.0 Received: by 10.204.8.73 with SMTP id g9mr2371546bkg.146.1266247683913; Mon, 15 Feb 2010 07:28:03 -0800 (PST) In-Reply-To: <16.63.50402.0BF397B4@pb1.pair.com> References: <16.63.50402.0BF397B4@pb1.pair.com> Date: Mon, 15 Feb 2010 16:28:03 +0100 Message-ID: To: Jaroslav Hanslik Cc: internals@lists.php.net Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Bug #50751 From: tyra3l@gmail.com (Ferenc Kovacs) If this is an expected behavior then I think it should be noted here: http://www.php.net/manual/en/transports.inet.php Tyrael 2010/2/15 Jaroslav Hanslik : > Hi, > > my bug report http://bugs.php.net/bug.php?id=50751 was marked as bogus but I > still think it's a bug. The session.save_path is treated as file system path > even if I use memcache as session.save_handler. Here is my patch > http://temp.kukulich.cz/session_save_path_checked_only_if_files.txt (against > PHP 5.3.1). Maybe it would be clearer what I mean. If I'm wrong, please > someone expain me why. > > Jaroslav Hanslik > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > >