"PHP5"

PHP 7 – features, release date, rumors

- E-Commerce, Fire development, PHP 7

The 7th version of PHPPHP 7 has been finally released!!! You can download the source code here: php-7.0.0. We describe how to install PHP 7 here: Installing PHP 7.

Lack of a native Unicode support was one of the biggest PHP drawbacks. In 2005, developers decided to change this. The newly formed project was designed to provide a native Unicode support to PHP. To achieve this goal, developers decided to use the ICU library (International Components for Unicode). Another significant feature of the project was representing UTF-16 text strings. It was planned to release the project as version 6.0, but we can see only PHP 5.3 and PHP 5.4, both without Unicode integration. As of 2015, there is an ongoing work on a new major version of PHP PHP 7. The PHP 6 with its unicode experiment had never been released, so the name was abandoned.

The Best PHP 7 Books to Read

The Best PHP 7 Tutorials and Tools to Start With

How to Get Ready for PHP 7

UPD (23.06.15): PHP 7 – release date, performance, features, changes

UPD (13.07.15): Interview with Dmitry Stogov

UPD (25.08.15): PHP 7 on Magento EE

UPD (27.08.15): Deprecated functionality which will be removed in PHP 7

UPD (01.09.15): PHP 7.0.0 RC 1

UPD (07.09.2015): PHP 7.0.0 RC2 has been released. PHP 7 will be available on the 12th of November.

UPD (15.09.15): PHP 7 and WordPress, Return types, Scalar types, Threading for PHP, PHP7 Reference, php7cc

UPD (22.09.15): Backwards compatibility issues, PHP 7 screencasts, and a new overview

UPD (29.09.15): PHP 7 tutorial

UPD (26.10.2015): The Acquisition of Zend and PhpStorm 9

UPD (07.11.2015): PHP 7 Hidden Features

UPD (24.11.15) PHP 7 Docker Image for Magento 2

UPD (24.11.15) PHP 7 vs HHVM

UPD (01.12.15): PHP 7 RC 8 has been released

UPD (03.12.15): PHP 7 HAS BEEN RELEASED!!!

PHP 7

Continue Reading

How to stop fearing and start coding (The Best Online Programming Courses)

- E-Commerce, Fire development

The Best Online Programming Courses

How to stop fearing and start coding? In this post, we are going to the answer to this question. For instance, Roshan Choxi, Cofounder and CEO of Bloc, tells about three strategies that are extremely necessary to achieve this goal. First of all, you have to be focused on habits, not goals. Then you should understand, that learning alone is painful. And finally, you have to build things. Continue Reading

PHPNG – future of PHP

- E-Commerce

magento phpngPHPNG is a new branch of PHP development. It aims to bring better memory usage efficiency and performance. PHPNG is focused on PHP’s VM Zend Engine. PHPNG aims to provide the maximum performance for current applications by rebuilding internal structures of PHP. Existing structure leads to the next time expenditures: 20% of time are used for tasks of memory manager, 10%  – for hash tables, 30%  – for call internal functions and only 30% – for execution in virtual machine. PHPNG can do a 10-30% execution speed improvement by changing this structure. Also it leads to some memory savings.

Continue Reading