Hi all,
I've written a large system for PHP4 that declares class variables
using the 'var' keyword. I'm now upgrading to PHP5, and it seems I have
to change 'var' to private / public / protected, which don't work in
PHP4. Is there anyway to make my system compatible with both versions?
Cheers,
Paul.
I've written a large system for PHP4 that declares class variables
using the 'var' keyword. I'm now upgrading to PHP5, and it seems I have
to change 'var' to private / public / protected, which don't work in
PHP4. Is there anyway to make my system compatible with both versions?
Cheers,
Paul.
Comment