pike.git
/
CHANGES
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/CHANGES:35:
returned by ponder_answer(). Fixes requests to broken servers that don't send proper results. o Fixed bad free_string() in exit_bytecode(). o Fixed an off-by-one crash when drawing alpha boxes all the way to the bottom of the image. o Fixed a multiset bug that could cause incorrect multiset sizes. o Fixed a multiset bug that caused ints to be called as sorting function when no sorting function was set. o Fixed hour formatting in Calendar.Time.format_smtp(). o Fixed TTL parsing of SRV records in Protocols.DNS.
-
o
Don't
attempt
to
encode
programs
that
haven't
been
fixated.
Fixes
fatal
-
"Unknown
identifier
type
.
".
+
o
Fixed
fatal
"Unknown
identifier
type"
that
was
caused
by
attempts
+
to
encode
programs
that
had not been fixated
.
o Fixed some events in Calendar.Events. o Fixed an inverted error test in Mysql.set_charset. o Added support to Mysql for the charsetnr column attribute and proper recognition of binary fields in unicode decode mode by using charsetnr instead of the binary flag (which might be set for nonbinary columns too, e.g. "VARCHAR(17) BINARY"). Unfortunately this means that unicode decode mode is disabled if Pike is compiled with a client lib without support for the charsetnr attribute, i.e. libmysql prior to v4.1.0. If you want to enable it