Alberto Simões schrieb:
Although at the moment this is just important for Mac OS X it might be useful to detect later kernel versions on Linux, and Windows versions and SPs.

So, the question is: I am thinking correctly on this? Is this the way to go? If so, I can try to prepare some patches during the week.

The upcoming cygwin 1.7 is a major milestone, since it will support the wide io api, for unicode filenames, e.g.

perl5 support is ongoing work.
I detect it with
#include <cygwin/version.h
#if (CYGWIN_VERSION_API_MINOR >= 181)
#include <wchar.h>
#endif
...

--
Reini Urban
http://phpwiki.org/  http://murbreak.at/

Reply via email to