pike.git
/
CHANGES
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/CHANGES:107:
add_constant( "random_string", rnd->random_string ); add_constant( "random", rnd->random ); Incompatible changes -------------------- o Gz.crc32 now only returns positive results.
+
Deprecated symbols and modules
+
------------------------------
+
+
o Sql.mysql_result and Sql.mysqls_result have been deprecated.
+
Use Sql.Result instead.
+
+
Removed features and modules ---------------------------- o Compatibility for Pike versions before 7.8 is no longer available. o GTK1 library is deprecated, so glue code is removed. New modules -----------