|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2008-10-01 11:04 UTC] scottmac@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 06 08:00:01 2025 UTC |
Description: ------------ Hi, The file ext/standard/rand.c in any recent version contains the following remark about the licencing of the Mersenne Twister code: " The original code included the following notice: When you use this, send an email to: matumoto@math.keio.ac.jp with an appropriate reference to your work. It would be nice to CC: rjwagner@writeme.com and Cokus@math.washington.edu when you write. " This requirement is problematic because everyone using the PHP code in some way has to send an email to him. This is for example a problem for Debian where Debian itself and any derivative distribution would need to send such a mail, plus every user who takes the source code and does something with it. At Debian we contacted the copyright holder and he swiftly replied that the condition can be completely removed: http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=52;bug=498621 So, could you please remove this condition from the code? thanks, Thijs Kinkhorst Debian Developer