summaryrefslogtreecommitdiff
path: root/ext/standard/link_win32.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #76459 windows linkinfo lacks openbasedir checkAnatol Belski2018-07-161-1/+12
* Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
* bump yearXinchen Hui2015-01-151-1/+1
* Bump yearXinchen Hui2014-01-031-1/+1
* Happy New YearXinchen Hui2013-01-011-1/+1
* - Year++Felipe Pena2012-01-011-1/+1
* - Fixed bug #55187, readlink returns weird characters when false resultPierre Joye2011-07-121-0/+1
* - Added new parameter parsing option (p - for valid path (string without null...Felipe Pena2011-06-061-3/+3
* - Year++Felipe Pena2011-01-011-1/+1
* - use OPENBASEDIR_CHECKPATH macro (does safe mode too in 5.3) so trunk and br...Pierre Joye2010-09-101-4/+4
* - use php_sys_readlinkPierre Joye2010-09-101-57/+6
* Removed safe_modeKalle Sommer Nielsen2010-04-261-6/+5
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* - fix VC6 buildPierre Joye2009-08-271-1/+5
* Improved readlink, supress \??\ and use the drive syntax onlyPierre Joye2009-08-251-2/+9
* - fix readlink in TS SAPIPierre Joye2009-06-161-8/+12
* - fix parameter order and return value check in windows (Venkat Raman Don, Pi...Pierre Joye2009-06-031-2/+5
* - fix vc6 buildPierre Joye2009-01-161-1/+5
* - simplify code by using OPENBASEDIR_CHECKPATHPierre Joye2009-01-161-25/+5
* - symlink, hardlink & co support (2/2)Pierre Joye2009-01-161-0/+297