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 difference between rest and http?
What is substr() in php? And how it is used?
How a constant is defined in a php script?
What are the benefits of using php and mysql?
What is if isset ($_ post submit )) in php?
What is user defined function in php?
Explain NULL?
What is string and its function?
How does one prevent the following warning ‘warning: cannot modify header information – headers already sent' and why does it occur in the first place?
How do you count numbers in php?
What is difference between mysqli and mysql?
What does $_cookie means?
What does the expression exception::__tostring means?
What is php array function?
What are the different data types in javascript?