-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
My fix #6
My fix #6
Conversation
The license of phpSysInfo must have been GPLv2. See http://phpsysinfo.svn.sourceforge.net/viewvc/phpsysinfo/trunk/COPYING?revision=545&view=markup and config.php included in PHPspeed says also GPLv2.
PHPspeed is now GPL licensed!! PHPspeed is now GPL licensed!! See http://www.phpspeed.com/phpspeed-forums-f1/phpspeed-is-now-gpl-licensed-t18.html And phpSysInfo is GPL licensed, so PHPspeed must be licensed by GPL.
Many thanks for your effort in this project. What I dislike a bit is that we're changing things in the phpSysInfo package ... We should rather update it. |
* Fixed uninitialized variables in phpSysInfo package * Removed @-operator used for MySQL-functions * If mysql is not reachable the script will strictly die * Updated licenses to proper GNU-license (unmodified) * Fixed wrong variable names in mysql-file when checking the username and password * Partially removed transactions as it was not fully implemented * Updated error-handling while figuring out if package is installed
I opened #7 for updating the phpSysInfo library. If you want, you can take it :) |
You're right. it's better to update phpSysInfo. But I'm sorry, my benchmarking to my servers at this time has almost finished. I don't know when I'll benchmark next time. Thank you for your merging! |
Thank you for your updating PHPspeed.
I checked the license and updated the license files, to which I believe the correct license.
In my conclusion, PHPspeed is licenced under GPL2.
And removed some PHP notices and at marks.