Re: [PHP-DEV] Regarding PHP-FPM protocols

2014-08-09 Thread Thomas Bley
Hello Aaron, you might look at: https://github.com/adoy/PHP-FastCGI-Client/blob/master/src/Adoy/FastCGI/Client.php see buildNvpair() and buildPacket(). and the specification: http://www.fastcgi.com/devkit/doc/fcgi-spec.html Regards, Thomas Aaron Lewis wrote on 09.08.2014 06:43: > Hi, > > I'

Re: [PHP-DEV] Reflection to remove final

2014-08-09 Thread Tom Oram
I've just been looking back at the history of this previous conversation... http://marc.info/?l=php-internals&m=132673741606531&w=2 as a mockist tester I'd really REALLY like to see this be possible but I can see the problem with the original patch modifying the actual existing class. One soluti