Turning Learners Into Developers
Codekilla
CODEKILLA
back to course
Lesson 02 / 1951%· free preview
Introduction to PHP2/9

History of PHP

A 30-year story
YearMilestone
1994Rasmus Lerdorf writes "Personal Home Page" CGI scripts in C.
1995PHP/FI 1.0 released — Forms Interpreter added.
1997PHP/FI 2.0 — first widely used version.
1998PHP 3 (Andi Gutmans + Zeev Suraski rewrite the parser, rename it to PHP: Hypertext Preprocessor).
2000PHP 4 — Zend Engine 1.0, real OOP support starts.
2004PHP 5 — proper classes, exceptions, PDO.
2015PHP 7 — major perf rewrite (2× faster), scalar type hints.
2020PHP 8JIT compiler, named arguments, match expression, attributes.
2023PHP 8.3 — typed class constants, readonly classes.

Knowing the timeline matters because old tutorials online may show pre-PHP-7 syntax (mysql_query(), no type hints) — modern PHP looks much closer to Python or JavaScript.

AI-powered recap

Quick recap quiz?

We'll generate 5 MCQs from this lesson and check your understanding instantly. Takes ~30 seconds.

Ready to move on?
// feedback.matters()
Did this lesson help you?