Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:9706 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 4913 invoked by uid 1010); 7 May 2004 16:38:00 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 4888 invoked by uid 1007); 7 May 2004 16:38:00 -0000 Message-ID: <20040507163800.4886.qmail@pb1.pair.com> To: internals@lists.php.net Date: Fri, 7 May 2004 17:51:35 -0000 Lines: 20 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1158 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Posted-By: 195.218.4.209 Subject: Read PHP script from... From: msergeo@hotmail.com ("Srdjan Mijanovic") 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