From:             mav at alkar dot net
Operating system: FreeBSD 4.8-RC
PHP version:      4.3.1
PHP Bug Type:     Scripting Engine problem
Bug description:  include() or require() file via HTTP wrapper

When I write:
<?php
include "http://www.spooky.dp.ua/test.html";;
?>
and that file are not empty I take message:
Warning: main() [function.main]: stream does not support seeking in
http://www.spooky.dp.ua/test.html on line 0

PHP 4.3.1 compiled with options:
./configure \
--prefix=/usr/local \
--with-apxs=/usr/local/apache/bin/apxs \
--with-config-file-path=/usr/local/apache/conf \
--enable-memory-limit \
--with-mysql=/usr/local/mysql \
--with-gd=/usr/local \
--enable-trans-sid \
--enable-inline-optimization \
--enable-ftp \
--enable-dbase \
--enable-gd-native-ttf \
--with-ttf \
--with-freetype-dir=/usr/local \
--with-iconv \
--with-ming=/usr/local \
--with-zlib

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

Reply via email to