Testing On Olders PHP Versions

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Mr. Tech
Forum Contributor
Posts: 205
Joined: Tue Feb 11, 2003 4:18 pm
Location: Australia

Testing On Olders PHP Versions

Post by Mr. Tech »

How can I test my scripts on older php version? I have only the newests versions on my sites... What do i do?
qartis
Forum Contributor
Posts: 271
Joined: Sat Dec 14, 2002 4:43 pm
Location: BC, Canada
Contact:

Post by qartis »

.. install an older version?

That, or check the php manual. Usually, it'll tell you if a recent(ish) version of php4 has compatibility issues with a function.
Post Reply