Jump to content

PHP Version Confict


nex1234

Recommended Posts

I wrote several pages of script using PHP version 4.3.10.  I now need to update and run the script on PHP version 5.2.5.  However, after installing the newer version some of the script works and some does not.  There a lot of code so I won't post at this time.  But I was wondering if anyone could provide maybe a basic explanation of the possible conflicts/causes for errors.

Thanks

Link to comment
https://forums.phpfreaks.com/topic/113611-php-version-confict/
Share on other sites

you may have extensions that were installed on php 4 that are not on in php 5. Check all your extension or get the ones you need and activate them. One example is mysql. mysql extension is not on by default in php 5 you have to uncomment the line in php.ini and make sure the extension is in the extensions folder.

 

Ray

Link to comment
https://forums.phpfreaks.com/topic/113611-php-version-confict/#findComment-583768
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.