Re: [VOTE][Accept] PSR-16: Simple Cache

2016-12-29 Thread Aaron Piotrowski
+1 from Icicle. On Sunday, December 18, 2016 at 9:25:54 AM UTC-6, Jordi Boggiano wrote: > > After a fruitful month of review and final tweaks (thanks to all > involved), I think we are ready for a vote here at the PSR-16 > headquarters. > > Please find the specification here: > > - > >

Re: [VOTE][Accept] PSR-16: Simple Cache

2016-12-29 Thread Matteo Beccati
+1 from Revive Adserver On 18/12/2016 16:25, Jordi Boggiano wrote: > After a fruitful month of review and final tweaks (thanks to all > involved), I think we are ready for a vote here at the PSR-16 headquarters. > > Please find the specification here: > > - >

[VOTE][Accept] PSR-16: Simple Cache

2016-12-29 Thread Ryan Thompson
+1 from Pyro -- 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 php-fig+unsubscr...@googlegroups.com. To post to this group, send email to

Re: [VOTE][Accept] PSR-16: Simple Cache

2016-12-29 Thread Dracony
+1 from PHPixie Already implemented in todays php/cache =) On Sunday, December 18, 2016 at 4:25:54 PM UTC+1, Jordi Boggiano wrote: > > After a fruitful month of review and final tweaks (thanks to all > involved), I think we are ready for a vote here at the PSR-16 > headquarters. > > Please

Re: StreamInterface::detach() in PSR-7: what is it for?

2016-12-29 Thread Stefano Torresi
Hey Rasmus, The detach() method was introduced to allow a fine grained control over the underlying resource of the Stream object, and it provides a standardized way to do that. You can find more insights in the original discussion here:

Re: [VOTE][Accept] PSR-16: Simple Cache

2016-12-29 Thread 'Alexander Makarov' via PHP Framework Interoperability Group
+1 from Yii. On Sunday, December 18, 2016 at 10:25:54 PM UTC+7, Jordi Boggiano wrote: > > After a fruitful month of review and final tweaks (thanks to all > involved), I think we are ready for a vote here at the PSR-16 > headquarters. > > Please find the specification here: > > - > >

StreamInterface::detach() in PSR-7: what is it for?

2016-12-29 Thread Rasmus Schultz
The detach() method of StreamInterface in PSR-7 isn't mentioned anywhere in the documentation or meta. The only documentation for it, is the inline documentation, which doesn't explain what it's for: > Separates any underlying resources from the stream. So basically, this sets the internal