PS there might be some good reason for the hash_final() api really
being final that i'm not aware of (not that i'm aware of any reason at
all, pun not intended)

also the sample class in the 3v4l link has an issue i hadn't thought
of: i wanted to support method chaining, so i made nearly everything
return `:self` , but hash_update_stream() returns int, the number of
bytes actually read from the stream. that could easily be fixed with a
`updateStream($stream, int $length = -1, int &$bytesRead = null):self`
or something tho

On Tue, 13 Oct 2020 at 14:04, Rowan Tommins <rowan.coll...@gmail.com> wrote:
>
> On Tue, 13 Oct 2020 at 10:43, Hans Henrik Bergan <divinit...@gmail.com>
> wrote:
>
> > i know this is unrelated to the thread at hand, but am i really
> > supposed to find the email of everyone who has replied to a thread,
> > and add them all manually to cc?
> >
>
>
> Nope, just the mailing list address should be fine; everyone sending to the
> list should also be subscribed to it. Indeed, I tend to remove all CCs from
> my replies whenever I remember.
>
> I suspect the reason you'll see a lot of CCs is that most mail clients only
> have "reply" (which would often miss the list completely) and "reply to
> all" (which accumulates CCs), and no "reply to list" (which would pick up
> the list address from an appropriate header and ignore everything else).
>
> Regards,
> --
> Rowan Tommins
> [IMSoP]

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: https://www.php.net/unsub.php

Reply via email to