Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Learn what's new in PHP 7
Rating: 4.5 out of 5(984 ratings)
36,349 students

Learn what's new in PHP 7

Review all the new features that are coming in PHP 7 and get your app's up to speed.
Created byLawrence Turton
Last updated 8/2016
English

What you'll learn

  • new features PHP 7
  • Deprecated features in PHP 7

Course content

4 sections26 lectures3h 19m total length
  • Introduction2:48

    Welcome to this course, I'll first introduce myself and why you should want to take this course. Also give you some knowledge about what you'll need to take this course.

  • XAMPP PHP7 setup3:26

    Before we being lets take a look at XAMPP where we want to setup PHP7 which you must download the correct version to take this course.

Requirements

  • Understand the basics of PHP
  • Know about XAMPP or a similar service

Description

PHP7 is the newest edition of the language to hit the server side in 2016. This well established and much loved language is providing significant performance improvements, providing new features and improving security. PHP has always been the goto language when it comes to server side database interactivity and data integrity with simplicity and ease of use.

The first and most prominent speed increase is the PHP7 engines speed which is nearly double the performance of the previous PHP 5.6 engine. This alone should be coveted by developers who don't even need to optimise their code but just to run it in the new engine and see massive performance increases. Wordpress, Joomla and other popular CMS's have been run out of the box with no code changes and huge performance increases have been seen with no optimisation needed at all.

But what about the other features and your script's, Will they work? Well to find out I'll be showing you additional features which may not be that dramatic after all. New features are always fun to learn but some new features will just be a simple parameter being passed into an already existing function. For example the unserialise function will now accept another optional parameter to only unserialise an object that came from a particular class; making it a little more secure. Also as we're on the topic of security and parameters the existing password hash function will no longer accept a salt but rather it will automatically generate a secure salt for you.

The new PHP version is a nice addition to the PHP family with refined features all round. PHP will still be around despite what developers say. It's still currently the best and most secure language for database interaction with PDO, scalar data validation, prepared statements, secure password hashing and salting. It really is still the king pin! Every language has it's place and PHP is firmly settled in on the server side and despite being a Javascript developer it's still is a very established language.

Who this course is for:

  • Exisiting PHP developers who want to learn whats coming
  • Someone who's learnt the basics of PHP and wants to further their understanding