summaryrefslogtreecommitdiff
path: root/main/win32_internal_function_disabled.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove the special disabled functions on Windows, since we don't even ↵Kalle Sommer Nielsen2015-03-291-36/+0
| | | | support those versions of Windows anymore hence it makes no sense to even check for it
* bump yearXinchen Hui2015-01-151-1/+1
|
* s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
|
* Bump yearXinchen Hui2014-01-031-1/+1
|
* versions no longer supported, no need to checkPierre Joye2013-03-271-2/+4
|
* Happy New YearXinchen Hui2013-01-011-1/+1
|
* - Year++Felipe Pena2012-01-011-1/+1
|
* - Year++Felipe Pena2011-01-011-1/+1
|
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
|
* -add some doc about versionsPierre Joye2009-01-161-0/+9
|
* - add EG(windows_version_info), set at init time once per instancePierre Joye2009-01-161-0/+25
contains a OSVERSIONINFOEX struct. It lets us determine easily on which windows version is used (for example) - add the ability to disable a function when the windows function does not support a feature (for example symlink) - symlink, hardlink & co support (1/2)