PDA

View Full Version : Loop speed in PHP 4 vs 5


bauhsoj
09-25-2005, 04:23 AM
Are there any known speed differences in loop execution between PHP 4.3 and 5?

marek_mar
09-25-2005, 10:57 AM
There may be some very small differences but PHP5 has it's priorities on classes and OOP. These will be faster.
PHP5.1 is supposed to be faster overall.