skurrilewelt

Results 5 comments of skurrilewelt

No way to solve by my own. Made several attemps to enhance the source of bigimage but with no luck. Finally I mov over to easyPrint plugin which offers some...

I made some tests with another imap library which depends on build-in php imap methods and builds some classes upon them. The test setup uses both the simplest example code...

I think, it is obvious. You can't call rmdir because it won't delete directories which are not empty.

Don't know, why you closed this without looking into your code: ``` public function removeDir(string $directory) : bool { $list = array_reverse($this->listDirDetails($directory, true)); foreach ($list as $fileInfo) { if ($fileInfo['type']...

Any news about this? I recently noticed this behavior too. Or is there something to keep in mind?