Posts

Showing posts from 2016

Enable HTTP/2 Support in AWS ELB

Image
This thread  was started more than a year ago, asking for when Amazon Web Services will add support for HTTP/2  into their ELB. In addition to that, people are also asking, how to configure ELB to support multiple SSL certificates. AWS support team has been reluctant on giving out any specific details on when both of these features will be available, citing: I've verified that the ELB team is aware of the interest in ELB supporting HTTP/2. Please keep an eye on What's New from Amazon Web Services: http://aws.amazon.com/new/ for any updates. What is HTTP/2? HTTP/2 is a replacement for how HTTP is expressed “on the wire.” It is not a ground-up rewrite of the protocol; HTTP methods, status codes and semantics are the same, and it should be possible to use the same APIs as HTTP/1.x (possibly with some small additions) to represent the protocol. HTTP/2 protocol is supported by major modern browsers including IE11, Edge 13, Firefox 47, Chrome 52, Safari 9.1, Opera 38, i

Zend Framework 3 Now Available

Image
The Greatest Framework Since ZF 1 After 17 months of effort, hundreds of releases, tens of thousands of commits by hundreds of contributors, and millions of installs, Zend finally announced the immediate availability of Zend Framework 3 . Increased Performance According to Zend, the performance increase is ~ 4x on PHP 5, and even greater performance on PHP 7 - which is now fully supported - compared to previous version of Zend Framework. Naturally, they claim that they have improved documentation. Ships with a Micro-Framework The Zend Framework 3 also included a number of new features, primarily around PSR-7 (HTTP Message interfaces) support. These include: Diactoros : the original and leading PSR-7 implementation in the PHP ecosystem. Stratigility : a PSR-7 middleware foundation based on the node.js Sencha Connect Expressive : a PSR-7 middleware microframework If you are already familiar with our MVC, or want to get started with it, we have created a new ve