ID:               24053
 Comment by:       coolavin at dedanaan dot com
 Reported By:      jphey at netdoor dot com
 Status:           Closed
 Bug Type:         Scripting Engine problem
 Operating System: Linux 2.4.20
 PHP Version:      4.3.2
 New Comment:

I'm still getting this same error in php includes, so apparently, it
still hasn't been fixed in the latest releases.

Using @include seems to work, suppressing the error message, but it's
not a solution, it just masks the problem.

A fix needs to be applied to the next update.


Previous Comments:
------------------------------------------------------------------------

[2004-04-10 14:00:31] gunner at muchthesame dot com

I just moved my site to a host running PHP 4.3.4 and I am now getting
this same message.  I am including a file that is created on another
site of mine and therefore have to use the full url in the include.

The include works fine, but I do get this error about "seeking" even
though I am not seeking.  If I suppress the error it seems to be okay
but I obviously shouldn't have to do this.

------------------------------------------------------------------------

[2004-02-12 14:01:05] [EMAIL PROTECTED]

That bug is fixed in the Zend Optimizer 2.5
(http://www.zend.com/store/free_download.php?pid=13)

------------------------------------------------------------------------

[2004-02-03 19:52:37] rgraham at star-fleet dot org

Running 4.3.4 with Zend installed same issue, seems this states it's
listed at 4.3.2, i thought i'd bring it up.

Even if it is a Zend Issue with Php doesn't it still fall into PHP's
bug list? Seems it wasn't there before and now it is?

The @include works because @ = supress the error messeges but it's
annoying.

------------------------------------------------------------------------

[2004-01-25 12:15:55] webmaster at nowproduction dot com

I had the same error "Warning: main(): stream does not support
seeking...".

You can include remote files with adding an '@'. This code should
work:

<?php
@include('http://remoteurl.com/somefile.html'); ?>

------------------------------------------------------------------------

[2004-01-17 18:20:22] [EMAIL PROTECTED]

Not PHP but Zend Optimizer bug -> bogus.


------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/24053

-- 
Edit this bug report at http://bugs.php.net/?id=24053&edit=1

Reply via email to