ID:               24053
 Updated by:       [EMAIL PROTECTED]
 Reported By:      jphey at netdoor dot com
-Status:           Bogus
+Status:           Closed
 Bug Type:         Scripting Engine problem
 Operating System: Linux 2.4.20
 PHP Version:      4.3.2
 New Comment:

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


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

[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.



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

[2004-01-17 05:43:57] [EMAIL PROTECTED]

If it only happens when you have Zend Optimizer loaded,

it's a Zend Optimizer bug.  URL includes under windows

are handled slightly differently internally (due to flex/

bison issues when working on sockets), which would explain

why you don't have the problem there.

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

[2004-01-17 03:26:54] choinet at rocketmail dot com

The other hosts that worked fine did not have the Zend Optimizer, just
to clarify.

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

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