Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:7228 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 6569 invoked by uid 1010); 21 Jan 2004 11:18:54 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 6542 invoked from network); 21 Jan 2004 11:18:53 -0000 Received: from unknown (HELO mail.zend.com) (192.117.235.230) by pb1.pair.com with SMTP; 21 Jan 2004 11:18:53 -0000 Received: (qmail 340 invoked from network); 21 Jan 2004 11:18:45 -0000 Received: from guardian.zend.office (HELO andi-laptop.zend.com) (10.1.1.4) by mail.zend.com with SMTP; 21 Jan 2004 11:18:45 -0000 Message-ID: <5.1.0.14.2.20040121131834.02cc4698@127.0.0.1> X-Sender: andi@127.0.0.1 X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Wed, 21 Jan 2004 13:18:44 +0200 To: choinet ,internals@lists.php.net Cc: wez@php.net In-Reply-To: <20040117205616.87369.qmail@web13201.mail.yahoo.com> References: <20040115093404.2887.qmail@web13206.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Re: [PHP-DEV] PHP include/url fopen From: andi@zend.com (Andi Gutmans) I just saw this message now. I'll look into it. Thanks, Andi At 12:56 PM 1/17/2004 -0800, choinet wrote: >--- choinet wrote: > > I was helping a user at my ISP support forums. Using > > include on an http:// url generates "Warning: main(): > > stream does not support seeking in > > /home/account/public_html/test.php on line 2". This > > occurs for both external/same-server http:// urls. > > Each of the servers I used run PHP 4.3.4, and I had no > > warning on Windows as well as on another Linux setup > > (server generating the warning runs Linux). > > > > Searching the warning on google shows the first result > > http://www.onaje.com/php/article.php4/43, which > > mentions the problem on 4.3.4. I see two bug reports > > dealing with this, #24053 and #26550, not sure if it > > has been resolved yet in the snaps from reading the > > report (I can't test it out since the ISPs run the > > server that generates the warning). I don't know what > > would be causing the warning to output (since it may > > be assumed that an http:// stream does not support seeking). > > > > -- > > PHP Internals - PHP Runtime Development Mailing List > > To unsubscribe, visit: http://www.php.net/unsub.php > > > >I just verified what the other users at #24053 claimed (that Zend >Optimizer causes the warnings in http includes) on my Fedora testbed. >Also, looking at the phpinfo's of each Red Hat Linux server, only those >with PHP 4.3.4 on ZO (2.1.0) generated the warnings, not those with the >older 4.3.3/ZO. And, of course, no warning as expected on standalone 4.3.4 >or 4.3.4/ZO on Windows. I'm thinking it may be Linux-exclusive(?) > >Anyway, I know that Zeev and Andi are devs here and maybe we could get >some feedback on this? > >__________________________________ >Do you Yahoo!? >Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes >http://hotjobs.sweepstakes.yahoo.com/signingbonus > >-- >PHP Internals - PHP Runtime Development Mailing List >To unsubscribe, visit: http://www.php.net/unsub.php