pike.git
/
CHANGES
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/CHANGES:135:
glob() now accepts quotes (\* to match a single *, as an example) and handles ranges ([abc] for a, b or c, [a-z0-9] for a single character between a and z or 0-9 You can also negate a range using ^ or ! ([^a-zA-Z] as an example). When the first argument (the pattern) to glob is an array, glob now returns which pattern in the array matched.
+
o hash() has changed to use siphash. The old hash function is
+
available under the name hash_7_8(). Note that this is not a
+
cryptographic hash function.
-
+
Deprecated symbols and modules ------------------------------ o Sql.mysql_result and Sql.mysqls_result have been deprecated. Use Sql.Result instead. Removed features and modules ----------------------------