ID:               50898
 User updated by:  virus126 at gmail dot com
 Reported By:      virus126 at gmail dot com
 Status:           Bogus
 Bug Type:         URL related
 Operating System: debian
 PHP Version:      5.3.1
 New Comment:

becouse in php 5.2.6 it works fine & v5.3.1 doesn`t print any error


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

[2010-02-01 12:22:06] [email protected]

No idea why you're reporting bugs in 3rd party stuff here..

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

[2010-02-01 12:08:02] virus126 at gmail dot com

Description:
------------
Can't include code stored in vfsStream 
(http://code.google.com/p/bovigo/) - php just dies.

What version of the product are you using? On what operating system?
php 5.3.1 (dotdeb.org), vfsStream 0.5.0, debian lenny

Reproduce code:
---------------
<?php
require_once 'vfsStream/vfsStream.php';
vfsStreamWrapper::register();
vfsStreamWrapper::setRoot(new vfsStreamDirectory('exampleDir'));
$root = vfsStream::url('exampleDir') . '/';
file_put_contents($root . 'test', 'test');
echo 'before' . PHP_EOL;
include ($root . 'test');
echo 'finish';

Expected result:
----------------
before
testfinish

Actual result:
--------------
before


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


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

Reply via email to