Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:86969 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 58164 invoked from network); 30 Jun 2015 09:48:09 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Jun 2015 09:48:09 -0000 Authentication-Results: pb1.pair.com smtp.mail=karoly@negyesi.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=karoly@negyesi.net; sender-id=unknown Received-SPF: error (pb1.pair.com: domain negyesi.net from 209.85.213.171 cause and error) X-PHP-List-Original-Sender: karoly@negyesi.net X-Host-Fingerprint: 209.85.213.171 mail-ig0-f171.google.com Received: from [209.85.213.171] ([209.85.213.171:37618] helo=mail-ig0-f171.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 95/7F-25761-7D562955 for ; Tue, 30 Jun 2015 05:48:08 -0400 Received: by igblr2 with SMTP id lr2so8565635igb.0 for ; Tue, 30 Jun 2015 02:48:05 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to :content-type; bh=p0QSVVfkIBbrxZ2GaNwjVENjT1oVLX58sk4gdfX0scY=; b=L2UiexrEEo5dorGM+i3TKbVe2cdZf+dpQFW94lZtIlNRDff3oe8Ljr8s3Vsywt9GgT YAKp4GSFuR7MMrWvbvslXC+6W1PIw9F5vYpcGqNDPPUIqUaiC71QjHV5N4BIw4ITBVUX mNl+K28ySpjr35GnhYuQ2NJvgOkUtfYCHe8XRf/HlF+tkqOzRkpE/F1ZVjoHL3mbvTat BakfRxAC9jhuYwpG/HPBcrjYWsNOcSDh9n2dj+rcQmw4mHRj/QPH78gQaQbxUVGtILpr ZjM5clS2WJ5C+oc6qLmwiMF78haDoBrGbxVJfkG3P5sVQbuAWu9NOf1FgheCe4dLTF3R 8cNA== X-Gm-Message-State: ALoCoQl7HLocllxMPbnebsJDZBnOcjcxMdr+Pjk08F28cw8ZkgINPtulKknAyhx+4NG7M9e8lBJl X-Received: by 10.50.13.10 with SMTP id d10mr22939037igc.20.1435657685408; Tue, 30 Jun 2015 02:48:05 -0700 (PDT) Received: from mail-ig0-f170.google.com (mail-ig0-f170.google.com. [209.85.213.170]) by mx.google.com with ESMTPSA id t93sm6593773ioe.13.2015.06.30.02.48.04 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 30 Jun 2015 02:48:04 -0700 (PDT) Received: by igrv9 with SMTP id v9so47365841igr.1 for ; Tue, 30 Jun 2015 02:48:04 -0700 (PDT) X-Received: by 10.107.46.135 with SMTP id u7mr28355378iou.69.1435657684085; Tue, 30 Jun 2015 02:48:04 -0700 (PDT) MIME-Version: 1.0 Date: Tue, 30 Jun 2015 09:47:54 +0000 Message-ID: To: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a113ac3624774cd0519b91a19 Subject: Please unhardwire the streams from opcache From: karoly@negyesi.net (Karoly Negyesi) --001a113ac3624774cd0519b91a19 Content-Type: text/plain; charset=UTF-8 Hello, I wrote https://www.drupal.org/files/issues/2513326_34.patch this monstrosity out of necessity because https://github.com/php/php-src/blob/6e3e1e31e92fd57f12471461fc3496ac057757b0/ext/opcache/ZendAccelerator.c#L149 is_cacheable_stream_path hardwires file:// and phar:// Please give us a chance to override this somehow in PHP 7.1 or even 7.2 since it won't be for a good number of years before we can use it but it would be nice if Drupal 9 didn't need this fun. Thanks much, Karoly Negyesi --001a113ac3624774cd0519b91a19--