Showing posts with label MultiCart. Show all posts
Showing posts with label MultiCart. Show all posts

Thursday, September 6, 2012

Fighting with old code

Some people prefer to use old outdated scripts even if there are good modern alternatives are available. Such code can be is very dangerous from security standpoint. Nevertheless, reasonable sense does not work for them. Today we had to fix issue with the MultiCart (http://www.iscripts.com/multicart/) script which uses session_register() function to work with sessions. The problem is that this function is not available in PHP 5.4.

Popular Posts