Jump to content

PHP Compatibility


lional

Recommended Posts

What I wanted to do was to load php on my development, and depending on what I had done, download it unchanged to my service provider and will it run on previous versions, I am aware that certain functions are specific to php5 and they would not work. is this possible.

Thanks

Lional
Link to comment
https://forums.phpfreaks.com/topic/35312-php-compatibility/#findComment-166918
Share on other sites

"I am aware that certain functions are specific to php5 and they would not work."

There's your answer. You're asking if something you just said won't work, will work. I gave you a way to make sure it runs on 5, if you want to know if your code built for 5 will run on 3, then no, you will likely have a lot of issues.
Link to comment
https://forums.phpfreaks.com/topic/35312-php-compatibility/#findComment-166921
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.