Jump to content

php 4 question


pickachu

Recommended Posts

PHP4 and MySQL4 are both seriously old.  I would tell him to get a better hosting company, no offense.  I would never host with Yahoo.  I'd host with a company that's ONLY for hosting, like hostgator.com or bluehost.com.

 

EDIT: And yeah, there are some pretty big changes, depending on what you're doing.

Link to comment
https://forums.phpfreaks.com/topic/130121-php-4-question/#findComment-674745
Share on other sites

If you run really fast and hit the wall with your head so you forget the php5 specific things like new OOP syntax and new functions that have been added, you should do all right.  ;D

 

If you must develop php4 only code, setup a development system using that version and make sure error_reporting is set to E_ALL and display_errors is set to ON so that php will help you by pointing out any functions or syntax you are using that is not present in php4. Use the current "recommended" php.ini settings to make sure you are not using any depreciated features that would require changes when moving the code to a php5 or php6 system.

Link to comment
https://forums.phpfreaks.com/topic/130121-php-4-question/#findComment-674750
Share on other sites

If you run really fast and hit the wall with your head so you forget the php5 specific things like new OOP syntax and new functions that have been added, you should do all right.  ;D

 

If you must develop php4 only code, setup a development system using that version and make sure error_reporting is set to E_ALL and display_errors is set to ON so that php will help you by pointing out any functions or syntax you are using that is not present in php4. Use the current "recommended" php.ini settings to make sure you are not using any depreciated features that would require changes when moving the code to a php5 or php6 system.

 

I lol'd.

Link to comment
https://forums.phpfreaks.com/topic/130121-php-4-question/#findComment-674751
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.