geethalakshmi Posted July 11, 2008 Share Posted July 11, 2008 What do I have to do to convert PHP3 pages to PHP4 pages? Are there any compatibility problems? regards, geetha http://tofocus.info www.zxcvbnm.in Link to comment https://forums.phpfreaks.com/topic/114249-what-do-i-have-to-do-to-convert-php3-pages-to-php4-pages/ Share on other sites More sharing options...
cooldude832 Posted July 11, 2008 Share Posted July 11, 2008 How in the world do you have a server running php3 it hasn't been supported for years??? PHP 4 came out in 2000 and what your running isn't even going to convert. Can I see some php3 scripts (they deserve to be in a museum ) Link to comment https://forums.phpfreaks.com/topic/114249-what-do-i-have-to-do-to-convert-php3-pages-to-php4-pages/#findComment-587473 Share on other sites More sharing options...
vikramjeet.singla Posted July 11, 2008 Share Posted July 11, 2008 you can add following line in your httpd.conf file to execute php3 files with rename them with php extension... AddType application/x-httpd-php .php .php3 however for compatibility you need to refer change log on following link http://www.php.net however i suggest you to migrate to PHP5 instead of PHP4. See link below: http://www.php.net/downloads.php#v4 Link to comment https://forums.phpfreaks.com/topic/114249-what-do-i-have-to-do-to-convert-php3-pages-to-php4-pages/#findComment-587482 Share on other sites More sharing options...
waynew Posted July 11, 2008 Share Posted July 11, 2008 LOL $_HTTP_GET_VARS for the win. Link to comment https://forums.phpfreaks.com/topic/114249-what-do-i-have-to-do-to-convert-php3-pages-to-php4-pages/#findComment-587588 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.