Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:16770 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 89415 invoked by uid 1010); 17 Jun 2005 02:22:18 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 89398 invoked from network); 17 Jun 2005 02:22:18 -0000 Received: from unknown (HELO 128kb.com) (127.0.0.1) by localhost with SMTP; 17 Jun 2005 02:22:18 -0000 X-Host-Fingerprint: 68.112.247.235 68-112-247-235.static.oxfr.ma.charter.com Received: from ([68.112.247.235:18541] helo=localhost.localdomain) by pb1.pair.com (ecelerity 1.2 r(5656M)) with SMTP id E6/BE-20931-7D332B24 for ; Thu, 16 Jun 2005 22:22:15 -0400 Message-ID: To: internals@lists.php.net Date: Thu, 16 Jun 2005 22:22:10 -0400 User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 68.112.247.235 Subject: ftruncate() and user stream wrappers From: jhannus@128kb.com (Justin Hannus) Is there plans to allow ftruncate calls on user defined stream wrappers? i.e. The wrapper class would implement: bool stream_truncate(int length); -justin