Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Building a Web Application with PHP and MariaDB: A Reference Guide

You're reading from   Building a Web Application with PHP and MariaDB: A Reference Guide Build fast, secure, and interactive web applications using this comprehensive guide

Arrow left icon
Product type Paperback
Published in Jun 2014
Publisher
ISBN-13 9781783981625
Length 200 pages
Edition 1st Edition
Languages
Arrow right icon
Author (1):
Arrow left icon
Sai S Sriparasa Sai S Sriparasa
Author Profile Icon Sai S Sriparasa
Sai S Sriparasa
Arrow right icon
View More author details
Toc

Table of Contents (12) Chapters Close

Preface 1. CRUD Operations, Sorting, Filtering, and Joins 2. Advanced Programming with MariaDB FREE CHAPTER 3. Advanced Programming with PHP 4. Setting Up Student Portal 5. Working with Files and Directories 6. Authentication and Access Control 7. Caching 8. REST API 9. Security 10. Performance Optimization Index

New features in PHP 5.4 and 5.5

A lot of new features have been added to PHP with PHP 5.4 and 5.5. Most of these features were originally part of the PHP 6.0 release, which had to be postponed as rewriting PHP to support Unicode did not go as planned. Unicode is an industry standard character encoding set that supports most of the world languages, unlike ASCII that only encodes the Latin alphabet. One prominent issue that the developers faced during rewriting languages for Unicode support was that it almost took twice the runtime memory to execute the scripts. A few new features that have been shipped with PHP 5.4 and 5.5 are the ability to monitor upload progress, multiple improvements to arrays, a built-in web server, the password hashing API, the generators, partial Unicode support, updates to closures, and the powerful traits. PHP 5.4 and 5.5 arrives with multiple updates that will help us execute scripts faster and use less memory.

Updated array declaration

Short array syntax has been...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €18.99/month. Cancel anytime