summaryrefslogtreecommitdiff
path: root/TSRM/tsrm_win32.c
Commit message (Expand)AuthorAgeFilesLines
...
* | cleanup an atavismAnatol Belski2015-09-021-1/+1
* | made ZEND_TSRMLS_CACHE_* macros look like function callsAnatol Belski2015-02-161-1/+1
* | bump yearXinchen Hui2015-01-151-1/+1
* | trailing whitespace removalStanislav Malyshev2015-01-101-1/+1
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-18/+15
* | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-11-181-14/+61
|\ \
| * | avoid repeated strlen usage, remove unused varsAnatol Belski2014-11-131-11/+10
| * | move these functions to the appropriate placeAnatol Belski2014-11-101-0/+48
| * | fix datatype mismatch warnsAnatol Belski2014-10-291-3/+3
* | | moved most of the core to use static tsrm ls cache pointerAnatol Belski2014-10-151-0/+3
|/ /
* | remove misprint parenthesesAnatol Belski2014-10-031-2/+2
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | reverted some previous IS_ABSOLUTE_PATH related changesAnatol Belski2014-09-191-2/+1
* | avoid repeated strlen usageAnatol Belski2014-09-141-1/+2
* | avoid usage of 'type' before the null pointer checkAnatol Belski2014-08-291-1/+1
|/
* Bump yearXinchen Hui2014-01-031-1/+1
* initial move on renaming files and fixing includesAnatol Belski2013-10-171-1/+1
* fixed possible null derefAnatol Belski2013-07-221-3/+5
* Happy New YearXinchen Hui2013-01-011-1/+1
* Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-11-021-1/+4
|\
| * Fixed bug #62444 (Handle leak in is_readable on windows).Xinchen Hui2012-11-021-1/+4
| * - Year++Felipe Pena2012-01-011-1/+1
| * - Fix #55295, check if malloc failedPierre Joye2011-07-271-0/+4
| * - Year++Felipe Pena2011-01-011-1/+1
* | - Year++Felipe Pena2012-01-011-1/+1
* | - Fix #55295, check if malloc failedPierre Joye2011-07-271-0/+4
* | - Year++Felipe Pena2011-01-011-1/+1
* | - drop tsrmls_fetch in popen_exPierre Joye2010-09-171-4/+4
* | - drop tsrmls_fetch in tsrm_win32_accessPierre Joye2010-09-171-3/+1
|/
* - silent warningPierre Joye2010-02-041-1/+1
* - 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
* - 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-031-1/+1
* - fix lenght for alloc and cpy (Kanwal)Pierre Joye2009-11-031-3/+3
* - Fix ACL support and add support for ACL for TS SAPI. Be sure to get the imp...Pierre Joye2009-10-191-25/+163
* - fix ACL cache for read checkPierre Joye2009-09-191-1/+1
* - 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
* - #27051, we need the thread token here, not the processPierre Joye2009-09-021-5/+9
* - #27051, create process as impersonated userPierre Joye2009-09-011-3/+9
* - Fixed leak on error in popen/exec (and related functions)Pierre Joye2009-08-301-0/+1
* - fix #44683, popen crashes when an invalid mode is passed (works on 2k8/vist...Pierre Joye2009-08-261-3/+22
* - fix #49047, touch may fail on directoryPierre Joye2009-08-251-1/+1
* - revert fix for #43327, it breaks system&co functionsPierre Joye2009-08-201-1/+6
* - fixed #43327, wrong return value from mail(), if sendmail_path is wrongPierre Joye2009-08-191-5/+1
* - Windows ACL cache support, update existing tests and add a new onePierre Joye2009-06-161-12/+73
* - #48535, file_exists returns false when impersonate is usedPierre Joye2009-06-151-19/+17