Who is the father of PHP and explain the changes in PHP
versions?
Answer Posted / sandeep kaur
Rasmus Lerdorf in 1994
PHPFI intorduce as Personal Home Page Form Interpretor in
1994
.
after that PHP HOME TOOLS introduced in 1996
.
php3 released in 1998 having features like accessing diff
databse servers,protocols,supporting some object
orientation concepts.
in 1999 introduce php4.
In 1999 php intorduce again as PHP:HYPERTEXT PREPROCESSOR
with the help of zeev and andy ,
and also intorduce php interpretor4 that name was zend
engine-1, so that php4 have the zend engine-1,
in 2003 introduce php5 wich zend engine-2,
php5 in 2004 having features like
constructors,destructors,interfaces,abstract
classes,puiblic private and protected variables
| Is This Answer Correct ? | 16 Yes | 3 No |
Post New Answer View All Answers
What are the new features available in php 7?
Explain how is it possible to cast types in php?
Why use static methods php?
Which is best framework for php?
What are new features in php 7?
What are php filters?
What is the use of $_request variable?
How be the result set of mysql handled in php?
What is the difference between php and cakephp?
What is the difference between overloading and overriding in php?
How to close a session properly?
What software is required to run php?
How can we check the value of a given variable is a number?
What is orm in php framework?
Are sessions stateless?