From: crescentfreshpot at yahoo dot com
Operating system: Win XP
PHP version: 5.1.3RC2
PHP Bug Type: Directory function related
Bug description: scandir() triggers double warning
Description:
------------
scandir() triggers two warnings on failure.
(the first might be triggered in /main/streams/streams.c somewhere around
line 1722, the second in /ext/standard/dir.c on line 487)
Reproduce code:
---------------
<?php
error_reporting(E_ALL);
scandir('foo');
?>
Expected result:
----------------
Warning: scandir(foo): failed to open dir: Invalid argument in xxx on line
3
Actual result:
--------------
Warning: scandir(foo): failed to open dir: Invalid argument in xxx on line
3
Warning: scandir(): (errno 22): Invalid argument in xxx on line 3
--
Edit bug report at http://bugs.php.net/?id=37266&edit=1
--
Try a CVS snapshot (PHP 4.4):
http://bugs.php.net/fix.php?id=37266&r=trysnapshot44
Try a CVS snapshot (PHP 5.1):
http://bugs.php.net/fix.php?id=37266&r=trysnapshot51
Try a CVS snapshot (PHP 6.0):
http://bugs.php.net/fix.php?id=37266&r=trysnapshot60
Fixed in CVS: http://bugs.php.net/fix.php?id=37266&r=fixedcvs
Fixed in release:
http://bugs.php.net/fix.php?id=37266&r=alreadyfixed
Need backtrace: http://bugs.php.net/fix.php?id=37266&r=needtrace
Need Reproduce Script: http://bugs.php.net/fix.php?id=37266&r=needscript
Try newer version: http://bugs.php.net/fix.php?id=37266&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=37266&r=support
Expected behavior: http://bugs.php.net/fix.php?id=37266&r=notwrong
Not enough info:
http://bugs.php.net/fix.php?id=37266&r=notenoughinfo
Submitted twice:
http://bugs.php.net/fix.php?id=37266&r=submittedtwice
register_globals: http://bugs.php.net/fix.php?id=37266&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=37266&r=php3
Daylight Savings: http://bugs.php.net/fix.php?id=37266&r=dst
IIS Stability: http://bugs.php.net/fix.php?id=37266&r=isapi
Install GNU Sed: http://bugs.php.net/fix.php?id=37266&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=37266&r=float
No Zend Extensions: http://bugs.php.net/fix.php?id=37266&r=nozend
MySQL Configuration Error: http://bugs.php.net/fix.php?id=37266&r=mysqlcfg