Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PHP 6.0 - Roadmap?

Tags:

With the recent announcement that PHP 6 development has been halted, I'm confused as to what the PHP 5.x and 6.x road map includes.

The current version of PHP is 5.3.2.

There were quite a few significant features to come in PHP 6.0, such as:

  • APC include for automatic bytecode caching
  • Unicode support
  • etc..

Question: What is the new road map of PHP given 6.0 has been canceled? What major features will be available next and in what release?

like image 242
JustinT Avatar asked Apr 13 '10 16:04

JustinT


1 Answers

Features:

  • Unicode support;
  • APC opcode cache as standard;
  • Removal of several deprecated features (eg magic quotes, register globals, the ereg library and safe mode).

No firm date has been set. Anything you read is purely conjecture.

You may want to read Future of PHP 6. PHP6 has somewhat stalled, particularly on the Unicode issues. Just to set the level of your expectations, people have been discussing PHP6 since at least 2006.

like image 132
cletus Avatar answered Nov 21 '22 15:11

cletus