On Fri, Jan 16, 2009 at 11:02, Pierre-Alain Joye <paj...@php.net> wrote: > pajoye Fri Jan 16 10:02:50 2009 UTC > > Modified files: > /php-src/main win32_internal_function_disabled.h main.c > Log: > MFB: > - add EG(windows_version_info), set at init time once per instance > contains a OSVERSIONINFOEX struct. It lets us determine easily on which > windows version is used (for example) > - [DOC] add the ability to disable a function when the windows function > does not support a feature (for example symlink)
I don't understand how this is useful. Is the user now responsible to disable_function=symlink? That doesn't quite make sense to me. Could you please provide make more info so this can be documented? -Hannes