Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:83736 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 28039 invoked from network); 25 Feb 2015 03:19:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Feb 2015 03:19:18 -0000 Authentication-Results: pb1.pair.com smtp.mail=smalyshev@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=smalyshev@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.46 as permitted sender) X-PHP-List-Original-Sender: smalyshev@gmail.com X-Host-Fingerprint: 209.85.220.46 mail-pa0-f46.google.com Received: from [209.85.220.46] ([209.85.220.46:39944] helo=mail-pa0-f46.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9A/00-26609-53F3DE45 for ; Tue, 24 Feb 2015 22:19:18 -0500 Received: by paceu11 with SMTP id eu11so1714429pac.7 for ; Tue, 24 Feb 2015 19:19:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=l8K2nbQxiHBYXDId14pDEHBBbAbx9QLr5ug4r1jK0zQ=; b=S6G52V0plv+TEhYepKhSNSqGzgb8D07rBoCmDbVomjmYt6MtPHJUsisHSr+VBT6nUe oIMk+MXOmNL+ASJhq159ZA8lDl5t6IJltZ1bimIEy+ZnDd6gE+YOsqeOO8Hmg8scPj8R enSGZ+7YNvG7aZisJE8JcEO9l8Dh4Vh9f0r5b76B/0mjd4PMg+I70EaJP9pXVbuAO0nz qiP1YlcKIidTnWz4eP9iKEoyIzNQTpbiUhyYh5xZYVKNOvJkS7lNbUatbp1/yEzU2fxC aJyRrxviOkBKjKEAzmI+VGMWmp+2ed1PidygIY9Finj9I6KdwMpJx16/0b0akLDRTRY4 r1MQ== X-Received: by 10.68.202.98 with SMTP id kh2mr1980912pbc.6.1424834355040; Tue, 24 Feb 2015 19:19:15 -0800 (PST) Received: from Stas-Air.local (108-66-6-48.lightspeed.sntcca.sbcglobal.net. [108.66.6.48]) by mx.google.com with ESMTPSA id ev2sm39513375pbb.69.2015.02.24.19.19.12 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 24 Feb 2015 19:19:13 -0800 (PST) Message-ID: <54ED3F2F.7050203@gmail.com> Date: Tue, 24 Feb 2015 19:19:11 -0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Yasuo Ohgaki CC: =?UTF-8?B?UMOhZHJhaWMgQnJhZHk=?= , "internals@lists.php.net" References: <54ECD4E3.9040705@gmail.com> <54ECFAA8.4020305@gmail.com> <54ED085C.8010901@gmail.com> <54ED1CE2.9060903@gmail.com> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [RFC] Script only include/require From: smalyshev@gmail.com (Stanislav Malyshev) Hi! > Are you saying current PHP allows > include('zip://...') or include('input://...')? Neither zip not phar are classified as url handlers. Both have is_url to 0. > Then this is serious bug. I'll fix it also. This would be another big BC break, as this would mean you can not use phar streams with allow_url_fopen set to off. Please don't change that, there's reason for these settings. -- Stas Malyshev smalyshev@gmail.com