[Typo3-dev] TYPO3 3.7.0 memory usage ?

Martin T. Kutschker Martin.no5pam.Kutschker at blackbox.n0spam.net
Mon Sep 20 14:54:31 CEST 2004


Michael Johnston wrote:

> ah yes -- turns out that "if (strlen ($str) > x))" is slower enough then 
> "if (isset ($str[x]))" that you will notice the difference in big loops.

Kasper reported problems with isset($str[x]) in PHP5, he uses 
strlen($str[x]) instead.

Masi




More information about the TYPO3-dev mailing list