reference/mcrypt/functions/mcrypt-create-iv.xml
e41806c30bf6975e452c0d4ce35ab0984c2fa68c
...
...
@@ -80,46 +80,6 @@
80
80
</para>
81
81
</refsect1>
82
82

83
-
<refsect1 role="changelog">
84
-
&reftitle.changelog;
85
-
<para>
86
-
<informaltable>
87
-
<tgroup cols="2">
88
-
<thead>
89
-
<row>
90
-
<entry>&Version;</entry>
91
-
<entry>&Description;</entry>
92
-
</row>
93
-
</thead>
94
-
<tbody>
95
-
<row>
96
-
<entry>5.6.0</entry>
97
-
<entry>
98
-
<constant>MCRYPT_DEV_URANDOM</constant> is now the default value of
99
-
<parameter>source</parameter>.
100
-
</entry>
101
-
</row>
102
-
<row>
103
-
<entry>5.3.0</entry>
104
-
<entry>
105
-
<constant>MCRYPT_DEV_RANDOM</constant> and
106
-
<constant>MCRYPT_DEV_URANDOM</constant> became available on Windows
107
-
platforms.
108
-
</entry>
109
-
</row>
110
-
<row>
111
-
<entry>5.3.0</entry>
112
-
<entry>
113
-
It is no longer required to call <function>srand</function> first. This
114
-
is now done automatically.
115
-
</entry>
116
-
</row>
117
-
</tbody>
118
-
</tgroup>
119
-
</informaltable>
120
-
</para>
121
-
</refsect1>
122
-

123
83
<refsect1 role="examples">
124
84
&reftitle.examples;
125
85
<para>
126
86