Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:75686 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 77580 invoked from network); 18 Jul 2014 10:33:01 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Jul 2014 10:33:01 -0000 Authentication-Results: pb1.pair.com header.from=nicolai.scheer@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=nicolai.scheer@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.182 as permitted sender) X-PHP-List-Original-Sender: nicolai.scheer@gmail.com X-Host-Fingerprint: 209.85.220.182 mail-vc0-f182.google.com Received: from [209.85.220.182] ([209.85.220.182:35842] helo=mail-vc0-f182.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 32/00-11793-DD7F8C35 for ; Fri, 18 Jul 2014 06:33:01 -0400 Received: by mail-vc0-f182.google.com with SMTP id hy4so6934925vcb.41 for ; Fri, 18 Jul 2014 03:32:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=s3Hp9oy58Nm0pe0Y75Ca6lPRab6X1F59v4hFx7lUzMA=; b=XuThuTK+fX4kDtbybXTuzm78V6B3WA7RIggW01NSSpyFFwb0PgSv0DEf9PQwe2KS5o nckxgIz9UgTv4s+KxwCK8E6VIlhw9Hhs91irgmjqo/nuiKkq1AcxHsVTwru6k7uY9RPl e5ZipgK5uOVp0cXSIPW9hGyQo8Jb1FUJVfm1AHHLUnksAzM7jvOL6cogTX49ML5ZWC0p oQdHwZvzAwjRYGJOvpSgMTrsbxl+HBgpbKUDgQqcL/bqYn1NdGjP7GkIcApKGnlBc1N9 nAXIIFgvq+ls5mty6qb1KhVILRv0xUpe+kOjYg6goEBa+5cgXNYmBxz7aTA2LEoVrol3 Iavw== MIME-Version: 1.0 X-Received: by 10.53.5.162 with SMTP id cn2mr3466061vdd.23.1405679578410; Fri, 18 Jul 2014 03:32:58 -0700 (PDT) Received: by 10.220.137.142 with HTTP; Fri, 18 Jul 2014 03:32:58 -0700 (PDT) Date: Fri, 18 Jul 2014 12:32:58 +0200 Message-ID: To: PHP Internals Content-Type: text/plain; charset=UTF-8 Subject: zend_stream_fixup From: nicolai.scheer@gmail.com (Nicolai Scheer) Hi, can anyone shed a light on what zend_stream_fixup (in zend_stream.c) is for? From what I get from the code, it seems it ensures that the whole file is read into memory, no matter what type the zend_file_handle is... Thanks! Greetings Nico