Miloslav Hůla

Results 108 comments of Miloslav Hůla

Few ideas... Proposed `FileSession::$sessionNames = []` cannot work - once a request is finished, session name is lost. That's why `glob()` is used to find previous requests sessions. Why do...

I'm closing this issue as a PHP object to Dibi expression is solved by https://github.com/dg/dibi/pull/432 The second case - fetched scalar type to PHP object hydration can be solved by...

It is thrown by [driver](https://github.com/dg/dibi/blob/cab1c5b5e69f9a6c745919145b06ce82f291a7c5/src/Dibi/Drivers/SqlsrvResult.php#L48-L54) because the SQLServer API does not offer selected rows count function. You have to fetch all rows and count them manually.

Setting an envelope address (`-f $from`) is correct from more points of view. - receiving MTA puts this address into message as a `Return-Path` header and uses it for bounce...

From [msmtp man page](https://manpages.ubuntu.com/manpages/trusty/man1/msmtp.1.html), parameter `--read-envelope-from` ensures same behaviour. I cannot test it but probably additional `-f` is evaluated as an error. This is hard to solve in some automatic...

> Parameter `-f` is correct in most cases? I'm afraid that's not enough for general library. In my opinion, it is better to leave the `-f` parameter to the developer...

It is from mentioned RFC :) My opinion... They wanted to transfer data via URL, but the `rawurlencode("+/=") === '%2B%2F%3D'` - these 3 chars from base64 alphabet have to be...

Hi, thank you for report. I embed the CA chain for some reason... unfortunately I cant recall why and I agree that CA should be updated on all systems these...