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.

Link to comment
Share on other sites

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  ;)

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.