summaryrefslogtreecommitdiff
path: root/ext/standard/tests/file
Commit message (Expand)AuthorAgeFilesLines
* Trim trailing whitespace in testsGabriel Caruso2018-10-14558-1525/+1525
* Sync leading and final newlines in source code filesPeter Kokot2018-10-143-3/+1
* Convert CRLF line endings to LFPeter Kokot2018-10-133-151/+151
* Fix permissionsPeter Kokot2018-09-212-0/+0
* Set correct error code and adapt testAnatol Belski2018-09-171-0/+0
* Make more tests run on LinuxGabriel Caruso2018-08-285-43/+0
* Merge branch 'PHP-7.3'Anatol Belski2018-08-281-0/+38
|\
| * Fixed bug #76803 ftruncate changes file pointerAnatol Belski2018-08-281-0/+38
* | Refactor stat implementationAnatol Belski2018-08-263-20/+20
* | Fix some misspellingsGabriel Caruso2018-08-121-1/+1
* | Fix SKIPIF conditions for online testsGabriel Caruso2018-08-051-1/+0
* | Create and expose php_sys_symlink() and php_sys_link()Christoph M. Becker2018-08-021-1/+1
|/
* Make more tests run on 64bit plataformsGabriel Caruso2018-07-303-9/+0
* Remove superfluous SKIPIF sections of always available functionsGabriel Caruso2018-07-292-7/+0
* Deprecate fgetss() and gzgetss()Nikita Popov2018-07-2115-0/+88
* Remove use of case-insensitive constants in testsNikita Popov2018-07-161-4/+4
* Merge branch 'PHP-7.2'Anatol Belski2018-07-121-0/+65
|\
| * Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-07-121-0/+65
| |\
| | * Fixed RecursiveDirectoryIterator with long path or with edge case lengthAnatol Belski2018-07-121-0/+65
* | | Fixed bug #76422 ftruncate fails on files > 2GBAnatol Belski2018-06-092-6/+42
* | | Remove unused binary_pipes optionPeter Kokot2018-05-282-2/+2
* | | Merge branch 'PHP-7.2'Anatol Belski2018-05-141-0/+52
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-05-141-0/+52
| |\ \ | | |/
| | * Fixed bug #76335 "link(): Bad file descriptor" with non-ASCII pathAnatol Belski2018-05-141-0/+52
* | | Merge branch 'PHP-7.2'Nikita Popov2018-03-233-3/+3
|\ \ \ | |/ /
| * | Add missing skip prefix for some SKIPIF messagesatvoicu2018-03-233-3/+3
* | | Remove duplicated testsGabriel Caruso2018-02-221-27/+0
* | | Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-20208-208/+208
* | | Remove trailing whitespace in inc filesGabriel Caruso2018-02-103-100/+100
* | | Adjust manual zpp-like error message implementationsNikita Popov2018-02-042-2/+2
* | | Use bool instead of boolean while throwing a type errorGabriel Caruso2018-02-0437-108/+108
* | | Use int instead of integer in type errorsGabriel Caruso2018-02-0447-254/+254
* | | Remove some references to E_STRICT in testsNikita Popov2018-02-031-1/+0
* | | Use %d when expecting line number in testsGabriel Caruso2018-02-024-4/+4
* | | Fix misspelling vlaues to valuesGabriel Caruso2018-01-287-8/+8
* | | Fixed bug #74719alexanderholman2018-01-179-48/+63
* | | Modernize realpath and integrate quick variant into virtual_file_exAnatol Belski2017-12-151-3/+3
* | | Merge branch 'PHP-7.2'Anatol Belski2017-12-141-0/+66
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2017-12-141-0/+66
| |\ \ | | |/
| | * Fixed bug #75679 Path 260 character problemAnatol Belski2017-12-141-0/+66
* | | Fix testsAnatol Belski2017-12-092-4/+4
* | | Revamp unlink() implementation and improve error handlingAnatol Belski2017-12-082-2/+2
* | | Allow delete-sharing mode for CreateFile by defaultAnatol Belski2017-12-083-49/+34
* | | Merge branch 'PHP-7.2'Anatol Belski2017-09-281-0/+60
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2017-09-281-0/+60
| |\ \ | | |/
| | * Fix mkdir() special case for path length < 260 and > 248Anatol Belski2017-09-281-0/+60
* | | Fix typo retuns to returnstbpgr2017-08-251-1/+1
|/ /
* | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2017-08-144-6/+21
|\ \ | |/
| * Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-08-144-6/+21
| |\
| | * Test cleanup improvements, files might be locked in the test processAnatol Belski2017-08-144-6/+21