> > So I propose to include in the spec a text indicating that the stream > created in the responseFactory, requestFactory and serverRequestFactory > should be the same than if they were created with > streamFactory->createStream() >
Somehow I missed this thread completely, but made the same proposal as part of the other ongoing StreamFactory thread <https://groups.google.com/d/msg/php-fig/S5YIw-Pu1yM/m_IsPlQ4BgAJ>. I think it makes sense to codify this as part of a PSR, as I have seen it used in many different projects. It may even be necessary to specify that StreamFactoryInterface::createStream() leads to a writeable Stream, currently it is not described as such. Cheers, Martijn -- You received this message because you are subscribed to the Google Groups "PHP Framework Interoperability Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/php-fig/e69c4222-340f-436d-bee1-062b94f73321%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
