Hi,
Since upgrading to PHP 4.3.0 I have had a few problems with sizeof() vis: Fatal error: Call to undefined function: sizeof() . I know it's an alias of count() and I've modified my scripts to use this instead but I can't work out why I should get problems with sizeof() all of a sudden. There's nothing in the release documents for PHP 4.3.0 to say there's been any changes to sizeof()
Anybody got any ideas or had similar problems