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
Which have the fastest execution between mysql_fetch_array() and mysql_fetch_assoc()
How does the identity operator ===compare two values in PHP?
Can you explain, when to use if-else if-else over switch statements?
What is difference between isset and empty in php?
Which function will you use to create an array?
How to support multiple-page forms?
Is string php function?
Write a hello world program using variable?
Which variable declarations within a class is invalid in php?
Is PHP runs on different platforms (Windows, Linux, Unix, etc.)?
What is faster in php?
How to access a global variable inside a function?
What is htmlentities function in php?
Do loops php?
What is the correct line to use within the php.ini file, to specify that 128mb would be the maximum amount of memory that a script may use?