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
Does php use html?
What is list function with their uses.
What is the difference between for and foreach?
Tell me how to find the position of the first occurrence of a substring in a string?
What’s the special meaning of __sleep and __wakeup?
How to copy a file?
What is meant by ‘passing the variable by value and reference' in php?
What does a delimiter do in mysql?
Is php an oop?
What is the difference between single-quoted and double-quoted strings in php?
How to enable error reporting in php?
Is empty check in php?
What is the latest version of php?
How do I stop a php script?
What is the use of mysqli_real_escape_string() function?