summaryrefslogtreecommitdiff
path: root/TSRM
Commit message (Expand)AuthorAgeFilesLines
* - Fix #55295, check if malloc failedPierre Joye2011-07-271-0/+4
* - 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
* Zend Signal HandlingIlia Alshanetsky2011-06-223-0/+25
* 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
* Get rid of autoconf warningsRasmus Lerdorf2011-05-163-2/+5
* - 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-018-8/+8
* - Fix #52908, fix declarationPierre Joye2010-10-041-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-173-6/+6
* - drop tsrmls_fetch in tsrm_win32_accessPierre Joye2010-09-174-6/+4
* - 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
* - WSPierre Joye2010-09-131-4/+4
* - remove 'UNC' from the targetPierre Joye2010-09-101-2/+10
* - WSPierre Joye2010-09-101-45/+45
* - add php_sys_readlinkPierre Joye2010-09-102-0/+58
* - add lstat support for WindowsPierre Joye2010-09-012-11/+51
* - use TSRMLS_CC instead of TSRMLS_FETCH in virtual_file_exPierre Joye2010-08-302-22/+21
* - 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
* - 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 (reporti...Pierre Joye2010-02-011-0/+5
* - 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
* - 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 imp...Pierre Joye2009-10-193-26/+205
* - fix ACL cache for read checkPierre Joye2009-09-191-1/+1