summaryrefslogtreecommitdiff
path: root/Zend/zend_virtual_cwd.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fix #79806: realpath() erroneously resolves link to link"Christoph M. Becker2020-07-271-12/+2
* Fix #79806: realpath() erroneously resolves link to linkChristoph M. Becker2020-07-271-2/+12
* Fix #79470: PHP incompatible with 3rd party file system on demandChristoph M. Becker2020-04-271-1/+11
* Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-08-191-2/+18
|\
| * Fix #78220: Can't access OneDrive folderChristoph M. Becker2019-08-191-2/+18
| * year++Xinchen Hui2018-01-021-1/+1
* | Fixed bug #77484 Zend engine crashes when calling realpath in invalid working...Anatol Belski2019-01-191-1/+1
* | Fixed bug #77317 __DIR__, __FILE__, realpath() reveal physical path for subst...Anatol Belski2018-12-261-54/+0
* | Future-proof email addressesZeev Suraski2018-11-011-1/+1
* | Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* | Eliminate castAnatol Belski2018-03-191-3/+3
* | Mark non exported symbol as staticAnatol Belski2018-03-171-1/+1
* | year++Xinchen Hui2018-01-021-1/+1
* | Drop unused codeAnatol Belski2017-12-151-13/+0
* | Modernize realpath and integrate quick variant into virtual_file_exAnatol Belski2017-12-151-1/+69
* | Allow delete-sharing mode for CreateFile by defaultAnatol Belski2017-12-081-4/+16
* | Fix unsigned comparisons and remove dead codeAnatol Belski2017-11-171-5/+0
* | Merge branch 'PHP-7.2'Anatol Belski2017-11-081-2/+19
|\ \ | |/
| * Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2017-11-081-2/+19
| |\
| | * Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-11-081-2/+19
| | |\
| | | * Fixed #75384 PHP seems incompatible with OneDrive files on demandAnatol Belski2017-11-081-2/+19
* | | | Merge branch 'PHP-7.2'Anatol Belski2017-10-111-1/+1
|\ \ \ \ | |/ / /
| * | | Fix datatypeAnatol Belski2017-10-111-1/+1
* | | | Merge branch 'PHP-7.2'Anatol Belski2017-08-141-2/+12
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2017-08-141-2/+12
| |\ \ \ | | |/ /
| | * | Fixed bug #75063Anatol Belski2017-08-141-4/+13
* | | | fix up porting mistakesAnatol Belski2017-07-271-3/+6
* | | | Move cwd_state and path related routines to size_tAnatol Belski2017-07-271-56/+57
|/ / /
* | | Avoid unnecessary string copyAnatol Belski2017-04-271-1/+3
* | | get rid of two strlen callsAnatol Belski2017-04-271-2/+3
* | | Switch to FindFirstFileEx with basic info levelAnatol Belski2017-04-071-1/+1
* | | missing bits for php_sys_stat_ex so everything is handled with wide charsAnatol Belski2017-04-031-14/+12
* | | Merge branch 'PHP-7.1'Anatol Belski2017-04-031-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-04-031-1/+1
| |\ \ | | |/
| | * fix possible out of bounds buffer accessAnatol Belski2017-04-031-1/+1
| | * Revert "backport 51e1da6ea1e663908302e162ced1b7a8cb5aee05 into 7.0"Anatol Belski2017-01-311-8/+1
| | * backport 51e1da6ea1e663908302e162ced1b7a8cb5aee05 into 7.0Anatol Belski2017-01-211-1/+8
| | * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | | Drop unnecessary allocator return value checksNikita Popov2017-03-131-37/+0
* | | Merge branch 'PHP-7.1'Anatol Belski2017-01-241-4/+6
|\ \ \ | |/ /
| * | make length check more robustAnatol Belski2017-01-241-4/+6
* | | Merge branch 'PHP-7.1'Anatol Belski2017-01-211-6/+32
|\ \ \ | |/ /
| * | exclude debug codeAnatol Belski2017-01-211-2/+13
| * | ensure the string for conversion is \0 terminated and integradeAnatol Belski2017-01-211-4/+19
* | | Merge branch 'PHP-7.1'Anatol Belski2017-01-201-3/+5
|\ \ \ | |/ /
| * | Fixed bug #73962 bug with symlink related to cyrillic directoryAnatol Belski2017-01-201-3/+5
* | | Merge branch 'PHP-7.1'Anatol Belski2017-01-071-1/+2
|\ \ \ | |/ /
| * | fix edge case leakAnatol Belski2017-01-071-1/+2
* | | Merge branch 'PHP-7.1'Anatol Belski2017-01-071-30/+22
|\ \ \ | |/ /
| * | Fixed bug #73877 readlink() returns garbage for UTF-8 pathsAnatol Belski2017-01-071-30/+22