Re: [PHP-DEV] Latest CVS crashes on Win32 with Directory Functions

2001-07-26 Thread Sebastian Bergmann
Sebastian Bergmann wrote: > $test = scan_directory('g:/', $files); The '$test = ' is obsolete, btw. > and then crashes with an 'unknown software exception'. I'm confused. It seems to work fine and does not crash when the given directory is on a readable/writeable drive, I tested only

[PHP-DEV] Latest CVS crashes on Win32 with Directory Functions

2001-07-26 Thread Sebastian Bergmann
This script gives error messages like Warning: OpenDir: Invalid argument (errno 22) in e:\server\htdocs\test.php on line 5 Warning: Supplied argument is not a valid Directory resource in e:\server\htdocs\test.php on line 7 and then crashes with an 'unknown softwar