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 the method to register a variable into a session?
How to include a file to a PHP page?
What are the functions for imap?
What is $_ get and $_ post in php?
What is htaccess in php?
Tell me what does the scope of variables means?
Is runtime polymorphism overriding?
Is key exist in array php?
Tell me what is the difference between characters 34 and x34?
Are static variables final?
How do you pass a variable by value?
Explain the visibility of the property or method?
Why is php used for web development?
What is rest api in php?
What is php written in?