Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

 

NZ PHP Conference - Highlights from Rasmus Lerdorf - Coding & Dreaming

It was fitting that the speaker chosen to kick off the first ever New Zealand...

Posted in Company

Tagged PHP, conference

Comments 2

Matt Peel

by Matt Peel and Matt Peel

Posted 1 September 2014

Read post

It was fitting that the speaker chosen to kick off the first ever New Zealand PHP Conference was Rasmus Lerdorf. Rasmus is known for having gotten the PHP project off the ground in 1995 and has contributed to a number of other open source projects over the years. He was an infrastructure architect at Yahoo! for more than 7 years and joined Etsy in 2012. Rasmus's presentation covered an interesting background to how PHP evolved from a templating system into a coding language as well as insights into the greater purpose his role at Esty provides. 

5 Highlights from Rasmus Lerdorf 

  1. PHP’s naming scheme & argument order was always vertically consistent (e.g. strlen matches C’s strlen specification), which means it’s confusing within the language, but makes sense for C developers
  2. It was intended that people would see the flexibility of the PHP API and extend it by writing more C extensions for the language, but instead it grew into a community of PHP developers, with only a few people writing the C extensions
  3. There are migration pages for jumping between PHP versions (examples: PHP 5.4 to PHP 5.5, PHP 5.5 to PHP 5.6)
  4. PHP now has a semi-official spec (courtesey of Facebook), which is awesome: https://php.net/spec
  5. PHP 5.5, 5.6 and 5.7 all have reasonably significant performance enhancements, and we should leverage these within SS

Bonus: Rasmus grew up in a town where this was downtown (link provides full slides from Rasmus's presentation) 

About the author
Matt Peel

Post your comment

Comments

  • Thanks for picking that up - it was mentioned that there might be a 5.7 before they moved to PHP7 depending on the time horizon.

    Posted by Cam Findlay, 03/09/2014 3:49pm (10 years ago)

  • PHP 5.7 doesn't exist. If some people have their way, it'll never exist. You probably mean PHP 7.

    Posted by Simon Welsh, 01/09/2014 8:25pm (10 years ago)

RSS feed for comments on this page | RSS feed for all comments