Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:9723 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 6335 invoked by uid 1010); 8 May 2004 02:01:17 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 6268 invoked from network); 8 May 2004 02:01:17 -0000 Received: from unknown (HELO mx.thebrainroom.net) (65.200.24.98) by pb1.pair.com with SMTP; 8 May 2004 02:01:17 -0000 Received: by mx.thebrainroom.net (Postfix, from userid 517) id 3885E14880BD; Fri, 7 May 2004 19:01:15 -0700 (PDT) Received: from tron (obsidian.thebrainroom.net [82.133.1.142]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by mx.thebrainroom.net (Postfix) with ESMTP id 14CE4148809B; Fri, 7 May 2004 19:01:13 -0700 (PDT) To: "'Srdjan Mijanovic'" , Date: Sat, 8 May 2004 03:01:11 +0100 Organization: The Brain Room Ltd. MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Thread-Index: AcQ0UpoRp9KSUoK/QwCT825vZga9KAATaKHw In-Reply-To: <20040507163800.4886.qmail@pb1.pair.com> Message-ID: <20040508020113.14CE4148809B@mx.thebrainroom.net> X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on jc.thebrainroom.net X-Spam-Status: No, hits=3.3 required=5.0 tests=MSGID_FROM_MTA_SHORT autolearn=no version=2.63 X-Spam-Level: *** X-TBR-Filter: Virus scanned and defanged Subject: RE: [PHP-DEV] Read PHP script from... From: wez@thebrainroom.com ("Wez Furlong") References: <20040507163800.4886.qmail@pb1.pair.com> You want to implement a wrapper for PHP streams: http://www.php-mag.net/itr/online_artikel/psecom,id,368,nodeid,114.html --Wez. > -----Original Message----- > From: Srdjan Mijanovic [mailto:msergeo@hotmail.com] > Sent: 07 May 2004 18:52 > To: internals@lists.php.net > Subject: [PHP-DEV] Read PHP script from... > > Hello, > > I'm quite new to this newsgroup, and I hope this is the right > place to ask > the question. > > I want to be able to read PHP source files from an archive. > Script is not > present on the hard disk, but inside a file / archive. To do > this, I can > supply the zend_stream object for reading and writing. > > How to integrate this into the ISAPI PHP? The major problem > is with INCLUDE > function, which always assumes that we're including files > from the disk... > while the content can come from other sources (archive) > > Thanks! > > Regards, > > Srdjan Mijanovic > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > >