I have a lot of Classes written in PHP 4.3.x. (no 'public' / 'private' definitions, no __constructor/destructor etc.)
I was wondering if PHP 4 Classes work with PHP 5. I know PHP 5 has back-compatibility but I'm not really sure if they all work.
I think PHP 5 handles pass-by-reference values (&$var) differently from PHP 4.
Any answers??