> I have followed it, even though I don't recall ever seeing a clear-cut > statement to that extent.
It is very likely that you are missing the central issue here as well. Please see the example as posted by Rasmus http://news.php.net/article.php?group=php.dev&article=89364 and how the snippet will behave http://news.php.net/article.php?group=php.dev&article=89366 The problem is that running exact the same code will have different results (works once, fails silently afterwards). That is the very issue which has been fixed in PHP 4.3. By default, scripts will work the same way they did in 4.2, but this behaviour is not something you can rely on forever. - Sascha -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php