tail.in.:How to
What's in store for PHP and the future?

Along with the active development of PHP Version 5, PHP Version 6 is also under development. As of December 2009, it has no date set for release. The major changes involved in PHP Version 6 include:
- Unicode support
- Scurity improvements which removes the loathed register_globals, magic_quotes, and safe_mode
- Along with many other optimizations and features yet to be announced.
|
PHP started to become known as what it is today when the parser was rewritten by Zeev Suraski and Andi Gutmans to form PHP Version 3. The rewrite started in 1997, two years after the first public release. Even with the rewrite, the PHP team first released PHP/FI Version 2 on November 1st, 1997. Months later, on June 6th, 1998, PHP Version 3 was officially released to the public.