summaryrefslogtreecommitdiff
path: root/Zend/zend_virtual_cwd.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-10-261-1/+2
|\
| * Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-10-261-1/+2
| |\
| | * Declare may_retry_reparse_point on windows onlyNikita Popov2020-10-261-1/+2
* | | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2020-10-261-2/+4
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-10-261-2/+4
| |\ \ | | |/
| | * Fix #80258: Windows Deduplication Enabled, randon permission errorsChristoph M. Becker2020-10-261-2/+4
* | | Improve type declarations for Zend APIsGeorge Peter Banyard2020-08-281-5/+9
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-07-281-2/+19
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-07-281-2/+19
| |\ \ | | |/
| | * Fix #79806: realpath() erroneously resolves link to linkChristoph M. Becker2020-07-281-2/+19
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-07-271-12/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-07-271-12/+2
| |\ \ | | |/
| | * Revert "Fix #79806: realpath() erroneously resolves link to link"Christoph M. Becker2020-07-271-12/+2
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-07-271-2/+12
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-07-271-2/+12
| |\ \ | | |/
| | * Fix #79806: realpath() erroneously resolves link to linkChristoph M. Becker2020-07-271-2/+12
* | | Fix MSVC level 1 (severe) warningsChristoph M. Becker2020-06-051-2/+2
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-04-271-1/+11
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-04-271-1/+11
| |\ \ | | |/
| | * Fix #79470: PHP incompatible with 3rd party file system on demandChristoph M. Becker2020-04-271-1/+11
* | | Remove HAVE_REALPATH checksNikita Popov2020-03-261-4/+0
* | | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
|/ /
* | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-08-191-2/+18
|\ \ | |/
| * 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
* | | Implemented a faster way to access predefined TSRM resources - CG(), EG(), etc.Dmitry Stogov2019-03-141-1/+2
* | | Remove local variablesPeter Kokot2019-02-031-7/+0
* | | Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* | | Merge branch 'PHP-7.3'Anatol Belski2019-01-191-1/+1
|\ \ \ | |/ /
| * | Fixed bug #77484 Zend engine crashes when calling realpath in invalid working...Anatol Belski2019-01-191-1/+1
* | | Merge branch 'PHP-7.3'Anatol Belski2018-12-261-54/+0
|\ \ \ | |/ /
| * | 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
* | | Clean up unnecessary ternary expressions and simplify some returnsGabriel Caruso2018-12-031-1/+1
* | | Update email addresses. We're still @Zend, but future proofing it...Zeev Suraski2018-11-011-1/+1
* | | Refactor php_sys_readlinkAnatol Belski2018-10-031-72/+0
* | | Set correct error code and adapt testAnatol Belski2018-09-171-1/+1
* | | Fix error setting, both errors are neededAnatol Belski2018-09-171-1/+1
* | | Refactor stat implementationAnatol Belski2018-08-261-183/+5
|/ /
* | 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
| |\