On Sat, 14 Sep 2024, Gina P. Banyard wrote: > I came across the Directory class while doing some code exploration of > ext/standard. This class is effectively an opaque object for Directory > resources, however it doesn't behave like one, as it has existed since > PHP 4. > > As such, I am proposing an RFC to turn this class into an opaque > object. > > RFC: https://wiki.php.net/rfc/directory-opaque-object
I see you want to make "new Directory" not work - but wouldn't it make more sense if that was the *prefered* way instead of using dir() ? cheers, Derick