From:             jphey at netdoor dot com
Operating system: Linux 2.4.20
PHP version:      4.3.2
PHP Bug Type:     *General Issues
Bug description:  include issues spurious "stream" warning that clutters up the page 
...

I have used the include "http://...."; directive with great success.

However, my web hosting company (hostforweb.com) must have just upgraded
their PHP software within the last week, because now ALL my pages that use
the include command include "Warning: main(): stream does not support
seeking /home/americaf/public_html/agenda/index.php on line 1" 

The funny thing is, the actual include appears to "work" properly ... the
file IS included in the stream!  However, the warning message appears
anyway.

Here is a URL that demonstrates the problem:

http://americafirstparty.org/agenda/index.php

the first several lines of which are:

=========== begin index.php source ==========

<?php include
"http://americafirstparty.org/includes/plainpageheader.shtml";; ?>
<blockquote>


<h1>National Committee Meeting Agenda</h1>
<h3>Tuesday, May 20, 2003<br>Continued on May 27, 2003</h3>

=========== end of source snippet ============


I know this bug was fixed earlier, but perhaps it has resurfaced? 


-- 
Edit bug report at http://bugs.php.net/?id=24053&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=24053&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=24053&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=24053&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=24053&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=24053&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=24053&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=24053&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=24053&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=24053&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=24053&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=24053&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=24053&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=24053&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=24053&r=gnused

Reply via email to