summaryrefslogtreecommitdiff
path: root/ext/standard/link_win32.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* fix leakAnatol Belski2016-08-281-0/+1
* add missing chunk to support mb path in symlink()Anatol Belski2016-08-111-20/+21
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| * bump yearXinchen Hui2015-01-151-1/+1
* | bump yearXinchen Hui2015-01-151-1/+1
* | trailing whitespace removalStanislav Malyshev2015-01-101-6/+6
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-23/+23
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | first show to make 's' work with size_tAnatol Belski2014-08-271-4/+4
* | fixed several long vs zend_long castsAnatol Belski2014-08-261-2/+2
* | master renames phase 3Anatol Belski2014-08-251-1/+1
* | master renames phase 1Anatol Belski2014-08-251-2/+2
* | several fixes -Anatol Belski2014-08-161-1/+1
* | fix macros in the 5 basic extensionsAnatol Belski2014-08-161-2/+2
* | RETURN_STRING takes the char* only nowPierre Joye2014-05-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