summaryrefslogtreecommitdiff
path: root/Zend/zend_virtual_cwd.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2016-09-061-1/+1
|\
| * Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-09-061-1/+1
| |\
| | * Fix #73025: Heap Buffer Overflow in virtual_popen of zend_virtual_cwd.cChristoph M. Becker2016-09-061-1/+1
| | * Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2016-07-191-3/+3
| | * Fix for bug #72513Stanislav Malyshev2016-07-121-1/+1
* | | remove unused assignmentAnatol Belski2016-09-011-3/+1
* | | rewrite the getcwd partAnatol Belski2016-09-011-22/+9
* | | fix leakAnatol Belski2016-08-271-0/+1
* | | Fixed 7.1 build, decls first please!Kalle Sommer Nielsen2016-08-171-1/+1
* | | Merge branch 'PHP-7.0'Anatol Belski2016-07-191-1/+1
|\ \ \ | |/ /
| * | Fix for bug #72513Stanislav Malyshev2016-07-191-1/+1
* | | silence compiler noiseAnatol Belski2016-07-111-1/+1
* | | Fixed the UTF-8 and long path support in the streams on Windows.Anatol Belski2016-06-201-80/+165
|/ /
* | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-05-101-0/+1
|\ \ | |/
| * fix handle leakAnatol Belski2016-05-101-0/+1
| * tsrm_win32_get_path_sid_key might returns NULL (Partially fix bug #71752)Xinchen Hui2016-03-101-1/+3
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| * Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2015-04-281-1/+1
| * bump yearXinchen Hui2015-01-151-1/+1
* | tsrm_win32_get_path_sid_key might returns NULL (Partially fix bug #71752)Xinchen Hui2016-03-101-1/+2
* | bump year which is missed in rev 49493a2Xinchen Hui2016-01-021-1/+1
* | don't get invalid chmod mode throughAnatol Belski2015-11-051-0/+14
* | zero cwd buffer before passing to chmodAnatol Belski2015-11-051-0/+3
* | Replace references to PHP_WIN32 and TSRM_WIN32 with ZEND_WIN32 in Zend/, this...Kalle Sommer Nielsen2015-07-041-42/+29
* | Fix bug #69814 Enabling php_curl, php_mysqli, and php_openssl causes php-cgi ...Anatol Belski2015-06-131-0/+8
* | move S_IFLNK define into headerAnatol Belski2015-05-251-4/+0
* | further cleanups with S_IF* macros generalized declarationsAnatol Belski2015-05-251-8/+0
* | Fixed bug #69511 Off-by-one bufferoverflow in php_sys_readlinkAnatol Belski2015-05-191-2/+12
* | Fixed bug #69472 php_sys_readlink ignores misc errors from GetFinalPathNameBy...Jan Starke2015-04-281-1/+1
* | Drop old VC support in Zend Engine, this also kills the remaining MessageBox ...Kalle Sommer Nielsen2015-03-291-4/+0
* | bump yearXinchen Hui2015-01-151-1/+1
* | trailing whitespace removalStanislav Malyshev2015-01-101-3/+3
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-81/+81
* | Fixed compilation warningsDmitry Stogov2014-12-121-1/+1
* | fix datatype mismatchesAnatol Belski2014-11-181-2/+2
* | move these functions to the appropriate placeAnatol Belski2014-11-101-49/+0
* | fix datatype mismatch warningAnatol Belski2014-10-311-1/+1
* | Fixed outof memory (length == -1)Xinchen Hui2014-10-311-1/+1
* | fix datatype mismatch warningsAnatol Belski2014-10-241-6/+6
* | improved file size computation in stat()Anatol Belski2014-10-021-5/+6
* | added a commentAnatol Belski2014-09-221-0/+1
* | fix the REPARSE_DATA_BUFFER struct defAnatol Belski2014-09-221-3/+3
* | fixed copying of the struct as it's not being modifiedAnatol Belski2014-09-201-7/+7
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | reverted some previous IS_ABSOLUTE_PATH related changesAnatol Belski2014-09-191-25/+17
* | forgot to replace the strlen callAnatol Belski2014-09-191-1/+1
* | avoid multiple strlen calls for the same bufferAnatol Belski2014-09-191-17/+25
* | master renames phase 4Anatol Belski2014-08-251-4/+4
* | master renames phase 1Anatol Belski2014-08-251-16/+16
* | fix types in virtual cwdAnatol Belski2014-08-201-6/+6