scottmac Wed Oct 1 11:03:16 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/standard rand.c
Log:
MFH: Fix bug #46209 - Remove license condition that is no longer required.
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/rand.c?r1=1.70.2.1.2.2.2.2&r2=1.70.2.1.2.2.2.3&diff_format=u
Index: php-src/ext/standard/rand.c
diff -u php-src/ext/standard/rand.c:1.70.2.1.2.2.2.2
php-src/ext/standard/rand.c:1.70.2.1.2.2.2.3
--- php-src/ext/standard/rand.c:1.70.2.1.2.2.2.2 Mon Mar 10 22:12:36 2008
+++ php-src/ext/standard/rand.c Wed Oct 1 11:03:15 2008
@@ -23,7 +23,7 @@
| Shawn Cokus <[EMAIL PROTECTED]> |
+----------------------------------------------------------------------+
*/
-/* $Id: rand.c,v 1.70.2.1.2.2.2.2 2008/03/10 22:12:36 felipe Exp $ */
+/* $Id: rand.c,v 1.70.2.1.2.2.2.3 2008/10/01 11:03:15 scottmac Exp $ */
#include <stdlib.h>
@@ -138,14 +138,6 @@
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
- The original code included the following notice:
-
- When you use this, send an email to: [EMAIL PROTECTED]
- with an appropriate reference to your work.
-
- It would be nice to CC: [EMAIL PROTECTED] and [EMAIL PROTECTED]
- when you write.
*/
#define N MT_N /* length of state vector */
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php