Jump to content

[SOLVED] Compatible?


Mr_J

Recommended Posts

The only parse or syntax errors you will get that are strictly due to php5 syntax executed on a php4 system are OOP related. If you are getting parse errors with just function calls, it is probably due to your code or possibly the use of short open tags <? in your code (which is actually a configuration problem, not a php version problem.)

 

The quickest way to get help with what your code is doing that is php configuration specific or php version specific would be for you to post your code and post the actual error message.

Link to comment
https://forums.phpfreaks.com/topic/125918-solved-compatible/#findComment-651199
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.