Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:46991 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 75728 invoked from network); 15 Feb 2010 13:00:32 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Feb 2010 13:00:32 -0000 Received: from [127.0.0.1] ([127.0.0.1:6739]) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ECSTREAM id C1/10-09468-075497B4 for ; Mon, 15 Feb 2010 08:00:32 -0500 X-Host-Fingerprint: 217.115.245.74 217-115-245-74.cust.avonet.cz Received: from [217.115.245.74] ([217.115.245.74:16063] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 16/63-50402-0BF397B4 for ; Mon, 15 Feb 2010 07:36:01 -0500 Message-ID: <16.63.50402.0BF397B4@pb1.pair.com> To: internals@lists.php.net Date: Mon, 15 Feb 2010 13:35:57 +0100 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; cs; rv:1.9.1.7) Gecko/20100111 Thunderbird/3.0.1 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 100214-0, 14.02.2010), Outbound message X-Antivirus-Status: Clean X-Posted-By: 217.115.245.74 Subject: Bug #50751 From: konference@kukulich.cz (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