pike.git/
CHANGES
Branch:
Tag:
Non-build tags
All tags
No tags
2009-06-10
2009-06-10 14:43:00 by Henrik Grubbström (Grubba) <grubba@grubba.org>
32699ca902d828d3b23815ced69b31fd650a7dfc (
7
lines) (+
7
/-
0
)
[
Show
|
Annotate
]
Branch:
7.9
Added note about the fix of Stdio.File()->mode().
Rev: CHANGES:1.183
28:
You are encouraged to upgrade just for this fix since the bug creates (seemingly) random crashes that are hard to reproduce and track down.
+
o Fixed overzealous filtering of the value returned from Stdio.File()->mode().
+
This bug caused Stdio.nb_sendfile to always run in blocking mode.
+
+
You are encouraged to upgrade just for this fix since the bug can
+
cause supposedly nonblocking actions to block and hang the script.
+
o Fixed bug in the Odbc module on WIN32 where it would fail for some field-types with the error "22003:Numeric value out of range".