WHat is the diff. between PHP4 and PHP5?
Answer Posted / shanmugam.l
1.In PHP4 supports very few oops concepts.But PHP5 supports
more oops concepts .
For example Access specifiers,inheritence,etc..
2.Exception class included in PHP5
3.More XML related function included in PHP%
4.PHP4 uses Zend engine 1.0 as a parser.PHP5 uses Zend
engine 2.0
| Is This Answer Correct ? | 24 Yes | 18 No |
Post New Answer View All Answers
What is sql injection in php?
What do you mean range() in php?
What are the difference between echo and print?
What is the difference between Session and Cookie?
How can you execute php script from the command line?
What is the use of anonymous function in php?
Is php difficult to learn?
What is the difference between session_unregister() and session_unset()?
Can we learn php without html?
Is empty java?
How do you define a constant?
What is framework in php for beginners?
Explain the difference between php4 and php5.
How does php sessions work?
Which function is used in php to search a particular value in an array?