yortzec Posted February 19, 2010 Share Posted February 19, 2010 I have a simple login form I have made in php, and I think I want to distribute it so others can use it. But, I want to tell the people who will use it what the minimum version of PHP is necessary for them to have in order for the login form to work. It might be a slow process to go through all my functions and look up the minimum necessary version. Is there a website anybody knows of that can do this for me? Link to comment https://forums.phpfreaks.com/topic/192684-is-there-a-website-that-can-help-me-figure-out-what-version-is-necessary/ Share on other sites More sharing options...
Mchl Posted February 19, 2010 Share Posted February 19, 2010 I don't think there is, and I don't really think it's an issue. There were just a few functions added since PHP 5.0 and for your own sake you shouldn't encourage anyone to use anything lower than 5.0. Link to comment https://forums.phpfreaks.com/topic/192684-is-there-a-website-that-can-help-me-figure-out-what-version-is-necessary/#findComment-1015062 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.