PHP Classes

PHP 7.1 Performance Benchmark Shows it is 27 Times Faster than PHP 5 - 5 Minutes Lately in PHP podcast episode 78

Recommend this page to a friend!
  Blog PHP Classes blog   RSS 1.0 feed RSS 2.0 feed   Blog PHP 7.1 Performance B...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)  

Author:

Viewers: 1,629

Last month viewers: 3

Categories: Lately in PHP Podcast, News

Now that PHP 7.1 was released pure CPU benchmarks reveal it is 27 times faster than PHP 5.0. This was one of the main topics discussed by Manuel Lemos and Arturs Sosins on the episode 78 of the Lately in PHP podcast now also being streamed using livecoding.tv.

In this episode they also talk about the upcoming PHP 5.6 end of life, features being deprecated and more being proposed for PHP 7.2 like interval comparison, type locked variables, function overloading by extensions, the latest PHP modern practices evolution steps, etc..

This article also contains a 5 minute video and the transcript of the podcast summary.

Listen to the podcast, or watch the hangout video to learn more about these interesting PHP topics.




Loaded Article

Contents

Introduction (0:17)

Transcript Summary (1:40)

PHP 5.6.28, 7.0.13, 7.1.0 released (6:14)

PHP 7.1 Performance Benchmark Shows it is 27 Times Faster than PHP 5 (9:43)

Proposal: Interval Comparison (15:18)

Proposal: Type locked variables (17:44)

RFC: PHP 7.2 Deprecations (20:16)

Proposal: Function Overloading by extensions (25:04)

RFC: ArrayIterator improvements (26:18)

RFC: Distrust SHA-1 Certificates (28:59)

RFC: Parameter No Type Variance (omit type hinting in subclasses) (30:04)

PHP Modern Practices Latest Evolution Steps (31:41)

JavaScript Innovation Award Winners of September 2016 (48:07)

JavaScript Innovation Award Rankings of 2016 (54:37)

PHP Innovation Award Winners of September 2016 (56:34)

PHP Innovation Award Rankings of 2016 (1:03:50)

Conclusion (1:05:53)


Contents

Listen or download the podcast, RSS feed and subscribe in iTunes

Watch the podcast video, subscribe to the podcast YouTube channel

Transcript of the summary


Click on the Play button to listen now.


Download Size: 57MB Listeners: 1309

Introduction music Harbour used with explicit permission from the author Danilo Ercole, from Curitiba, Brazil

View Podcast in iTunes

In iTunes, use the Subscribe to Podcast... item of the Advanced menu, and then enter the URL above to subscribe to this podcast.

Watch the podcast video

Note that the timestamps below in the transcript may not match the same positions in the video because they were based on the audio timestamps and the audio was compacted to truncate silence periods.

See the Lately in PHP podcast play list on YouTube and Subscribe to this channel there.

5 Minute Summary Video

Complete Video

Subscribe PHP Classes channel on Livecoding.tv to watch next recording live.

Show notes

Transcript Summary

This month we are going to cover as always first the latest PHP releases starting by PHP 5.6.28 and the PHP 5.6 and that life is near, not the exact end of support because it will still have security bug fixes after 2017.

We also cover just briefly, some of the latest bug fixes on PHP 7.0 but the great news of the month actually in December 1st it was the release of PHP 7.1.0.

We'll talk a bit about were the improvements focusing in particular those related with performance. And for that there was another article that for now we're just cover it briefly because it was published more recently.

And we'll talk about it more in depth next month but this article will cover how PHP performance evolved over time, not only from PHP 5 until PHP 7.1 but it already includes a preview of what you can expect for PHP 8 or maybe PHP 7.2 because there is a JIT engine being developed and there are some improvements that are already shown in this article.

Then we start to cover the usual set of proposals for the next PHP version. There was a proposal here regarding comparing some value with an interval. There was some discussion but I think there was no agreement on the what would be the best syntax for this that will not cause any conflicts with the current PHP syntax.

Then we'll talk about a proposal regarding type locked variables, I mean variables that once you assign them that you cannot change the type, you can change the value but not the type.

Then we'll talk about what is planned to be deprecated in PHP 7.2, I mean things that start issuing warnings if you're still using them because they'll be removed in future PHP versions.

Then we'll talk about function overloading which should be basically to be able to override existing PHP functions. In the case using extensions.

Then we talk about a proposal to improve the array iterator interface with a few more functions.

And then we also talk about certificates that are being used for PHP to make HTTP SSL requests, so they start distrusting the certificates that use the SHA-1 hashing.

Then we talk about a proposal that will allow subclasses to not be required to declare type hinting for a function that is redefined.

And then we'll talk about some more recent modern practices in the PHP community and that include not only things that only work on PHP 7 but as well that the extensive use of traits and also packages that implement the PSR interfaces defined by the FIG - the Framework Interoperability Group.




You need to be a registered user or login to post a comment

1,614,270 PHP developers registered to the PHP Classes site.
Be One of Us!

Login Immediately with your account on:



Comments:

No comments were submitted yet.



  Blog PHP Classes blog   RSS 1.0 feed RSS 2.0 feed   Blog PHP 7.1 Performance B...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)