summaryrefslogtreecommitdiff
path: root/TSRM/tsrm_virtual_cwd.c
Commit message (Expand)AuthorAgeFilesLines
* initial move on renaming files and fixing includesAnatol Belski2013-10-171-1976/+0
* Constify streams API and a few other calls down the rabbit hole.Andrey Hristov2013-07-301-1/+1
* Happy New YearXinchen Hui2013-01-011-1/+1
* Merge branch 'PHP-5.3' into PHP-5.4Anatoliy Belsky2012-10-311-0/+9
|\
| * Fixed bug #63241 PHP fails to open Windows deduplicated files.Anatoliy Belsky2012-10-311-0/+9
| * Fixed bug #51860 (Include fails with toplevel symlink to /)Dmitry Stogov2012-01-301-3/+15
| * - Year++Felipe Pena2012-01-011-1/+1
| * Fix CSRasmus Lerdorf2011-05-191-8/+10
| * Fix bug 54866Rasmus Lerdorf2011-05-191-2/+14
| * - Fix possible memory leakJohannes Schlüter2011-05-161-0/+1
| * - some more possible NULL derefPierre Joye2011-01-101-3/+24
| * - fix possible NULL derefPierre Joye2011-01-101-0/+6
| * - Year++Felipe Pena2011-01-011-1/+1
| * - expose php_sys_(l)stat, doing will prevent me to have to provide pecl's bui...Pierre Joye2010-11-041-0/+12
| * - restore VOLUME_NAME_NT and VOLUME_NAME_DOS definition, thx Andrey for the h...Pierre Joye2010-09-171-0/+8
| * - sanity check for the path length and don't treat UNC as local path (no func...Pierre Joye2010-09-131-1/+4
| * - use php_sys_lstatPierre Joye2010-09-131-1/+1
| * - WSPierre Joye2010-09-131-43/+43
| * - remove 'UNC' from the targetPierre Joye2010-09-101-2/+10
| * - add php_sys_readlinkPierre Joye2010-09-101-1/+55
| * - add lstat support for WindowsPierre Joye2010-09-011-9/+49
| * - WSPierre Joye2010-08-271-30/+30
| * - Symlink resolution fails when target is a DFS pathPierre Joye2010-08-261-2/+4
| * fix bug #50101 (name clash between global and local variable)Antony Dovgal2010-06-081-8/+8
* | Fixed bug #51860 (Include fails with toplevel symlink to /)Dmitry Stogov2012-01-301-3/+15
* | - Year++Felipe Pena2012-01-011-1/+1
* | - WSPierre Joye2011-07-271-1/+0
* | - do not resolve the link if all we want is to open that filePierre Joye2011-07-271-1/+1
* | Fix CSRasmus Lerdorf2011-05-191-8/+10
* | Fix bug 54866Rasmus Lerdorf2011-05-191-2/+14
* | - Fix possible memory leakJohannes Schlüter2011-05-161-0/+1
* | - WSPierre Joye2011-01-101-2/+2
* | - some more possible NULL derefPierre Joye2011-01-101-3/+24
* | - fix possible NULL derefPierre Joye2011-01-101-0/+6
* | - Year++Felipe Pena2011-01-011-1/+1
* | - restore VOLUME_NAME_NT and VOLUME_NAME_DOS definition, thx Andrey for the h...Pierre Joye2010-09-171-0/+8
* | - drop tsrmls_fetch in popen_exPierre Joye2010-09-171-1/+1
* | - drop tsrmls_fetch in tsrm_win32_accessPierre Joye2010-09-171-1/+1
* | - sanity check for the path length and don't treat UNC as local path (no func...Pierre Joye2010-09-131-1/+4
* | - use php_sys_lstatPierre Joye2010-09-131-1/+1
* | - use php_sys_readlinkPierre Joye2010-09-131-1/+1
* | - remove 'UNC' from the targetPierre Joye2010-09-101-2/+10
* | - WSPierre Joye2010-09-101-45/+45
* | - add php_sys_readlinkPierre Joye2010-09-101-0/+54
* | - add lstat support for WindowsPierre Joye2010-09-011-6/+46
* | - use TSRMLS_CC instead of TSRMLS_FETCH in virtual_file_exPierre Joye2010-08-301-21/+20
* | - WSPierre Joye2010-08-271-30/+30
* | - WSPierre Joye2010-08-261-1/+1
* | - Symlink resolution fails when target is a DFS pathPierre Joye2010-08-261-1/+3
* | fix bug #50101 (name clash between global and local variable)Antony Dovgal2010-06-081-8/+8
|/