From:             karol at babioch dot de
Operating system: Windows XP Professional
PHP version:      5.2.5
PHP Bug Type:     Directory function related
Bug description:  DirectoryIterator does not work with include_path

Description:
------------
In my opinion DirectoryIterator should work with include_path, but it
doesn't. I couldn't find any information about this in the documentation,
so maybe I'm wrong.

Reproduce code:
---------------
<?php

error_reporting(E_ALL|E_STRICT);

set_include_path('./../');

$dir = new DirectoryIterator('test2');

?>


Expected result:
----------------
A new dir iterator from './../test2' should be created!

Actual result:
--------------
PHP (DirectoryIterator) throws an Exception.

-- 
Edit bug report at http://bugs.php.net/?id=43691&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=43691&r=trysnapshot44
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=43691&r=trysnapshot52
Try a CVS snapshot (PHP 5.3): 
http://bugs.php.net/fix.php?id=43691&r=trysnapshot53
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=43691&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=43691&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=43691&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=43691&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=43691&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=43691&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=43691&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=43691&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=43691&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=43691&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=43691&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=43691&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=43691&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=43691&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=43691&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=43691&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=43691&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=43691&r=mysqlcfg

Reply via email to