Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:73673 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 52040 invoked from network); 11 Apr 2014 22:29:56 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Apr 2014 22:29:56 -0000 Authentication-Results: pb1.pair.com header.from=neufeind@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=neufeind@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 91.184.32.3 as permitted sender) X-PHP-List-Original-Sender: neufeind@php.net X-Host-Fingerprint: 91.184.32.3 mail.speedpartner.de Received: from [91.184.32.3] ([91.184.32.3:37096] helo=mail.speedpartner.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id EA/12-37056-3EC68435 for ; Fri, 11 Apr 2014 18:29:56 -0400 Received: from localhost (localhost [127.0.0.1]) by mail.speedpartner.de (Postfix) with ESMTP id 4EF7C65544 for ; Sat, 12 Apr 2014 00:29:50 +0200 (CEST) Received: from mail.speedpartner.de ([127.0.0.1]) by localhost (mail.speedpartner.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bUktaVO5-qN9 for ; Sat, 12 Apr 2014 00:29:50 +0200 (CEST) Received: from collab.speedpartner.de (collab.speedpartner.de [91.184.32.10]) by mail.speedpartner.de (Postfix) with ESMTP id 3D18C6552E for ; Sat, 12 Apr 2014 00:29:50 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by collab.speedpartner.de (Postfix) with ESMTP id 7B548CBA1DE for ; Sat, 12 Apr 2014 00:29:50 +0200 (CEST) X-Virus-Scanned: amavisd-new at collab.speedpartner.de Received: from collab.speedpartner.de ([127.0.0.1]) by localhost (collab.speedpartner.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id q9M20YqIt+PI for ; Sat, 12 Apr 2014 00:29:50 +0200 (CEST) Received: from [192.168.4.20] (ip-176-199-169-137.unitymediagroup.de [176.199.169.137]) by collab.speedpartner.de (Postfix) with ESMTPSA id 04F05CB29BF for ; Sat, 12 Apr 2014 00:29:50 +0200 (CEST) Message-ID: <53486CDF.2040803@php.net> Date: Sat, 12 Apr 2014 00:29:51 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Some missing stream-wrapper functions From: neufeind@php.net (Stefan Neufeind) Hi, For unit-testing certain things we lately experimented with stream-wrapper functions. Besides the basic functionality that has been there for a while, since PHP 5.4 more functions are possible to implement via stream_metadata. But some very few functions like being able to "trap" symlink-calls inside a stream-wrapper are still missing. Could somebody familiar with that implementation maybe consider adding the missing functions so you can "hook" into them with a custom stream-wrapper? https://bugs.php.net/bug.php?id=38025 This has been quite a long-standing issue ... Kind regards, Stefan