Hi list,

Neko 1.5.2 has been released. It includes a few bugfixes, a new builtin
$varargs and some changes in mod_neko related to POST data.

Complete changes :
  * fixed std math_pow float
  * minor thread cleanup
  * added MySQL5.ndll for Windows
  * fields hash cache is now global (instead of per-thread)
  * socket_select retry on EINTR
  * fixed under-second lock timeout for Linux/OSX
  * added socket_poll for Linux/OSX (emulate with select() on Windows)
  * fixed string_split with empty string (was causing infinite loop)
  * fixes in more-than-five-arguments-calls
  * added $varargs

Enjoy !
Nicolas

-- 
Neko : One VM to run them all
(http://nekovm.org)

Reply via email to