summaryrefslogtreecommitdiff
path: root/TSRM
Commit message (Collapse)AuthorAgeFilesLines
* Happy New Year~Xinchen Hui2013-01-016-6/+6
|
* Fixed bug #62444 (Handle leak in is_readable on windows).Xinchen Hui2012-11-021-1/+4
|
* Fixed bug #63241 PHP fails to open Windows deduplicated files.Anatoliy Belsky2012-10-311-0/+9
| | | | | | | Fix by (daniel dot stelter-gliese at innogames dot de). No test is supplied because the issue addresses the new feature of the Windows Server 2012 and would need a very specific filesystem setup.
* Fixed bug #51860 (Include fails with toplevel symlink to /)Dmitry Stogov2012-01-301-3/+15
|
* - Year++Felipe Pena2012-01-016-6/+6
|
* - Fix #55295, check if malloc failedPierre Joye2011-07-271-0/+4
|
* 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
| | | | | # Found by parfait - http://labs.oracle.com/projects/parfait/
* - some more possible NULL derefPierre Joye2011-01-101-3/+24
|
* - fix possible NULL derefPierre Joye2011-01-101-0/+6
|
* - Year++Felipe Pena2011-01-018-8/+8
|
* - expose php_sys_(l)stat, doing will prevent me to have to provide pecl's ↵Pierre Joye2010-11-042-2/+14
| | | | builds for <5.3.3 and another set for 5.3.4+. Trunk remains the same, A(B/P)I can be broken there
* - Fix #52908, fix declarationPierre Joye2010-09-221-1/+1
|
* - restore VOLUME_NAME_NT and VOLUME_NAME_DOS definition, thx Andrey for the ↵Pierre Joye2010-09-171-0/+8
| | | | headup
* - sanity check for the path length and don't treat UNC as local path (no ↵Pierre Joye2010-09-131-1/+4
| | | | functional change, only less ops)
* - use php_sys_lstatPierre Joye2010-09-131-1/+1
|
* - WSPierre Joye2010-09-132-47/+47
|
* - remove 'UNC' from the targetPierre Joye2010-09-101-2/+10
|
* - add php_sys_readlinkPierre Joye2010-09-102-1/+59
|
* - add lstat support for WindowsPierre Joye2010-09-012-15/+55
|
* - 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
|
* - we don't need that anymorePierre Joye2010-04-281-5/+0
|
* update copyrightIlia Alshanetsky2010-02-162-2/+2
|
* - silent warningPierre Joye2010-02-041-1/+1
|
* - vc6 does not expose itPierre Joye2010-02-031-0/+4
|
* - oops, wrong one applied, fix build.Pierre Joye2010-02-011-1/+1
|
* - set errno on failure so that the caller can still rely on strerror ↵Pierre Joye2010-02-011-0/+5
| | | | (reporting wrong error w/o this change)
* - fix leakPierre Joye2010-01-311-0/+2
|
* - fix write access check when write mode only is requested (not RW)Pierre Joye2010-01-301-1/+6
|
* - fix leakPierre Joye2010-01-271-1/+1
|
* - don't go through the reparse code when we have a share or DFS path (should ↵Pierre Joye2010-01-271-1/+3
| | | | fix #50542)
* - little comment to avoid undesired changes in this sectionPierre Joye2010-01-271-0/+1
|
* - fix leak, win onlyPierre Joye2010-01-271-7/+3
|
* - fix leak when the SID is already used and duplicatedPierre Joye2010-01-271-0/+4
|
* - wsPierre Joye2010-01-251-1/+1
|
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-036-6/+6
|
* - Fixed ZTS buildFelipe Pena2009-12-082-6/+6
|
* add realpath cache inspect functionsStanislav Malyshev2009-12-082-0/+19
|
* - fix lenght for alloc and cpy (Kanwal)Pierre Joye2009-11-031-3/+3
|
* - MFH: fix realloc usagePierre Joye2009-10-191-2/+20
|
* - Fix ACL support and add support for ACL for TS SAPI. Be sure to get the ↵Pierre Joye2009-10-193-26/+205
| | | | impersonated token when the impersonation has been done. Add the SID as part of the key for the cache (so each SID gets its cache and not previous requests run under other SID)
* - fix ACL cache for read checkPierre Joye2009-09-191-1/+1
|
* - Fix #48746, improve fix to support all possible cases (see latest comment ↵Pierre Joye2009-09-141-30/+69
| | | | in the report)
* - be sure that we use the user token by default (Christian Wenz)Pierre Joye2009-09-041-2/+1
|
* - #27051, improve fix on xp/2k3Pierre Joye2009-09-031-3/+14
|
* - #48746, len includes null alreadyPierre Joye2009-09-021-1/+1
|
* - #27051, we need the thread token here, not the processPierre Joye2009-09-021-5/+9
|