summaryrefslogtreecommitdiff
path: root/TSRM/tsrm_win32.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-08-181-4/+4
|\
| * avoid other efforts if memory mapping failsAnatol Belski2016-08-181-4/+4
* | map ell the err codeAnatol Belski2016-08-181-4/+1
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-08-181-0/+10
|\ \ | |/
| * Fixed bug #72858 shm_attach null dereferenceAnatol Belski2016-08-181-0/+10
* | Fixed 7.1 build, decls first please!Kalle Sommer Nielsen2016-08-171-3/+2
* | Fixed the UTF-8 and long path support in the streams on Windows.Anatol Belski2016-06-201-17/+75
|/
* bump year which is missed in rev 49493a2Xinchen Hui2016-01-021-1/+1
* correct snprintf usageAnatol Belski2015-10-271-4/+2
* fix stack overflowAnatol Belski2015-10-101-2/+4
* don't leak handlesAnatol Belski2015-10-051-0/+6
* use correct function to close handlesAnatol Belski2015-10-051-2/+2
* unmap correct handleAnatol Belski2015-09-221-1/+1
* nullify the memory chunk to avoid crashes when freeing resourceAnatol Belski2015-09-221-0/+1
* check for NULL returnAnatol Belski2015-09-221-0/+5
* 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