|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-09-29 15:43 UTC] rasmus@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Mon Jul 13 20:00:02 2026 UTC |
following code works properly on FreeBSD but failed on Solaris 7 with php4.0.2 >>>>>>>>>>> <?php $dir = "/home/chedong/public_html"; $d = dir($dir); while($entry = $d->read()){ echo $entry."<br>"; } ?> <<<<<<<<<<<< We found the error occured at $d->read() when the file read directory again there is no message returned..... is it a bug on Sun OS?