Jump to content

[SOLVED] Looking for version 4.3.11


rpieszak

Recommended Posts

It doesnt matter what version of PHP you have. PHP5 is the same as PHP4. It just that its got more functionality added to it like OOP.

 

However what you will want to concentrate on is PHP's configuration close to that off Yahoo. Just run phpinfo on yahoo to see what they have PHP settings set to, look at the Core Options. Then set your php.ini to or close to those settings on your dev pc.

It doesnt matter what version of PHP you have. PHP5 is the same as PHP4. It just that its got more functionality added to it like OOP.

 

However what you will want to concentrate on is PHP's configuration close to that off Yahoo. Just run phpinfo on yahoo to see what they have PHP settings set to, look at the Core Options. Then set your php.ini to or close to those settings on your dev pc.

 

Exactly  ;)

You also have to watch out for using functions that are PHP5 only or syntax that is specific to PHP5. IE: Do not use Try/Catch because PHP4 does not support it. Also if doing OOP, PHP4 handles OOP way different than PHP5.

 

To be safe I would use the stable version of PHP 4 due to that type of a difference that would and will throw your application off. Your original idea is good, you just do not need to go clear back to PHP 4.3, use the current stable release of 4.

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.